Accessibility
-
Accessibility for iOS and tvOS
- UIAccessibility
- UIAccessibilityTextualContext
- configureForGuidedAccess(features:enabled:completionHandler:)
- UIGuidedAccessAccessibilityFeature
- UIAccessibilityCustomAction
- UIAccessibility.HearingDeviceEar
- buttonShapesEnabled
- prefersCrossFadeTransitions
- Customized Accessibility Content
App Clips
- Parent Application Identifiers Entitlement
- com.apple.developer.on-demand-install-capable
- APActivationPayload
- NSAppClip
AppKit
-
App and Environment
- NSApplication
- NSApplicationDelegate
-
NSWorkspace
- type(ofFile:)
- localizedDescription(forType:)
- preferredFilenameExtension(forType:)
- filenameExtension(_:isValidForType:)
- type(_:conformsToType:)
- getInfoForFile(_:application:type:)
- icon(forFileType:)
- icon(for:)
-
Deprecated Symbols
- open(_:options:configuration:)
- open(_:withApplicationAt:options:configuration:)
- openFile(_:)
- openFile(_:withApplication:)
- openFile(_:withApplication:andDeactivate:)
- launchApplication(_:)
- launchApplication(_:showIcon:autolaunch:)
- launchApplication(at:options:configuration:)
- fullPath(forApplication:)
- absolutePathForApplication(withBundleIdentifier:)
- launchApplication(withBundleIdentifier:options:additionalEventParamDescriptor:launchIdentifier:)
- open(_:withAppBundleIdentifier:options:additionalEventParamDescriptor:launchIdentifiers:)
- NSWorkspace.LaunchOptions
- NSWorkspace.LaunchConfigurationKey
- NSWorkspace.FileOperationName
- NSAppKitVersion
- NSUserActivity
- NSSharingService
- NSCloudSharingServiceDelegate
- Documents, Data, and Pasteboard
- Cocoa Bindings
-
App Extensions
-
NSExtensionContext
- widgetLargestAvailableDisplayMode
- widgetActiveDisplayMode
- widgetMaximumSize(for:)
- mediaPlayingStarted()
- mediaPlayingPaused()
- notificationActions
- completeRequest(withBroadcast:setupInfo:)
- dismissNotificationContentExtension()
- loadBroadcastingApplicationInfo(completion:)
- performNotificationDefaultAction()
-
NSExtensionContext
-
Views and Controls
- NSView
- NSControl
- NSCell
- NSSplitView
- Scroll View
-
Collection View
- NSCollectionViewDiffableDataSource
-
NSDiffableDataSourceSnapshot
- init()
- appendSections(_:)
- appendItems(_:toSection:)
- numberOfItems
- numberOfSections
- numberOfItems(inSection:)
- itemIdentifiers
- sectionIdentifiers
- indexOfItem(_:)
- indexOfSection(_:)
- itemIdentifiers(inSection:)
- sectionIdentifier(containingItem:)
- insertItems(_:afterItem:)
- insertItems(_:beforeItem:)
- insertSections(_:afterSection:)
- insertSections(_:beforeSection:)
- deleteAllItems()
- deleteItems(_:)
- deleteSections(_:)
- moveItem(_:afterItem:)
- moveItem(_:beforeItem:)
- moveSection(_:afterSection:)
- moveSection(_:beforeSection:)
- reloadItems(_:)
- reloadSections(_:)
- Outline View
-
Table View
- NSTableView
-
NSTableViewDiffableDataSourceReference
- init(tableView:cellProvider:)
- NSTableViewDiffableDataSourceReferenceCellProvider
- rowViewProvider
- sectionHeaderViewProvider
- NSTableViewDiffableDataSourceReferenceRowProvider
- NSTableViewDiffableDataSourceReferenceSectionHeaderViewProvider
- itemIdentifier(forRow:)
- row(forItemIdentifier:)
- sectionIdentifier(forRow:)
- row(forSectionIdentifier:)
- snapshot()
- applySnapshot(_:animatingDifferences:)
- applySnapshot(_:animatingDifferences:completion:)
- defaultRowAnimation
- NSTextView
- NSButton
- Date Picker
- Search Field
- Slider
- Text Field
- Toolbar
- NSVisualEffectView
- View Management
- View Layout
- Windows, Panels, and Screens
- Mouse, Keyboard, and Trackpad
-
Menus, Cursors, and the Dock
- NSMenu
- NSStatusItem
-
NSCursor
- init(image:hotSpot:)
- image
- hotSpot
- hide()
- unhide()
- setHiddenUntilMouseMoves(_:)
- pop()
- pop()
- push()
- set()
- current
- currentSystem
- arrow
- contextualMenu
- closedHand
- crosshair
- disappearingItem
- dragCopy
- dragLink
- iBeam
- openHand
- operationNotAllowed
- pointingHand
- resizeDown
- resizeLeft
- resizeLeftRight
- resizeRight
- resizeUp
- resizeUpDown
- iBeamCursorForVerticalLayout
- init(coder:)
- Touch Bar
- Drag and Drop
- Images and PDF
- Drawing
- Color
- Printing
- Text Display
- TextKit
- Fonts
- Constants
Bundle Resources
-
Entitlements
- Sign in with Apple Entitlement
- Parent Application Identifiers Entitlement
- com.apple.developer.on-demand-install-capable
- ClassKit Environment Entitlement
- com.apple.developer.automatic-assessment-configuration
- com.apple.developer.exposure-notification
- com.apple.vm.hypervisor
- com.apple.vm.device-access
- com.apple.vm.networking
- com.apple.developer.icloud-container-environment
- Network Extensions Entitlement
- com.apple.developer.networking.multicast
- com.apple.developer.associated-domains.applinks.read-write
- App Sandbox
- Data Protection Entitlement
- com.apple.developer.devicecheck.appattest-environment
- System Extensions
- User Management Entitlement
- Inter-App Audio Entitlement
-
Information Property List
- User Interface
- App Execution
- Protected Resources
- Data and Storage
-
App Services
- UIApplicationSupportsIndirectInputEvents
- GCSupportedGameControllers
- GCSupportsControllerUserInteraction
- INIntentsSupported
- INIntentsRestrictedWhileLocked
- INIntentsRestrictedWhileProtectedDataUnavailable
- INSupportedMediaCategories
- ASAccountAuthenticationModificationOptOutOfSecurityPromptsOnSignIn
- XPCService
- SKAdNetworkItems
- applinks
Foundation
-
Numbers, Data, and Basic Values
- Int
- Double
- Data
-
URL
- NSURL.BookmarkResolutionOptions
- URLResourceKey
- URLResourceValues
- NSURL.BookmarkCreationOptions
- NSURL
- init(_:)
- init(_:isDirectory:)
- appendPathComponent(_:conformingTo:)
- appendPathExtension(for:)
- appendingPathComponent(_:conformingTo:)
- appendingPathExtension(for:)
- URLQueryItem
- UUID
- CGFloat
-
Strings and Text
-
String
- insert(_:at:)
- insert(contentsOf:at:)
- remove(at:)
- removeSubrange(_:)
- firstIndex(of:)
- firstIndex(where:)
- lastIndex(of:)
- lastIndex(where:)
- prefix(through:)
- prefix(upTo:)
- suffix(from:)
- formIndex(after:)
- formIndex(before:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- index(of:)
-
NSString
- enumerateLinguisticTags(in:scheme:options:orthography:using:)
- linguisticTags(in:scheme:options:orthography:tokenRanges:)
- NSString.EnumerationOptions
- NSStringDrawingOptions
- init(bytesNoCopy:length:encoding:deallocator:)
- init(charactersNoCopy:length:deallocator:)
- appendingPathComponent(_:conformingTo:)
- appendingPathExtension(for:)
- deferredLocalizedIntentsString(with:_:)
- deferredLocalizedIntentsString(with:table:_:)
- deferredLocalizedIntentsString(with:table:arguments:)
- Substring
- init(_:)
- init(decoding:)
- init(unsafeUninitializedCapacity:initializingUTF8With:)
- init(validatingUTF8:)
- ~=(_:_:)
- NSAttributedString
-
NSLinguisticTagger
- init(tagSchemes:options:)
- string
- availableTagSchemes(for:language:)
- availableTagSchemes(forLanguage:)
- tagSchemes
- dominantLanguage(for:)
- dominantLanguage
- orthography(at:effectiveRange:)
- setOrthography(_:range:)
- enumerateTags(in:unit:scheme:options:using:)
- enumerateTags(in:scheme:options:using:)
- enumerateTags(for:range:unit:scheme:options:orthography:using:)
- tag(at:unit:scheme:tokenRange:)
- tag(at:scheme:tokenRange:sentenceRange:)
- tag(for:at:unit:scheme:orthography:tokenRange:)
- tags(in:unit:scheme:options:tokenRanges:)
- tags(in:scheme:options:tokenRanges:)
- tags(for:range:unit:scheme:options:orthography:tokenRanges:)
- tokenRange(at:unit:)
- sentenceRange(for:)
- possibleTags(at:scheme:tokenRange:sentenceRange:scores:)
- stringEdited(in:changeInLength:)
- NSLinguisticTagScheme
-
NSLinguisticTag
- word
- punctuation
- whitespace
- other
- noun
- verb
- adjective
- adverb
- pronoun
- determiner
- particle
- preposition
- number
- conjunction
- interjection
- classifier
- idiom
- otherWord
- sentenceTerminator
- openQuote
- closeQuote
- openParenthesis
- closeParenthesis
- wordJoiner
- dash
- otherPunctuation
- paragraphBreak
- otherWhitespace
- personalName
- organizationName
- placeName
- Scanner
-
String
- Collections
- Dates and Times
- Units and Measurement
- Data Formatting
- Filters and Sorting
-
Task Management
- OperationQueue
- Timer
- NSUserActivity
- ProcessInfo
-
NSUserNotification
- title
- subtitle
- informativeText
- contentImage
- identifier
- response
- responsePlaceholder
- hasActionButton
- actionButtonTitle
- otherButtonTitle
- hasReplyButton
- deliveryDate
- actualDeliveryDate
- deliveryRepeatInterval
- deliveryTimeZone
- isPresented
- isRemote
- soundName
- activationType
- additionalActivationAction
- additionalActions
- userInfo
- NSUserNotification.ActivationType
- NSUserNotificationDefaultSoundName
- init()
- NSUserNotificationAction
- NSUserNotificationCenter
- NSUserNotificationCenterDelegate
- Resources
-
Notifications
-
Notification
-
NSNotification.Name
- interruptionNotification
-
routeChangeNotification
- AVAudioSessionRouteChangeReasonKey
- AVAudioSessionRouteChangePreviousRouteKey
-
AVAudioSession.RouteChangeReason
- AVAudioSession.RouteChangeReason.unknown
- AVAudioSession.RouteChangeReason.newDeviceAvailable
- AVAudioSession.RouteChangeReason.oldDeviceUnavailable
- AVAudioSession.RouteChangeReason.categoryChange
- AVAudioSession.RouteChangeReason.override
- AVAudioSession.RouteChangeReason.wakeFromSleep
- AVAudioSession.RouteChangeReason.noSuitableRouteForCategory
- AVAudioSession.RouteChangeReason.routeConfigurationChange
- silenceSecondaryAudioHintNotification
- HMCharacteristicPropertySupportsEvent
- PKPassLibraryDidChange
- PKPassLibraryRemotePaymentPassesDidChange
- ACAccountStoreDidChange
- currentControlTintDidChangeNotification
- MPMovieDurationAvailable
- MPMovieMediaTypesAvailable
- MPMovieNaturalSizeAvailable
- MPMoviePlayerDidEnterFullscreen
- MPMoviePlayerDidExitFullscreen
- MPMoviePlayerIsAirPlayVideoActiveDidChange
- MPMoviePlayerLoadStateDidChange
- MPMoviePlayerNowPlayingMovieDidChange
- MPMoviePlayerPlaybackDidFinish
- MPMoviePlayerPlaybackStateDidChange
- MPMoviePlayerReadyForDisplayDidChange
- MPMoviePlayerScalingModeDidChange
- MPMoviePlayerThumbnailImageRequestDidFinish
- MPMoviePlayerTimedMetadataUpdated
- MPMoviePlayerWillEnterFullscreen
- MPMoviePlayerWillExitFullscreen
- MPMovieSourceTypeAvailable
- SKCloudServiceCapabilitiesDidChange
- SKStorefrontIdentifierDidChange
- ALAssetsLibraryChanged
- MPMediaPlaybackIsPreparedToPlayDidChange
- MPMusicPlayerControllerNowPlayingItemDidChange
- MPMusicPlayerControllerPlaybackStateDidChange
- MPVolumeViewWirelessRouteActiveDidChange
- MPVolumeViewWirelessRoutesAvailableDidChange
- NKIssueDownloadCompleted
- MPMusicPlayerControllerQueueDidChange
- AVSampleBufferDisplayLayerRequiresFlushToResumeDecodingDidChange
- GCControllerDidBecomeCurrent
- GCControllerDidStopBeingCurrent
- GCKeyboardDidConnect
- GCKeyboardDidDisconnect
- GCMouseDidBecomeCurrent
- GCMouseDidConnect
- GCMouseDidDisconnect
- GCMouseDidStopBeingCurrent
- NEDNSSettingsConfigurationDidChange
- NSManagedObjectContextDidMergeChangesObjectIDs
- NSManagedObjectContextDidSaveObjectIDs
- SKStorefrontCountryCodeDidChange
- fileProviderDomainDidChange
-
NSNotification
-
NSNotification.Name
- interruptionNotification
-
routeChangeNotification
- AVAudioSessionRouteChangeReasonKey
- AVAudioSessionRouteChangePreviousRouteKey
-
AVAudioSession.RouteChangeReason
- AVAudioSession.RouteChangeReason.unknown
- AVAudioSession.RouteChangeReason.newDeviceAvailable
- AVAudioSession.RouteChangeReason.oldDeviceUnavailable
- AVAudioSession.RouteChangeReason.categoryChange
- AVAudioSession.RouteChangeReason.override
- AVAudioSession.RouteChangeReason.wakeFromSleep
- AVAudioSession.RouteChangeReason.noSuitableRouteForCategory
- AVAudioSession.RouteChangeReason.routeConfigurationChange
- silenceSecondaryAudioHintNotification
- HMCharacteristicPropertySupportsEvent
- PKPassLibraryDidChange
- PKPassLibraryRemotePaymentPassesDidChange
- ACAccountStoreDidChange
- currentControlTintDidChangeNotification
- MPMovieDurationAvailable
- MPMovieMediaTypesAvailable
- MPMovieNaturalSizeAvailable
- MPMoviePlayerDidEnterFullscreen
- MPMoviePlayerDidExitFullscreen
- MPMoviePlayerIsAirPlayVideoActiveDidChange
- MPMoviePlayerLoadStateDidChange
- MPMoviePlayerNowPlayingMovieDidChange
- MPMoviePlayerPlaybackDidFinish
- MPMoviePlayerPlaybackStateDidChange
- MPMoviePlayerReadyForDisplayDidChange
- MPMoviePlayerScalingModeDidChange
- MPMoviePlayerThumbnailImageRequestDidFinish
- MPMoviePlayerTimedMetadataUpdated
- MPMoviePlayerWillEnterFullscreen
- MPMoviePlayerWillExitFullscreen
- MPMovieSourceTypeAvailable
- SKCloudServiceCapabilitiesDidChange
- SKStorefrontIdentifierDidChange
- ALAssetsLibraryChanged
- MPMediaPlaybackIsPreparedToPlayDidChange
- MPMusicPlayerControllerNowPlayingItemDidChange
- MPMusicPlayerControllerPlaybackStateDidChange
- MPVolumeViewWirelessRouteActiveDidChange
- MPVolumeViewWirelessRoutesAvailableDidChange
- NKIssueDownloadCompleted
- MPMusicPlayerControllerQueueDidChange
- AVSampleBufferDisplayLayerRequiresFlushToResumeDecodingDidChange
- GCControllerDidBecomeCurrent
- GCControllerDidStopBeingCurrent
- GCKeyboardDidConnect
- GCKeyboardDidDisconnect
- GCMouseDidBecomeCurrent
- GCMouseDidConnect
- GCMouseDidDisconnect
- GCMouseDidStopBeingCurrent
- NEDNSSettingsConfigurationDidChange
- NSManagedObjectContextDidMergeChangesObjectIDs
- NSManagedObjectContextDidSaveObjectIDs
- SKStorefrontCountryCodeDidChange
- fileProviderDomainDidChange
-
NSNotification.Name
-
NSNotification.Name
- NotificationCenter
-
Notification
-
App Extension Support
-
NSExtensionContext
- widgetLargestAvailableDisplayMode
- widgetActiveDisplayMode
- widgetMaximumSize(for:)
- mediaPlayingStarted()
- mediaPlayingPaused()
- notificationActions
- completeRequest(withBroadcast:setupInfo:)
- dismissNotificationContentExtension()
- loadBroadcastingApplicationInfo(completion:)
- performNotificationDefaultAction()
- NSItemProvider
- NSUserActivity
-
NSExtensionContext
- Errors and Exceptions
- Scripting Support
- File System
- Archives and Serialization
- iCloud
-
URL Loading System
- URLSession
- URLRequest
- URLResponse
- HTTPURLResponse
- CachedURLResponse
- URLCache
- URLAuthenticationChallenge
- URLCredential
- URLCredentialStorage
- URLProtectionSpace
- HTTPCookie
- HTTPCookieStorage
- URLError
- URL Loading System Error Info Keys
- Legacy URL Loading Systems
- Bonjour
- XPC
-
Object Runtime
-
NSObject
- UIAccessibility
- Deprecated Symbols
- NSValue
-
Classes Bridged to Swift Standard Library Value Types
-
NSString
- enumerateLinguisticTags(in:scheme:options:orthography:using:)
- linguisticTags(in:scheme:options:orthography:tokenRanges:)
- NSString.EnumerationOptions
- NSStringDrawingOptions
- init(bytesNoCopy:length:encoding:deallocator:)
- init(charactersNoCopy:length:deallocator:)
- appendingPathComponent(_:conformingTo:)
- appendingPathExtension(for:)
- deferredLocalizedIntentsString(with:_:)
- deferredLocalizedIntentsString(with:table:_:)
- deferredLocalizedIntentsString(with:table:arguments:)
- NSArray
- NSDictionary
-
NSString
- NSProxy
- Distributed Objects Support
-
NSObject
- Processes and Threads
- Streams, Sockets, and Ports
Swift
- Int
- Double
-
String
- insert(_:at:)
- insert(contentsOf:at:)
- remove(at:)
- removeSubrange(_:)
- firstIndex(of:)
- firstIndex(where:)
- lastIndex(of:)
- lastIndex(where:)
- prefix(through:)
- prefix(upTo:)
- suffix(from:)
- formIndex(after:)
- formIndex(before:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- index(of:)
-
NSString
- enumerateLinguisticTags(in:scheme:options:orthography:using:)
- linguisticTags(in:scheme:options:orthography:tokenRanges:)
- NSString.EnumerationOptions
- NSStringDrawingOptions
- init(bytesNoCopy:length:encoding:deallocator:)
- init(charactersNoCopy:length:deallocator:)
- appendingPathComponent(_:conformingTo:)
- appendingPathExtension(for:)
- deferredLocalizedIntentsString(with:_:)
- deferredLocalizedIntentsString(with:table:_:)
- deferredLocalizedIntentsString(with:table:arguments:)
- Substring
- init(_:)
- init(decoding:)
- init(unsafeUninitializedCapacity:initializingUTF8With:)
- init(validatingUTF8:)
- ~=(_:_:)
- Array
- Dictionary
-
Swift Standard Library
-
Numbers and Basic Values
- Bool
- Int
- Double
- Float
- Range
- ClosedRange
- Result
- Optional
- Numeric Protocols
-
Special-Use Numeric Types
- UInt
- UInt8
- UInt16
- UInt32
- UInt64
- Int8
- Int16
- Int32
- Int64
-
Float16
- Float16.Exponent
- Float16.FloatLiteralType
- Float16.IntegerLiteralType
- Float16.Magnitude
- Float16.RawExponent
- Float16.RawSignificand
- Float16.SIMDMaskScalar
- Float16.Stride
- init()
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(bitPattern:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(floatLiteral:)
- init(from:)
- init(integerLiteral:)
- init(integerLiteral:)
- init(nan:signaling:)
- init(sign:exponent:significand:)
- init(sign:exponentBitPattern:significandBitPattern:)
- init(signOf:magnitudeOf:)
- binade
- bitPattern
- debugDescription
- description
- exponent
- exponentBitPattern
- floatingPointClass
- hashValue
- isCanonical
- isFinite
- isInfinite
- isNaN
- isNormal
- isSignalingNaN
- isSubnormal
- isZero
- magnitude
- nextDown
- nextUp
- sign
- significand
- significandBitPattern
- significandWidth
- ulp
- bnnsDataType
- exponentBitCount
- greatestFiniteMagnitude
- infinity
- leastNonzeroMagnitude
- leastNormalMagnitude
- nan
- pi
- radix
- signalingNaN
- significandBitCount
- ulpOfOne
- zero
- addProduct(_:_:)
- addingProduct(_:_:)
- advanced(by:)
- distance(to:)
- encode(to:)
- formRemainder(dividingBy:)
- formSquareRoot()
- formTruncatingRemainder(dividingBy:)
- hash(into:)
- isEqual(to:)
- isLess(than:)
- isLessThanOrEqualTo(_:)
- isTotallyOrdered(belowOrEqualTo:)
- negate()
- remainder(dividingBy:)
- round()
- round(_:)
- rounded()
- rounded(_:)
- squareRoot()
- truncatingRemainder(dividingBy:)
- write(to:)
- maximum(_:_:)
- maximumMagnitude(_:_:)
- minimum(_:_:)
- minimumMagnitude(_:_:)
- random(in:)
- random(in:)
- random(in:using:)
- random(in:using:)
- !=(_:_:)
- *(_:_:)
- *=(_:_:)
- +(_:)
- +(_:_:)
- +=(_:_:)
- +=(_:_:)
- -(_:)
- -(_:)
- -(_:_:)
- -=(_:_:)
- -=(_:_:)
- ...(_:)
- ...(_:)
- ...(_:_:)
- ..<(_:)
- ..<(_:_:)
- /(_:_:)
- /=(_:_:)
- <(_:_:)
- <(_:_:)
- <=(_:_:)
- <=(_:_:)
- ==(_:_:)
- ==(_:_:)
- >(_:_:)
- >(_:_:)
- >=(_:_:)
- >=(_:_:)
- Float16.SIMD16Storage
- Float16.SIMD2Storage
- Float16.SIMD32Storage
- Float16.SIMD4Storage
- Float16.SIMD64Storage
- Float16.SIMD8Storage
-
Float80
- Float80.Exponent
- Float80.FloatLiteralType
- Float80.IntegerLiteralType
- Float80.RawExponent
- Float80.Stride
- Float80.Magnitude
- Float80.RawSignificand
- init()
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(_:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(exactly:)
- init(floatLiteral:)
- init(integerLiteral:)
- init(integerLiteral:)
- init(nan:signaling:)
- init(sign:exponent:significand:)
- init(sign:exponentBitPattern:significandBitPattern:)
- init(signOf:magnitudeOf:)
- binade
- customMirror
- debugDescription
- description
- exponent
- exponentBitPattern
- floatingPointClass
- hashValue
- isCanonical
- isFinite
- isInfinite
- isNaN
- isNormal
- isSignalingNaN
- isSubnormal
- isZero
- magnitude
- nextDown
- nextUp
- sign
- significand
- significandBitPattern
- significandWidth
- ulp
- exponentBitCount
- greatestFiniteMagnitude
- infinity
- leastNonzeroMagnitude
- leastNormalMagnitude
- nan
- pi
- radix
- signalingNaN
- significandBitCount
- ulpOfOne
- zero
- addProduct(_:_:)
- addingProduct(_:_:)
- advanced(by:)
- distance(to:)
- formRemainder(dividingBy:)
- formSquareRoot()
- formTruncatingRemainder(dividingBy:)
- hash(into:)
- isEqual(to:)
- isLess(than:)
- isLessThanOrEqualTo(_:)
- isTotallyOrdered(belowOrEqualTo:)
- negate()
- remainder(dividingBy:)
- round()
- round(_:)
- rounded()
- rounded(_:)
- squareRoot()
- truncatingRemainder(dividingBy:)
- write(to:)
- maximum(_:_:)
- maximumMagnitude(_:_:)
- minimum(_:_:)
- minimumMagnitude(_:_:)
- random(in:)
- random(in:)
- random(in:using:)
- random(in:using:)
- !=(_:_:)
- *(_:_:)
- *=(_:_:)
- +(_:)
- +(_:_:)
- +=(_:_:)
- +=(_:_:)
- -(_:)
- -(_:)
- -(_:_:)
- -=(_:_:)
- -=(_:_:)
- ...(_:)
- ...(_:)
- ...(_:_:)
- ..<(_:)
- ..<(_:_:)
- /(_:_:)
- /=(_:_:)
- <(_:_:)
- <(_:_:)
- <=(_:_:)
- <=(_:_:)
- ==(_:_:)
- ==(_:_:)
- >(_:_:)
- >(_:_:)
- >=(_:_:)
- >=(_:_:)
- SIMD Vector Types
-
Strings and Text
-
String
- insert(_:at:)
- insert(contentsOf:at:)
- remove(at:)
- removeSubrange(_:)
- firstIndex(of:)
- firstIndex(where:)
- lastIndex(of:)
- lastIndex(where:)
- prefix(through:)
- prefix(upTo:)
- suffix(from:)
- formIndex(after:)
- formIndex(before:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- index(of:)
-
NSString
- enumerateLinguisticTags(in:scheme:options:orthography:using:)
- linguisticTags(in:scheme:options:orthography:tokenRanges:)
- NSString.EnumerationOptions
- NSStringDrawingOptions
- init(bytesNoCopy:length:encoding:deallocator:)
- init(charactersNoCopy:length:deallocator:)
- appendingPathComponent(_:conformingTo:)
- appendingPathExtension(for:)
- deferredLocalizedIntentsString(with:_:)
- deferredLocalizedIntentsString(with:table:_:)
- deferredLocalizedIntentsString(with:table:arguments:)
- Substring
- init(_:)
- init(decoding:)
- init(unsafeUninitializedCapacity:initializingUTF8With:)
- init(validatingUTF8:)
- ~=(_:_:)
- StaticString
-
String
-
Collections
- Array
- Dictionary
- Set
- Range
- ClosedRange
- Sequence and Collection Protocols
-
Supporting Types
- Slice
- LazySequence
- LazyMapSequence
- LazyFilterSequence
- LazyPrefixWhileSequence
- LazyDropWhileSequence
- LazyCollection
- LazyDropWhileCollection
- LazyFilterCollection
- LazyMapCollection
- LazyPrefixWhileCollection
-
CollectionDifference
- first
- allSatisfy(_:)
- compactMap(_:)
- contains(where:)
- drop(while:)
- elementsEqual(_:by:)
- filter(_:)
- first(where:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- lexicographicallyPrecedes(_:by:)
- map(_:)
- max(by:)
- min(by:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- starts(with:by:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
-
EnumeratedSequence
- EnumeratedSequence.Element
- allSatisfy(_:)
- compactMap(_:)
- contains(where:)
- drop(while:)
- dropLast(_:)
- elementsEqual(_:by:)
- filter(_:)
- first(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- lexicographicallyPrecedes(_:by:)
- map(_:)
- max(by:)
- min(by:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
- FlattenCollection
-
FlattenSequence
- FlattenSequence.Element
- first
- last
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:by:)
- drop(while:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- dropLast(_:)
- elementsEqual(_:by:)
- filter(_:)
- first(where:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- last(where:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:by:)
- map(_:)
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:by:)
- suffix(_:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
-
PrefixSequence
- PrefixSequence.Element
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- drop(while:)
- dropLast(_:)
- elementsEqual(_:by:)
- filter(_:)
- first(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- lexicographicallyPrecedes(_:by:)
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
- ReversedCollection
- DefaultIndices
- Encoding, Decoding, and Serialization
- Debugging and Reflection
- Manual Memory Management
- C Interoperability
-
Numbers and Basic Values
SwiftUI
-
App Structure and Behavior
- App
-
Scene
- body
- Body
- onChange(of:perform:)
- defaultAppStorage(_:)
- commands(content:)
- CommandMenu
- CommandGroup
- Commands
- KeyboardShortcut
- windowStyle(_:)
- DefaultWindowStyle
- HiddenTitleBarWindowStyle
- TitleBarWindowStyle
- WindowStyle
- windowToolbarStyle(_:)
- DefaultWindowToolbarStyle
- ExpandedWindowToolbarStyle
- UnifiedCompactWindowToolbarStyle
- UnifiedWindowToolbarStyle
- WindowToolbarStyle
- WindowGroup
-
DocumentGroup
- init(newDocument:editor:)
- init(viewing:viewer:)
- FileDocument
- FileDocumentConfiguration
- init(newDocument:editor:)
- init(viewing:viewer:)
- ReferenceFileDocument
- ReferenceFileDocumentConfiguration
- body
- commands(content:)
- defaultAppStorage(_:)
- onChange(of:perform:)
- windowStyle(_:)
- windowToolbarStyle(_:)
- DocumentGroup.Body
- Settings
- WKNotificationScene
- Widget
- WidgetBundle
- ImportFilesAction
- ExportFilesAction
- OpenURLAction
-
Views and Controls
-
View
- body
- Layout
- Accessibility
- Rendering
-
Styling
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- ColorScheme
- PreferredColorSchemeKey
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- RedactionReasons
- isPlaceholder(_:)
- ControlSize
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
-
View Styles
- BorderedButtonStyle
-
PrimitiveButtonStyle
-
PrimitiveButtonStyleConfiguration
-
PrimitiveButtonStyleConfiguration.Label
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
-
PrimitiveButtonStyleConfiguration.Label
-
PrimitiveButtonStyleConfiguration
- CardButtonStyle
-
ButtonStyle
-
ButtonStyleConfiguration
-
ButtonStyleConfiguration.Label
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
-
ButtonStyleConfiguration.Label
-
ButtonStyleConfiguration
- DefaultMenuButtonStyle
- PullDownMenuButtonStyle
- BorderlessPullDownMenuButtonStyle
- BorderlessButtonMenuButtonStyle
- MenuButtonStyle
- DefaultMenuStyle
- BorderlessButtonMenuStyle
- BorderedButtonMenuStyle
-
MenuStyle
- MenuStyle.Configuration
-
MenuStyleConfiguration
-
MenuStyleConfiguration.Content
- accentColor(_:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(addTraits:)
- accessibility(hidden:)
- accessibility(hint:)
- accessibility(identifier:)
- accessibility(inputLabels:)
- accessibility(label:)
- accessibility(removeTraits:)
- accessibility(selectionIdentifier:)
- accessibility(sortPriority:)
- accessibility(value:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityElement(children:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityScrollAction(_:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- alert(isPresented:content:)
- alert(item:content:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- allowsHitTesting(_:)
- allowsTightening(_:)
- anchorPreference(key:value:transform:)
- animation(_:)
- animation(_:value:)
- appStoreOverlay(isPresented:configuration:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- autocapitalization(_:)
- background(_:alignment:)
- backgroundPreferenceValue(_:_:)
- blendMode(_:)
- blur(radius:opaque:)
- border(_:width:)
- brightness(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- clipShape(_:style:)
- clipped(antialiased:)
- colorInvert()
- colorMultiply(_:)
- colorScheme(_:)
- compositingGroup()
- contentShape(_:eoFill:)
- contextMenu(_:)
- contextMenu(menuItems:)
- contrast(_:)
- controlSize(_:)
- coordinateSpace(name:)
- cornerRadius(_:antialiased:)
- datePickerStyle(_:)
- defaultAppStorage(_:)
- deleteDisabled(_:)
- disableAutocorrection(_:)
- disabled(_:)
- drawingGroup(opaque:colorMode:)
- edgesIgnoringSafeArea(_:)
- environment(_:_:)
- environmentObject(_:)
- fixedSize()
- fixedSize(horizontal:vertical:)
- flipsForRightToLeftLayoutDirection(_:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- font(_:)
- foregroundColor(_:)
- frame()
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame(width:height:alignment:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- gesture(_:including:)
- grayscale(_:)
- groupBoxStyle(_:)
- help(_:)
- help(_:)
- help(_:)
- hidden()
- highPriorityGesture(_:including:)
- horizontalRadioGroupLayout()
- hoverEffect(_:)
- hueRotation(_:)
- id(_:)
- ignoresSafeArea(_:edges:)
- imageScale(_:)
- indexViewStyle(_:)
- isPlaceholder(_:)
- itemProvider(_:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- keyboardType(_:)
- labelStyle(_:)
- labelsHidden()
- layoutPriority(_:)
- lineLimit(_:)
- lineSpacing(_:)
- listItemTint(_:)
- listItemTint(_:)
- listRowBackground(_:)
- listRowInsets(_:)
- listStyle(_:)
- luminanceToAlpha()
- mask(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- menuButtonStyle(_:)
- menuStyle(_:)
- minimumScaleFactor(_:)
- modifier(_:)
- moveDisabled(_:)
- multilineTextAlignment(_:)
- navigationBarBackButtonHidden(_:)
- navigationBarHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationViewStyle(_:)
- offset(_:)
- offset(x:y:)
- onAppear(perform:)
- onChange(of:perform:)
- onCommand(_:perform:)
- onContinueUserActivity(_:perform:)
- onCopyCommand(perform:)
- onCutCommand(perform:)
- onDeleteCommand(perform:)
- onDisappear(perform:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onExitCommand(perform:)
- onHover(perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- onMoveCommand(perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onPlayPauseCommand(perform:)
- onPreferenceChange(_:perform:)
- onReceive(_:perform:)
- onTapGesture(count:perform:)
- opacity(_:)
- overlay(_:alignment:)
- overlayPreferenceValue(_:_:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- pickerStyle(_:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- position(_:)
- position(x:y:)
- preference(key:value:)
- preferredColorScheme(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- previewContext(_:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- progressViewStyle(_:)
- projectionEffect(_:)
- redacted(reason:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- rotationEffect(_:anchor:)
- saturation(_:)
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- scaledToFill()
- scaledToFit()
- shadow(color:radius:x:y:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- signInWithAppleButtonStyle(_:)
- simultaneousGesture(_:including:)
- statusBar(hidden:)
- tabItem(_:)
- tabViewStyle(_:)
- tag(_:)
- textCase(_:)
- textContentType(_:)
- textContentType(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- touchBar(_:)
- touchBar(content:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- touchBarItemPrincipal(_:)
- transaction(_:)
- transformAnchorPreference(key:value:transform:)
- transformEffect(_:)
- transformEnvironment(_:transform:)
- transformPreference(_:_:)
- transition(_:)
- truncationMode(_:)
- unredacted()
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- zIndex(_:)
- MenuStyleConfiguration.Content.Body
-
MenuStyleConfiguration.Label
- accentColor(_:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(addTraits:)
- accessibility(hidden:)
- accessibility(hint:)
- accessibility(identifier:)
- accessibility(inputLabels:)
- accessibility(label:)
- accessibility(removeTraits:)
- accessibility(selectionIdentifier:)
- accessibility(sortPriority:)
- accessibility(value:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityElement(children:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityScrollAction(_:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- alert(isPresented:content:)
- alert(item:content:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- allowsHitTesting(_:)
- allowsTightening(_:)
- anchorPreference(key:value:transform:)
- animation(_:)
- animation(_:value:)
- appStoreOverlay(isPresented:configuration:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- autocapitalization(_:)
- background(_:alignment:)
- backgroundPreferenceValue(_:_:)
- blendMode(_:)
- blur(radius:opaque:)
- border(_:width:)
- brightness(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- clipShape(_:style:)
- clipped(antialiased:)
- colorInvert()
- colorMultiply(_:)
- colorScheme(_:)
- compositingGroup()
- contentShape(_:eoFill:)
- contextMenu(_:)
- contextMenu(menuItems:)
- contrast(_:)
- controlSize(_:)
- coordinateSpace(name:)
- cornerRadius(_:antialiased:)
- datePickerStyle(_:)
- defaultAppStorage(_:)
- deleteDisabled(_:)
- disableAutocorrection(_:)
- disabled(_:)
- drawingGroup(opaque:colorMode:)
- edgesIgnoringSafeArea(_:)
- environment(_:_:)
- environmentObject(_:)
- fixedSize()
- fixedSize(horizontal:vertical:)
- flipsForRightToLeftLayoutDirection(_:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- font(_:)
- foregroundColor(_:)
- frame()
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame(width:height:alignment:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- gesture(_:including:)
- grayscale(_:)
- groupBoxStyle(_:)
- help(_:)
- help(_:)
- help(_:)
- hidden()
- highPriorityGesture(_:including:)
- horizontalRadioGroupLayout()
- hoverEffect(_:)
- hueRotation(_:)
- id(_:)
- ignoresSafeArea(_:edges:)
- imageScale(_:)
- indexViewStyle(_:)
- isPlaceholder(_:)
- itemProvider(_:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- keyboardType(_:)
- labelStyle(_:)
- labelsHidden()
- layoutPriority(_:)
- lineLimit(_:)
- lineSpacing(_:)
- listItemTint(_:)
- listItemTint(_:)
- listRowBackground(_:)
- listRowInsets(_:)
- listStyle(_:)
- luminanceToAlpha()
- mask(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- menuButtonStyle(_:)
- menuStyle(_:)
- minimumScaleFactor(_:)
- modifier(_:)
- moveDisabled(_:)
- multilineTextAlignment(_:)
- navigationBarBackButtonHidden(_:)
- navigationBarHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationViewStyle(_:)
- offset(_:)
- offset(x:y:)
- onAppear(perform:)
- onChange(of:perform:)
- onCommand(_:perform:)
- onContinueUserActivity(_:perform:)
- onCopyCommand(perform:)
- onCutCommand(perform:)
- onDeleteCommand(perform:)
- onDisappear(perform:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onExitCommand(perform:)
- onHover(perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- onMoveCommand(perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onPlayPauseCommand(perform:)
- onPreferenceChange(_:perform:)
- onReceive(_:perform:)
- onTapGesture(count:perform:)
- opacity(_:)
- overlay(_:alignment:)
- overlayPreferenceValue(_:_:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- pickerStyle(_:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- position(_:)
- position(x:y:)
- preference(key:value:)
- preferredColorScheme(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- previewContext(_:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- progressViewStyle(_:)
- projectionEffect(_:)
- redacted(reason:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- rotationEffect(_:anchor:)
- saturation(_:)
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- scaledToFill()
- scaledToFit()
- shadow(color:radius:x:y:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- signInWithAppleButtonStyle(_:)
- simultaneousGesture(_:including:)
- statusBar(hidden:)
- tabItem(_:)
- tabViewStyle(_:)
- tag(_:)
- textCase(_:)
- textContentType(_:)
- textContentType(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- touchBar(_:)
- touchBar(content:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- touchBarItemPrincipal(_:)
- transaction(_:)
- transformAnchorPreference(key:value:transform:)
- transformEffect(_:)
- transformEnvironment(_:transform:)
- transformPreference(_:_:)
- transition(_:)
- truncationMode(_:)
- unredacted()
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- zIndex(_:)
- MenuStyleConfiguration.Label.Body
-
MenuStyleConfiguration.Content
- makeBody(configuration:)
- Body
- GraphicalDatePickerStyle
- CompactDatePickerStyle
- SwitchToggleStyle
-
ToggleStyle
-
ToggleStyleConfiguration
-
ToggleStyleConfiguration.Label
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
-
ToggleStyleConfiguration.Label
-
ToggleStyleConfiguration
- EllipticalListStyle
- SidebarListStyle
- InsetListStyle
- InsetGroupedListStyle
- DefaultNavigationViewStyle
- StackNavigationViewStyle
- NavigationViewStyle
- DefaultTabViewStyle
- PageTabViewStyle
- CarouselTabViewStyle
- TabViewStyle
- DefaultLabelStyle
- IconOnlyLabelStyle
- TitleOnlyLabelStyle
-
LabelStyle
- LabelStyle.Configuration
-
LabelStyleConfiguration
-
LabelStyleConfiguration.Icon
- accentColor(_:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(addTraits:)
- accessibility(hidden:)
- accessibility(hint:)
- accessibility(identifier:)
- accessibility(inputLabels:)
- accessibility(label:)
- accessibility(removeTraits:)
- accessibility(selectionIdentifier:)
- accessibility(sortPriority:)
- accessibility(value:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityElement(children:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityScrollAction(_:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- alert(isPresented:content:)
- alert(item:content:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- allowsHitTesting(_:)
- allowsTightening(_:)
- anchorPreference(key:value:transform:)
- animation(_:)
- animation(_:value:)
- appStoreOverlay(isPresented:configuration:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- autocapitalization(_:)
- background(_:alignment:)
- backgroundPreferenceValue(_:_:)
- blendMode(_:)
- blur(radius:opaque:)
- border(_:width:)
- brightness(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- clipShape(_:style:)
- clipped(antialiased:)
- colorInvert()
- colorMultiply(_:)
- colorScheme(_:)
- compositingGroup()
- contentShape(_:eoFill:)
- contextMenu(_:)
- contextMenu(menuItems:)
- contrast(_:)
- controlSize(_:)
- coordinateSpace(name:)
- cornerRadius(_:antialiased:)
- datePickerStyle(_:)
- defaultAppStorage(_:)
- defaultWheelPickerItemHeight(_:)
- deleteDisabled(_:)
- digitalCrownRotation(_:)
- digitalCrownRotation(_:from:through:by:sensitivity:isContinuous:isHapticFeedbackEnabled:)
- disableAutocorrection(_:)
- disabled(_:)
- drawingGroup(opaque:colorMode:)
- edgesIgnoringSafeArea(_:)
- environment(_:_:)
- environmentObject(_:)
- fixedSize()
- fixedSize(horizontal:vertical:)
- flipsForRightToLeftLayoutDirection(_:)
- focusScope(_:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- font(_:)
- foregroundColor(_:)
- frame()
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame(width:height:alignment:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- gaugeStyle(_:)
- gesture(_:including:)
- grayscale(_:)
- groupBoxStyle(_:)
- help(_:)
- help(_:)
- help(_:)
- hidden()
- highPriorityGesture(_:including:)
- horizontalRadioGroupLayout()
- hoverEffect(_:)
- hueRotation(_:)
- id(_:)
- ignoresSafeArea(_:edges:)
- imageScale(_:)
- indexViewStyle(_:)
- isPlaceholder(_:)
- itemProvider(_:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- keyboardType(_:)
- labelStyle(_:)
- labelsHidden()
- layoutPriority(_:)
- lineLimit(_:)
- lineSpacing(_:)
- listItemTint(_:)
- listItemTint(_:)
- listRowBackground(_:)
- listRowInsets(_:)
- listRowPlatterColor(_:)
- listStyle(_:)
- luminanceToAlpha()
- mask(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- menuButtonStyle(_:)
- menuStyle(_:)
- minimumScaleFactor(_:)
- modifier(_:)
- moveDisabled(_:)
- multilineTextAlignment(_:)
- navigationBarBackButtonHidden(_:)
- navigationBarHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationViewStyle(_:)
- offset(_:)
- offset(x:y:)
- onAppear(perform:)
- onChange(of:perform:)
- onCommand(_:perform:)
- onContinueUserActivity(_:perform:)
- onCopyCommand(perform:)
- onCutCommand(perform:)
- onDeleteCommand(perform:)
- onDisappear(perform:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onExitCommand(perform:)
- onHover(perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- onMoveCommand(perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onPlayPauseCommand(perform:)
- onPreferenceChange(_:perform:)
- onReceive(_:perform:)
- onTapGesture(count:perform:)
- opacity(_:)
- overlay(_:alignment:)
- overlayPreferenceValue(_:_:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- pickerStyle(_:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- position(_:)
- position(x:y:)
- preference(key:value:)
- preferredColorScheme(_:)
- prefersDefaultFocus(_:in:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- previewContext(_:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- progressViewStyle(_:)
- projectionEffect(_:)
- redacted(reason:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- rotationEffect(_:anchor:)
- saturation(_:)
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- scaledToFill()
- scaledToFit()
- shadow(color:radius:x:y:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- simultaneousGesture(_:including:)
- statusBar(hidden:)
- tabItem(_:)
- tabViewStyle(_:)
- tag(_:)
- textCase(_:)
- textContentType(_:)
- textContentType(_:)
- textContentType(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- touchBar(_:)
- touchBar(content:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- touchBarItemPrincipal(_:)
- transaction(_:)
- transformAnchorPreference(key:value:transform:)
- transformEffect(_:)
- transformEnvironment(_:transform:)
- transformPreference(_:_:)
- transition(_:)
- truncationMode(_:)
- unredacted()
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- zIndex(_:)
- LabelStyleConfiguration.Icon.Body
-
LabelStyleConfiguration.Title
- accentColor(_:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(addTraits:)
- accessibility(hidden:)
- accessibility(hint:)
- accessibility(identifier:)
- accessibility(inputLabels:)
- accessibility(label:)
- accessibility(removeTraits:)
- accessibility(selectionIdentifier:)
- accessibility(sortPriority:)
- accessibility(value:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityElement(children:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityScrollAction(_:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- alert(isPresented:content:)
- alert(item:content:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- allowsHitTesting(_:)
- allowsTightening(_:)
- anchorPreference(key:value:transform:)
- animation(_:)
- animation(_:value:)
- appStoreOverlay(isPresented:configuration:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- autocapitalization(_:)
- background(_:alignment:)
- backgroundPreferenceValue(_:_:)
- blendMode(_:)
- blur(radius:opaque:)
- border(_:width:)
- brightness(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- clipShape(_:style:)
- clipped(antialiased:)
- colorInvert()
- colorMultiply(_:)
- colorScheme(_:)
- compositingGroup()
- contentShape(_:eoFill:)
- contextMenu(_:)
- contextMenu(menuItems:)
- contrast(_:)
- controlSize(_:)
- coordinateSpace(name:)
- cornerRadius(_:antialiased:)
- datePickerStyle(_:)
- defaultAppStorage(_:)
- defaultWheelPickerItemHeight(_:)
- deleteDisabled(_:)
- digitalCrownRotation(_:)
- digitalCrownRotation(_:from:through:by:sensitivity:isContinuous:isHapticFeedbackEnabled:)
- disableAutocorrection(_:)
- disabled(_:)
- drawingGroup(opaque:colorMode:)
- edgesIgnoringSafeArea(_:)
- environment(_:_:)
- environmentObject(_:)
- fixedSize()
- fixedSize(horizontal:vertical:)
- flipsForRightToLeftLayoutDirection(_:)
- focusScope(_:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- font(_:)
- foregroundColor(_:)
- frame()
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame(width:height:alignment:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- gaugeStyle(_:)
- gesture(_:including:)
- grayscale(_:)
- groupBoxStyle(_:)
- help(_:)
- help(_:)
- help(_:)
- hidden()
- highPriorityGesture(_:including:)
- horizontalRadioGroupLayout()
- hoverEffect(_:)
- hueRotation(_:)
- id(_:)
- ignoresSafeArea(_:edges:)
- imageScale(_:)
- indexViewStyle(_:)
- isPlaceholder(_:)
- itemProvider(_:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- keyboardType(_:)
- labelStyle(_:)
- labelsHidden()
- layoutPriority(_:)
- lineLimit(_:)
- lineSpacing(_:)
- listItemTint(_:)
- listItemTint(_:)
- listRowBackground(_:)
- listRowInsets(_:)
- listRowPlatterColor(_:)
- listStyle(_:)
- luminanceToAlpha()
- mask(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- menuButtonStyle(_:)
- menuStyle(_:)
- minimumScaleFactor(_:)
- modifier(_:)
- moveDisabled(_:)
- multilineTextAlignment(_:)
- navigationBarBackButtonHidden(_:)
- navigationBarHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationViewStyle(_:)
- offset(_:)
- offset(x:y:)
- onAppear(perform:)
- onChange(of:perform:)
- onCommand(_:perform:)
- onContinueUserActivity(_:perform:)
- onCopyCommand(perform:)
- onCutCommand(perform:)
- onDeleteCommand(perform:)
- onDisappear(perform:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onExitCommand(perform:)
- onHover(perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- onMoveCommand(perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onPlayPauseCommand(perform:)
- onPreferenceChange(_:perform:)
- onReceive(_:perform:)
- onTapGesture(count:perform:)
- opacity(_:)
- overlay(_:alignment:)
- overlayPreferenceValue(_:_:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- pickerStyle(_:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- position(_:)
- position(x:y:)
- preference(key:value:)
- preferredColorScheme(_:)
- prefersDefaultFocus(_:in:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- previewContext(_:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- progressViewStyle(_:)
- projectionEffect(_:)
- redacted(reason:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- rotationEffect(_:anchor:)
- saturation(_:)
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- scaledToFill()
- scaledToFit()
- shadow(color:radius:x:y:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- simultaneousGesture(_:including:)
- statusBar(hidden:)
- tabItem(_:)
- tabViewStyle(_:)
- tag(_:)
- textCase(_:)
- textContentType(_:)
- textContentType(_:)
- textContentType(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- touchBar(_:)
- touchBar(content:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- touchBarItemPrincipal(_:)
- transaction(_:)
- transformAnchorPreference(key:value:transform:)
- transformEffect(_:)
- transformEnvironment(_:transform:)
- transformPreference(_:_:)
- transition(_:)
- truncationMode(_:)
- unredacted()
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- zIndex(_:)
- LabelStyleConfiguration.Title.Body
- icon
- title
-
LabelStyleConfiguration.Icon
- makeBody(configuration:)
- Body
- DefaultProgressViewStyle
- LinearProgressViewStyle
- CircularProgressViewStyle
-
ProgressViewStyle
- ProgressViewStyle.Configuration
-
ProgressViewStyleConfiguration
- label
-
ProgressViewStyleConfiguration.Label
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- ignoresSafeArea(_:edges:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- keyboardType(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textContentType(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- autocapitalization(_:)
- disableAutocorrection(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelsHidden()
- defaultWheelPickerItemHeight(_:)
- horizontalRadioGroupLayout()
- controlSize(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- signInWithAppleButtonStyle(_:)
- menuButtonStyle(_:)
- menuStyle(_:)
- pickerStyle(_:)
- datePickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- indexViewStyle(_:)
- listStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- listRowPlatterColor(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarHidden(_:)
- statusBar(hidden:)
- navigationBarBackButtonHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- touchBar(content:)
- touchBar(_:)
- touchBarItemPrincipal(_:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- digitalCrownRotation(_:)
- digitalCrownRotation(_:from:through:by:sensitivity:isContinuous:isHapticFeedbackEnabled:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onCutCommand(perform:)
- onCopyCommand(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onDeleteCommand(perform:)
- onMoveCommand(perform:)
- onExitCommand(perform:)
- onPlayPauseCommand(perform:)
- onCommand(_:perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- ProgressViewStyleConfiguration.Label.Body
- modifier(_:)
-
View Modifiers
- valueLabel
-
ProgressViewStyleConfiguration.ValueLabel
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- ignoresSafeArea(_:edges:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- keyboardType(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textContentType(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- autocapitalization(_:)
- disableAutocorrection(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelsHidden()
- defaultWheelPickerItemHeight(_:)
- horizontalRadioGroupLayout()
- controlSize(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- signInWithAppleButtonStyle(_:)
- menuButtonStyle(_:)
- menuStyle(_:)
- pickerStyle(_:)
- datePickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- indexViewStyle(_:)
- listStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- listRowPlatterColor(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarHidden(_:)
- statusBar(hidden:)
- navigationBarBackButtonHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- touchBar(content:)
- touchBar(_:)
- touchBarItemPrincipal(_:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- digitalCrownRotation(_:)
- digitalCrownRotation(_:from:through:by:sensitivity:isContinuous:isHapticFeedbackEnabled:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onCutCommand(perform:)
- onCopyCommand(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onDeleteCommand(perform:)
- onMoveCommand(perform:)
- onExitCommand(perform:)
- onPlayPauseCommand(perform:)
- onCommand(_:perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- ProgressViewStyleConfiguration.ValueLabel.Body
- modifier(_:)
-
View Modifiers
- fractionCompleted
- makeBody(configuration:)
- Body
- PageIndexViewStyle
- IndexViewStyle
- DefaultGroupBoxStyle
-
GroupBoxStyle
- GroupBoxStyle.Configuration
-
GroupBoxStyleConfiguration
-
GroupBoxStyleConfiguration.Content
- accentColor(_:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(addTraits:)
- accessibility(hidden:)
- accessibility(hint:)
- accessibility(identifier:)
- accessibility(inputLabels:)
- accessibility(label:)
- accessibility(removeTraits:)
- accessibility(selectionIdentifier:)
- accessibility(sortPriority:)
- accessibility(value:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityElement(children:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityScrollAction(_:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- alert(isPresented:content:)
- alert(item:content:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- allowsHitTesting(_:)
- allowsTightening(_:)
- anchorPreference(key:value:transform:)
- animation(_:)
- animation(_:value:)
- appStoreOverlay(isPresented:configuration:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- autocapitalization(_:)
- background(_:alignment:)
- backgroundPreferenceValue(_:_:)
- blendMode(_:)
- blur(radius:opaque:)
- border(_:width:)
- brightness(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- clipShape(_:style:)
- clipped(antialiased:)
- colorInvert()
- colorMultiply(_:)
- colorScheme(_:)
- compositingGroup()
- contentShape(_:eoFill:)
- contextMenu(_:)
- contextMenu(menuItems:)
- contrast(_:)
- controlSize(_:)
- coordinateSpace(name:)
- cornerRadius(_:antialiased:)
- datePickerStyle(_:)
- defaultAppStorage(_:)
- deleteDisabled(_:)
- disableAutocorrection(_:)
- disabled(_:)
- drawingGroup(opaque:colorMode:)
- edgesIgnoringSafeArea(_:)
- environment(_:_:)
- environmentObject(_:)
- fixedSize()
- fixedSize(horizontal:vertical:)
- flipsForRightToLeftLayoutDirection(_:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- font(_:)
- foregroundColor(_:)
- frame()
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame(width:height:alignment:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- gesture(_:including:)
- grayscale(_:)
- groupBoxStyle(_:)
- help(_:)
- help(_:)
- help(_:)
- hidden()
- highPriorityGesture(_:including:)
- horizontalRadioGroupLayout()
- hoverEffect(_:)
- hueRotation(_:)
- id(_:)
- ignoresSafeArea(_:edges:)
- imageScale(_:)
- indexViewStyle(_:)
- isPlaceholder(_:)
- itemProvider(_:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- keyboardType(_:)
- labelStyle(_:)
- labelsHidden()
- layoutPriority(_:)
- lineLimit(_:)
- lineSpacing(_:)
- listItemTint(_:)
- listItemTint(_:)
- listRowBackground(_:)
- listRowInsets(_:)
- listStyle(_:)
- luminanceToAlpha()
- mask(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- menuButtonStyle(_:)
- menuStyle(_:)
- minimumScaleFactor(_:)
- modifier(_:)
- moveDisabled(_:)
- multilineTextAlignment(_:)
- navigationBarBackButtonHidden(_:)
- navigationBarHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationViewStyle(_:)
- offset(_:)
- offset(x:y:)
- onAppear(perform:)
- onChange(of:perform:)
- onCommand(_:perform:)
- onContinueUserActivity(_:perform:)
- onCopyCommand(perform:)
- onCutCommand(perform:)
- onDeleteCommand(perform:)
- onDisappear(perform:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onExitCommand(perform:)
- onHover(perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- onMoveCommand(perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onPlayPauseCommand(perform:)
- onPreferenceChange(_:perform:)
- onReceive(_:perform:)
- onTapGesture(count:perform:)
- opacity(_:)
- overlay(_:alignment:)
- overlayPreferenceValue(_:_:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- pickerStyle(_:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- position(_:)
- position(x:y:)
- preference(key:value:)
- preferredColorScheme(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- previewContext(_:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- progressViewStyle(_:)
- projectionEffect(_:)
- redacted(reason:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- rotationEffect(_:anchor:)
- saturation(_:)
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- scaledToFill()
- scaledToFit()
- shadow(color:radius:x:y:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- simultaneousGesture(_:including:)
- statusBar(hidden:)
- tabItem(_:)
- tabViewStyle(_:)
- tag(_:)
- textCase(_:)
- textContentType(_:)
- textContentType(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- touchBar(_:)
- touchBar(content:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- touchBarItemPrincipal(_:)
- transaction(_:)
- transformAnchorPreference(key:value:transform:)
- transformEffect(_:)
- transformEnvironment(_:transform:)
- transformPreference(_:_:)
- transition(_:)
- truncationMode(_:)
- unredacted()
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- zIndex(_:)
- GroupBoxStyleConfiguration.Content.Body
-
GroupBoxStyleConfiguration.Label
- accentColor(_:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(addTraits:)
- accessibility(hidden:)
- accessibility(hint:)
- accessibility(identifier:)
- accessibility(inputLabels:)
- accessibility(label:)
- accessibility(removeTraits:)
- accessibility(selectionIdentifier:)
- accessibility(sortPriority:)
- accessibility(value:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityElement(children:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityScrollAction(_:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- alert(isPresented:content:)
- alert(item:content:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- allowsHitTesting(_:)
- allowsTightening(_:)
- anchorPreference(key:value:transform:)
- animation(_:)
- animation(_:value:)
- appStoreOverlay(isPresented:configuration:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- autocapitalization(_:)
- background(_:alignment:)
- backgroundPreferenceValue(_:_:)
- blendMode(_:)
- blur(radius:opaque:)
- border(_:width:)
- brightness(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- clipShape(_:style:)
- clipped(antialiased:)
- colorInvert()
- colorMultiply(_:)
- colorScheme(_:)
- compositingGroup()
- contentShape(_:eoFill:)
- contextMenu(_:)
- contextMenu(menuItems:)
- contrast(_:)
- controlSize(_:)
- coordinateSpace(name:)
- cornerRadius(_:antialiased:)
- datePickerStyle(_:)
- defaultAppStorage(_:)
- deleteDisabled(_:)
- disableAutocorrection(_:)
- disabled(_:)
- drawingGroup(opaque:colorMode:)
- edgesIgnoringSafeArea(_:)
- environment(_:_:)
- environmentObject(_:)
- fixedSize()
- fixedSize(horizontal:vertical:)
- flipsForRightToLeftLayoutDirection(_:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- font(_:)
- foregroundColor(_:)
- frame()
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame(width:height:alignment:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- gesture(_:including:)
- grayscale(_:)
- groupBoxStyle(_:)
- help(_:)
- help(_:)
- help(_:)
- hidden()
- highPriorityGesture(_:including:)
- horizontalRadioGroupLayout()
- hoverEffect(_:)
- hueRotation(_:)
- id(_:)
- ignoresSafeArea(_:edges:)
- imageScale(_:)
- indexViewStyle(_:)
- isPlaceholder(_:)
- itemProvider(_:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- keyboardType(_:)
- labelStyle(_:)
- labelsHidden()
- layoutPriority(_:)
- lineLimit(_:)
- lineSpacing(_:)
- listItemTint(_:)
- listItemTint(_:)
- listRowBackground(_:)
- listRowInsets(_:)
- listStyle(_:)
- luminanceToAlpha()
- mask(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- menuButtonStyle(_:)
- menuStyle(_:)
- minimumScaleFactor(_:)
- modifier(_:)
- moveDisabled(_:)
- multilineTextAlignment(_:)
- navigationBarBackButtonHidden(_:)
- navigationBarHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationViewStyle(_:)
- offset(_:)
- offset(x:y:)
- onAppear(perform:)
- onChange(of:perform:)
- onCommand(_:perform:)
- onContinueUserActivity(_:perform:)
- onCopyCommand(perform:)
- onCutCommand(perform:)
- onDeleteCommand(perform:)
- onDisappear(perform:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onExitCommand(perform:)
- onHover(perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- onMoveCommand(perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onPlayPauseCommand(perform:)
- onPreferenceChange(_:perform:)
- onReceive(_:perform:)
- onTapGesture(count:perform:)
- opacity(_:)
- overlay(_:alignment:)
- overlayPreferenceValue(_:_:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- pickerStyle(_:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- position(_:)
- position(x:y:)
- preference(key:value:)
- preferredColorScheme(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- previewContext(_:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- progressViewStyle(_:)
- projectionEffect(_:)
- redacted(reason:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- rotationEffect(_:anchor:)
- saturation(_:)
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- scaledToFill()
- scaledToFit()
- shadow(color:radius:x:y:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- simultaneousGesture(_:including:)
- statusBar(hidden:)
- tabItem(_:)
- tabViewStyle(_:)
- tag(_:)
- textCase(_:)
- textContentType(_:)
- textContentType(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- touchBar(_:)
- touchBar(content:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- touchBarItemPrincipal(_:)
- transaction(_:)
- transformAnchorPreference(key:value:transform:)
- transformEffect(_:)
- transformEnvironment(_:transform:)
- transformPreference(_:_:)
- transition(_:)
- truncationMode(_:)
- unredacted()
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- zIndex(_:)
- GroupBoxStyleConfiguration.Label.Body
- content
- label
-
GroupBoxStyleConfiguration.Content
- makeBody(configuration:)
- Body
- DefaultGaugeStyle
- CircularGaugeStyle
- LinearGaugeStyle
-
GaugeStyle
- GaugeStyle.Configuration
-
GaugeStyleConfiguration
- label
-
GaugeStyleConfiguration.Label
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- ignoresSafeArea(_:edges:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelsHidden()
- defaultWheelPickerItemHeight(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- pickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- listStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- listRowPlatterColor(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarHidden(_:)
- navigationBarBackButtonHidden(_:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- digitalCrownRotation(_:)
- digitalCrownRotation(_:from:through:by:sensitivity:isContinuous:isHapticFeedbackEnabled:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- GaugeStyleConfiguration.Label.Body
- modifier(_:)
-
View Modifiers
- minimumValueLabel
-
GaugeStyleConfiguration.MinimumValueLabel
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- ignoresSafeArea(_:edges:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelsHidden()
- defaultWheelPickerItemHeight(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- pickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- listStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- listRowPlatterColor(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarHidden(_:)
- navigationBarBackButtonHidden(_:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- digitalCrownRotation(_:)
- digitalCrownRotation(_:from:through:by:sensitivity:isContinuous:isHapticFeedbackEnabled:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- GaugeStyleConfiguration.MinimumValueLabel.Body
- modifier(_:)
-
View Modifiers
- maximumValueLabel
-
GaugeStyleConfiguration.MaximumValueLabel
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- ignoresSafeArea(_:edges:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelsHidden()
- defaultWheelPickerItemHeight(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- pickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- listStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- listRowPlatterColor(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarHidden(_:)
- navigationBarBackButtonHidden(_:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- digitalCrownRotation(_:)
- digitalCrownRotation(_:from:through:by:sensitivity:isContinuous:isHapticFeedbackEnabled:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- GaugeStyleConfiguration.MaximumValueLabel.Body
- modifier(_:)
-
View Modifiers
- value
- currentValueLabel
-
GaugeStyleConfiguration.CurrentValueLabel
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- ignoresSafeArea(_:edges:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelsHidden()
- defaultWheelPickerItemHeight(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- pickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- listStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- listRowPlatterColor(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarHidden(_:)
- navigationBarBackButtonHidden(_:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- digitalCrownRotation(_:)
- digitalCrownRotation(_:from:through:by:sensitivity:isContinuous:isHapticFeedbackEnabled:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- GaugeStyleConfiguration.CurrentValueLabel.Body
- modifier(_:)
-
View Modifiers
-
GaugeStyleConfiguration.MarkedValueLabel
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- ignoresSafeArea(_:edges:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelsHidden()
- defaultWheelPickerItemHeight(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- pickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- listStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- listRowPlatterColor(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarHidden(_:)
- navigationBarBackButtonHidden(_:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- digitalCrownRotation(_:)
- digitalCrownRotation(_:from:through:by:sensitivity:isContinuous:isHapticFeedbackEnabled:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- GaugeStyleConfiguration.MarkedValueLabel.Body
- modifier(_:)
-
View Modifiers
- makeBody(configuration:)
- Body
- DefaultWindowStyle
- HiddenTitleBarWindowStyle
- TitleBarWindowStyle
- WindowStyle
- DefaultWindowToolbarStyle
- ExpandedWindowToolbarStyle
- UnifiedCompactWindowToolbarStyle
- UnifiedWindowToolbarStyle
- WindowToolbarStyle
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- ListItemTint
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- NavigationBarItem
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- ToolbarItem
- ToolbarItemGroup
- contextMenu(_:)
- contextMenu(menuItems:)
- ContextMenu
-
Input and Events
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- widgetURL(_:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
-
SubscriptionView
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- HoverEffect
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- DropInfo
- DropProposal
- DropOperation
- DropDelegate
- View Presentation
- State
- previewContext(_:)
-
ModifiedContent
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
- ModifiedContent.Body
- body
- body
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- commands(content:)
- defaultAppStorage(_:)
- onChange(of:perform:)
- onInsert(of:perform:)
- onInsert(of:perform:)
- preference(key:value:)
- windowStyle(_:)
- windowToolbarStyle(_:)
- ModifiedContent.WidgetBody
-
View Modifiers
- EmptyModifier
- ViewModifier
-
Text
- init(_:)
- init(_:)
- init(_:)
- init(_:style:)
- Text.DateStyle
- Font
- textCase(_:)
- Text.Case
- truncationMode(_:)
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- truncationMode(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
- init(_:formatter:)
- init(_:formatter:)
-
TextField
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
-
SecureField
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
-
TextEditor
- init(text:)
- font(_:)
- Font
- foregroundColor(_:)
- multilineTextAlignment(_:)
- lineSpacing(_:)
- allowsTightening(_:)
- autocapitalization(_:)
- disableAutocorrection(_:)
- keyboardType(_:)
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- keyboardType(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- autocapitalization(_:)
- disableAutocorrection(_:)
- labelsHidden()
- horizontalRadioGroupLayout()
- controlSize(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- menuButtonStyle(_:)
- menuStyle(_:)
- pickerStyle(_:)
- datePickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- indexViewStyle(_:)
- listStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarHidden(_:)
- statusBar(hidden:)
- navigationBarBackButtonHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- touchBar(content:)
- touchBar(_:)
- touchBarItemPrincipal(_:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onCutCommand(perform:)
- onCopyCommand(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onDeleteCommand(perform:)
- onMoveCommand(perform:)
- onExitCommand(perform:)
- onCommand(_:perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- body
- TextEditor.Body
- modifier(_:)
-
Image
- init(systemName:)
- Image.Scale
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
Button
- BorderedButtonStyle
- CardButtonStyle
-
ButtonStyle
-
ButtonStyleConfiguration
-
ButtonStyleConfiguration.Label
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
-
ButtonStyleConfiguration.Label
-
ButtonStyleConfiguration
-
PrimitiveButtonStyle
-
PrimitiveButtonStyleConfiguration
-
PrimitiveButtonStyleConfiguration.Label
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
-
PrimitiveButtonStyleConfiguration.Label
-
PrimitiveButtonStyleConfiguration
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
NavigationLink
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
-
MenuButton
- init(label:content:)
- DefaultMenuButtonStyle
- PullDownMenuButtonStyle
- BorderlessButtonMenuButtonStyle
- BorderlessPullDownMenuButtonStyle
- MenuButtonStyle
-
View Modifiers
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- disableAutocorrection(_:)
- labelStyle(_:)
- menuStyle(_:)
- groupBoxStyle(_:)
- progressViewStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- focusedValue(_:_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- defaultAppStorage(_:)
- preference(key:value:)
- previewContext(_:)
- body
-
EditButton
-
View Modifiers
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- colorScheme(_:)
- textCase(_:)
- labelStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- progressViewStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
-
PasteButton
- init(supportedContentTypes:payloadAction:)
- init(supportedContentTypes:validator:payloadAction:)
-
View Modifiers
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- labelStyle(_:)
- menuStyle(_:)
- groupBoxStyle(_:)
- progressViewStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- focusedValue(_:_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- defaultAppStorage(_:)
- preference(key:value:)
- previewContext(_:)
-
SignInWithAppleButton
- init(_:onRequest:onCompletion:)
- SignInWithAppleButton.Label
- SignInWithAppleButton.Style
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- ignoresSafeArea(_:edges:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- keyboardType(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- autocapitalization(_:)
- disableAutocorrection(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelsHidden()
- horizontalRadioGroupLayout()
- controlSize(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- signInWithAppleButtonStyle(_:)
- menuButtonStyle(_:)
- menuStyle(_:)
- pickerStyle(_:)
- datePickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- indexViewStyle(_:)
- listStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarHidden(_:)
- statusBar(hidden:)
- navigationBarBackButtonHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- touchBar(content:)
- touchBar(_:)
- touchBarItemPrincipal(_:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onCutCommand(perform:)
- onCopyCommand(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onDeleteCommand(perform:)
- onMoveCommand(perform:)
- onExitCommand(perform:)
- onPlayPauseCommand(perform:)
- onCommand(_:perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- body
- SignInWithAppleButton.Body
- modifier(_:)
-
Menu
- init(_:content:)
- init(_:content:)
- init(content:label:)
- init(_:)
-
MenuStyleConfiguration
-
MenuStyleConfiguration.Content
- accentColor(_:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(addTraits:)
- accessibility(hidden:)
- accessibility(hint:)
- accessibility(identifier:)
- accessibility(inputLabels:)
- accessibility(label:)
- accessibility(removeTraits:)
- accessibility(selectionIdentifier:)
- accessibility(sortPriority:)
- accessibility(value:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityElement(children:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityScrollAction(_:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- alert(isPresented:content:)
- alert(item:content:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- allowsHitTesting(_:)
- allowsTightening(_:)
- anchorPreference(key:value:transform:)
- animation(_:)
- animation(_:value:)
- appStoreOverlay(isPresented:configuration:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- autocapitalization(_:)
- background(_:alignment:)
- backgroundPreferenceValue(_:_:)
- blendMode(_:)
- blur(radius:opaque:)
- border(_:width:)
- brightness(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- clipShape(_:style:)
- clipped(antialiased:)
- colorInvert()
- colorMultiply(_:)
- colorScheme(_:)
- compositingGroup()
- contentShape(_:eoFill:)
- contextMenu(_:)
- contextMenu(menuItems:)
- contrast(_:)
- controlSize(_:)
- coordinateSpace(name:)
- cornerRadius(_:antialiased:)
- datePickerStyle(_:)
- defaultAppStorage(_:)
- deleteDisabled(_:)
- disableAutocorrection(_:)
- disabled(_:)
- drawingGroup(opaque:colorMode:)
- edgesIgnoringSafeArea(_:)
- environment(_:_:)
- environmentObject(_:)
- fixedSize()
- fixedSize(horizontal:vertical:)
- flipsForRightToLeftLayoutDirection(_:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- font(_:)
- foregroundColor(_:)
- frame()
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame(width:height:alignment:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- gesture(_:including:)
- grayscale(_:)
- groupBoxStyle(_:)
- help(_:)
- help(_:)
- help(_:)
- hidden()
- highPriorityGesture(_:including:)
- horizontalRadioGroupLayout()
- hoverEffect(_:)
- hueRotation(_:)
- id(_:)
- ignoresSafeArea(_:edges:)
- imageScale(_:)
- indexViewStyle(_:)
- isPlaceholder(_:)
- itemProvider(_:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- keyboardType(_:)
- labelStyle(_:)
- labelsHidden()
- layoutPriority(_:)
- lineLimit(_:)
- lineSpacing(_:)
- listItemTint(_:)
- listItemTint(_:)
- listRowBackground(_:)
- listRowInsets(_:)
- listStyle(_:)
- luminanceToAlpha()
- mask(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- menuButtonStyle(_:)
- menuStyle(_:)
- minimumScaleFactor(_:)
- modifier(_:)
- moveDisabled(_:)
- multilineTextAlignment(_:)
- navigationBarBackButtonHidden(_:)
- navigationBarHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationViewStyle(_:)
- offset(_:)
- offset(x:y:)
- onAppear(perform:)
- onChange(of:perform:)
- onCommand(_:perform:)
- onContinueUserActivity(_:perform:)
- onCopyCommand(perform:)
- onCutCommand(perform:)
- onDeleteCommand(perform:)
- onDisappear(perform:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onExitCommand(perform:)
- onHover(perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- onMoveCommand(perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onPlayPauseCommand(perform:)
- onPreferenceChange(_:perform:)
- onReceive(_:perform:)
- onTapGesture(count:perform:)
- opacity(_:)
- overlay(_:alignment:)
- overlayPreferenceValue(_:_:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- pickerStyle(_:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- position(_:)
- position(x:y:)
- preference(key:value:)
- preferredColorScheme(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- previewContext(_:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- progressViewStyle(_:)
- projectionEffect(_:)
- redacted(reason:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- rotationEffect(_:anchor:)
- saturation(_:)
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- scaledToFill()
- scaledToFit()
- shadow(color:radius:x:y:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- signInWithAppleButtonStyle(_:)
- simultaneousGesture(_:including:)
- statusBar(hidden:)
- tabItem(_:)
- tabViewStyle(_:)
- tag(_:)
- textCase(_:)
- textContentType(_:)
- textContentType(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- touchBar(_:)
- touchBar(content:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- touchBarItemPrincipal(_:)
- transaction(_:)
- transformAnchorPreference(key:value:transform:)
- transformEffect(_:)
- transformEnvironment(_:transform:)
- transformPreference(_:_:)
- transition(_:)
- truncationMode(_:)
- unredacted()
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- zIndex(_:)
- MenuStyleConfiguration.Content.Body
-
MenuStyleConfiguration.Label
- accentColor(_:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(addTraits:)
- accessibility(hidden:)
- accessibility(hint:)
- accessibility(identifier:)
- accessibility(inputLabels:)
- accessibility(label:)
- accessibility(removeTraits:)
- accessibility(selectionIdentifier:)
- accessibility(sortPriority:)
- accessibility(value:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityElement(children:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityScrollAction(_:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- alert(isPresented:content:)
- alert(item:content:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- allowsHitTesting(_:)
- allowsTightening(_:)
- anchorPreference(key:value:transform:)
- animation(_:)
- animation(_:value:)
- appStoreOverlay(isPresented:configuration:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- autocapitalization(_:)
- background(_:alignment:)
- backgroundPreferenceValue(_:_:)
- blendMode(_:)
- blur(radius:opaque:)
- border(_:width:)
- brightness(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- clipShape(_:style:)
- clipped(antialiased:)
- colorInvert()
- colorMultiply(_:)
- colorScheme(_:)
- compositingGroup()
- contentShape(_:eoFill:)
- contextMenu(_:)
- contextMenu(menuItems:)
- contrast(_:)
- controlSize(_:)
- coordinateSpace(name:)
- cornerRadius(_:antialiased:)
- datePickerStyle(_:)
- defaultAppStorage(_:)
- deleteDisabled(_:)
- disableAutocorrection(_:)
- disabled(_:)
- drawingGroup(opaque:colorMode:)
- edgesIgnoringSafeArea(_:)
- environment(_:_:)
- environmentObject(_:)
- fixedSize()
- fixedSize(horizontal:vertical:)
- flipsForRightToLeftLayoutDirection(_:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- font(_:)
- foregroundColor(_:)
- frame()
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame(width:height:alignment:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- gesture(_:including:)
- grayscale(_:)
- groupBoxStyle(_:)
- help(_:)
- help(_:)
- help(_:)
- hidden()
- highPriorityGesture(_:including:)
- horizontalRadioGroupLayout()
- hoverEffect(_:)
- hueRotation(_:)
- id(_:)
- ignoresSafeArea(_:edges:)
- imageScale(_:)
- indexViewStyle(_:)
- isPlaceholder(_:)
- itemProvider(_:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- keyboardType(_:)
- labelStyle(_:)
- labelsHidden()
- layoutPriority(_:)
- lineLimit(_:)
- lineSpacing(_:)
- listItemTint(_:)
- listItemTint(_:)
- listRowBackground(_:)
- listRowInsets(_:)
- listStyle(_:)
- luminanceToAlpha()
- mask(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- menuButtonStyle(_:)
- menuStyle(_:)
- minimumScaleFactor(_:)
- modifier(_:)
- moveDisabled(_:)
- multilineTextAlignment(_:)
- navigationBarBackButtonHidden(_:)
- navigationBarHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationViewStyle(_:)
- offset(_:)
- offset(x:y:)
- onAppear(perform:)
- onChange(of:perform:)
- onCommand(_:perform:)
- onContinueUserActivity(_:perform:)
- onCopyCommand(perform:)
- onCutCommand(perform:)
- onDeleteCommand(perform:)
- onDisappear(perform:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onExitCommand(perform:)
- onHover(perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- onMoveCommand(perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onPlayPauseCommand(perform:)
- onPreferenceChange(_:perform:)
- onReceive(_:perform:)
- onTapGesture(count:perform:)
- opacity(_:)
- overlay(_:alignment:)
- overlayPreferenceValue(_:_:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- pickerStyle(_:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- position(_:)
- position(x:y:)
- preference(key:value:)
- preferredColorScheme(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- previewContext(_:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- progressViewStyle(_:)
- projectionEffect(_:)
- redacted(reason:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- rotationEffect(_:anchor:)
- saturation(_:)
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- scaledToFill()
- scaledToFit()
- shadow(color:radius:x:y:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- signInWithAppleButtonStyle(_:)
- simultaneousGesture(_:including:)
- statusBar(hidden:)
- tabItem(_:)
- tabViewStyle(_:)
- tag(_:)
- textCase(_:)
- textContentType(_:)
- textContentType(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- touchBar(_:)
- touchBar(content:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- touchBarItemPrincipal(_:)
- transaction(_:)
- transformAnchorPreference(key:value:transform:)
- transformEffect(_:)
- transformEnvironment(_:transform:)
- transformPreference(_:_:)
- transition(_:)
- truncationMode(_:)
- unredacted()
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- zIndex(_:)
- MenuStyleConfiguration.Label.Body
-
MenuStyleConfiguration.Content
- DefaultMenuStyle
- BorderedButtonMenuStyle
- BorderlessButtonMenuStyle
-
MenuStyle
- MenuStyle.Configuration
-
MenuStyleConfiguration
-
MenuStyleConfiguration.Content
- accentColor(_:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(addTraits:)
- accessibility(hidden:)
- accessibility(hint:)
- accessibility(identifier:)
- accessibility(inputLabels:)
- accessibility(label:)
- accessibility(removeTraits:)
- accessibility(selectionIdentifier:)
- accessibility(sortPriority:)
- accessibility(value:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityElement(children:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityScrollAction(_:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- alert(isPresented:content:)
- alert(item:content:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- allowsHitTesting(_:)
- allowsTightening(_:)
- anchorPreference(key:value:transform:)
- animation(_:)
- animation(_:value:)
- appStoreOverlay(isPresented:configuration:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- autocapitalization(_:)
- background(_:alignment:)
- backgroundPreferenceValue(_:_:)
- blendMode(_:)
- blur(radius:opaque:)
- border(_:width:)
- brightness(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- clipShape(_:style:)
- clipped(antialiased:)
- colorInvert()
- colorMultiply(_:)
- colorScheme(_:)
- compositingGroup()
- contentShape(_:eoFill:)
- contextMenu(_:)
- contextMenu(menuItems:)
- contrast(_:)
- controlSize(_:)
- coordinateSpace(name:)
- cornerRadius(_:antialiased:)
- datePickerStyle(_:)
- defaultAppStorage(_:)
- deleteDisabled(_:)
- disableAutocorrection(_:)
- disabled(_:)
- drawingGroup(opaque:colorMode:)
- edgesIgnoringSafeArea(_:)
- environment(_:_:)
- environmentObject(_:)
- fixedSize()
- fixedSize(horizontal:vertical:)
- flipsForRightToLeftLayoutDirection(_:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- font(_:)
- foregroundColor(_:)
- frame()
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame(width:height:alignment:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- gesture(_:including:)
- grayscale(_:)
- groupBoxStyle(_:)
- help(_:)
- help(_:)
- help(_:)
- hidden()
- highPriorityGesture(_:including:)
- horizontalRadioGroupLayout()
- hoverEffect(_:)
- hueRotation(_:)
- id(_:)
- ignoresSafeArea(_:edges:)
- imageScale(_:)
- indexViewStyle(_:)
- isPlaceholder(_:)
- itemProvider(_:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- keyboardType(_:)
- labelStyle(_:)
- labelsHidden()
- layoutPriority(_:)
- lineLimit(_:)
- lineSpacing(_:)
- listItemTint(_:)
- listItemTint(_:)
- listRowBackground(_:)
- listRowInsets(_:)
- listStyle(_:)
- luminanceToAlpha()
- mask(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- menuButtonStyle(_:)
- menuStyle(_:)
- minimumScaleFactor(_:)
- modifier(_:)
- moveDisabled(_:)
- multilineTextAlignment(_:)
- navigationBarBackButtonHidden(_:)
- navigationBarHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationViewStyle(_:)
- offset(_:)
- offset(x:y:)
- onAppear(perform:)
- onChange(of:perform:)
- onCommand(_:perform:)
- onContinueUserActivity(_:perform:)
- onCopyCommand(perform:)
- onCutCommand(perform:)
- onDeleteCommand(perform:)
- onDisappear(perform:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onExitCommand(perform:)
- onHover(perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- onMoveCommand(perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onPlayPauseCommand(perform:)
- onPreferenceChange(_:perform:)
- onReceive(_:perform:)
- onTapGesture(count:perform:)
- opacity(_:)
- overlay(_:alignment:)
- overlayPreferenceValue(_:_:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- pickerStyle(_:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- position(_:)
- position(x:y:)
- preference(key:value:)
- preferredColorScheme(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- previewContext(_:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- progressViewStyle(_:)
- projectionEffect(_:)
- redacted(reason:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- rotationEffect(_:anchor:)
- saturation(_:)
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- scaledToFill()
- scaledToFit()
- shadow(color:radius:x:y:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- signInWithAppleButtonStyle(_:)
- simultaneousGesture(_:including:)
- statusBar(hidden:)
- tabItem(_:)
- tabViewStyle(_:)
- tag(_:)
- textCase(_:)
- textContentType(_:)
- textContentType(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- touchBar(_:)
- touchBar(content:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- touchBarItemPrincipal(_:)
- transaction(_:)
- transformAnchorPreference(key:value:transform:)
- transformEffect(_:)
- transformEnvironment(_:transform:)
- transformPreference(_:_:)
- transition(_:)
- truncationMode(_:)
- unredacted()
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- zIndex(_:)
- MenuStyleConfiguration.Content.Body
-
MenuStyleConfiguration.Label
- accentColor(_:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(addTraits:)
- accessibility(hidden:)
- accessibility(hint:)
- accessibility(identifier:)
- accessibility(inputLabels:)
- accessibility(label:)
- accessibility(removeTraits:)
- accessibility(selectionIdentifier:)
- accessibility(sortPriority:)
- accessibility(value:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityElement(children:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityScrollAction(_:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- alert(isPresented:content:)
- alert(item:content:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- allowsHitTesting(_:)
- allowsTightening(_:)
- anchorPreference(key:value:transform:)
- animation(_:)
- animation(_:value:)
- appStoreOverlay(isPresented:configuration:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- autocapitalization(_:)
- background(_:alignment:)
- backgroundPreferenceValue(_:_:)
- blendMode(_:)
- blur(radius:opaque:)
- border(_:width:)
- brightness(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- clipShape(_:style:)
- clipped(antialiased:)
- colorInvert()
- colorMultiply(_:)
- colorScheme(_:)
- compositingGroup()
- contentShape(_:eoFill:)
- contextMenu(_:)
- contextMenu(menuItems:)
- contrast(_:)
- controlSize(_:)
- coordinateSpace(name:)
- cornerRadius(_:antialiased:)
- datePickerStyle(_:)
- defaultAppStorage(_:)
- deleteDisabled(_:)
- disableAutocorrection(_:)
- disabled(_:)
- drawingGroup(opaque:colorMode:)
- edgesIgnoringSafeArea(_:)
- environment(_:_:)
- environmentObject(_:)
- fixedSize()
- fixedSize(horizontal:vertical:)
- flipsForRightToLeftLayoutDirection(_:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- font(_:)
- foregroundColor(_:)
- frame()
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame(width:height:alignment:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- gesture(_:including:)
- grayscale(_:)
- groupBoxStyle(_:)
- help(_:)
- help(_:)
- help(_:)
- hidden()
- highPriorityGesture(_:including:)
- horizontalRadioGroupLayout()
- hoverEffect(_:)
- hueRotation(_:)
- id(_:)
- ignoresSafeArea(_:edges:)
- imageScale(_:)
- indexViewStyle(_:)
- isPlaceholder(_:)
- itemProvider(_:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- keyboardType(_:)
- labelStyle(_:)
- labelsHidden()
- layoutPriority(_:)
- lineLimit(_:)
- lineSpacing(_:)
- listItemTint(_:)
- listItemTint(_:)
- listRowBackground(_:)
- listRowInsets(_:)
- listStyle(_:)
- luminanceToAlpha()
- mask(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- menuButtonStyle(_:)
- menuStyle(_:)
- minimumScaleFactor(_:)
- modifier(_:)
- moveDisabled(_:)
- multilineTextAlignment(_:)
- navigationBarBackButtonHidden(_:)
- navigationBarHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationViewStyle(_:)
- offset(_:)
- offset(x:y:)
- onAppear(perform:)
- onChange(of:perform:)
- onCommand(_:perform:)
- onContinueUserActivity(_:perform:)
- onCopyCommand(perform:)
- onCutCommand(perform:)
- onDeleteCommand(perform:)
- onDisappear(perform:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onExitCommand(perform:)
- onHover(perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- onMoveCommand(perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onPlayPauseCommand(perform:)
- onPreferenceChange(_:perform:)
- onReceive(_:perform:)
- onTapGesture(count:perform:)
- opacity(_:)
- overlay(_:alignment:)
- overlayPreferenceValue(_:_:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- pickerStyle(_:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- position(_:)
- position(x:y:)
- preference(key:value:)
- preferredColorScheme(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- previewContext(_:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- progressViewStyle(_:)
- projectionEffect(_:)
- redacted(reason:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- rotationEffect(_:anchor:)
- saturation(_:)
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- scaledToFill()
- scaledToFit()
- shadow(color:radius:x:y:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- signInWithAppleButtonStyle(_:)
- simultaneousGesture(_:including:)
- statusBar(hidden:)
- tabItem(_:)
- tabViewStyle(_:)
- tag(_:)
- textCase(_:)
- textContentType(_:)
- textContentType(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- touchBar(_:)
- touchBar(content:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- touchBarItemPrincipal(_:)
- transaction(_:)
- transformAnchorPreference(key:value:transform:)
- transformEffect(_:)
- transformEnvironment(_:transform:)
- transformPreference(_:_:)
- transition(_:)
- truncationMode(_:)
- unredacted()
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- zIndex(_:)
- MenuStyleConfiguration.Label.Body
-
MenuStyleConfiguration.Content
- makeBody(configuration:)
- Body
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- disableAutocorrection(_:)
- labelsHidden()
- horizontalRadioGroupLayout()
- controlSize(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- signInWithAppleButtonStyle(_:)
- menuButtonStyle(_:)
- menuStyle(_:)
- pickerStyle(_:)
- datePickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- listStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- touchBar(content:)
- touchBar(_:)
- touchBarItemPrincipal(_:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onCutCommand(perform:)
- onCopyCommand(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onDeleteCommand(perform:)
- onMoveCommand(perform:)
- onExitCommand(perform:)
- onCommand(_:perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- body
- Menu.Body
- modifier(_:)
-
Toggle
-
ToggleStyle
-
ToggleStyleConfiguration
-
ToggleStyleConfiguration.Label
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
-
ToggleStyleConfiguration.Label
-
ToggleStyleConfiguration
- SwitchToggleStyle
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
ToggleStyle
-
Picker
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
-
DatePicker
- GraphicalDatePickerStyle
-
View Modifiers
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- progressViewStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
Slider
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
-
Stepper
-
View Modifiers
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- progressViewStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
-
ColorPicker
- init(selection:supportsOpacity:label:)
- init(_:selection:supportsOpacity:)
- init(_:selection:supportsOpacity:)
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- keyboardType(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- autocapitalization(_:)
- disableAutocorrection(_:)
- labelsHidden()
- horizontalRadioGroupLayout()
- controlSize(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- signInWithAppleButtonStyle(_:)
- menuButtonStyle(_:)
- menuStyle(_:)
- pickerStyle(_:)
- datePickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- indexViewStyle(_:)
- listStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarHidden(_:)
- statusBar(hidden:)
- navigationBarBackButtonHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- touchBar(content:)
- touchBar(_:)
- touchBarItemPrincipal(_:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onCutCommand(perform:)
- onCopyCommand(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onDeleteCommand(perform:)
- onMoveCommand(perform:)
- onExitCommand(perform:)
- onCommand(_:perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- body
- ColorPicker.Body
- modifier(_:)
-
ProgressView
- init(_:)
- init(_:)
- init(label:)
- init(_:)
- init(value:total:)
- init(_:value:total:)
- init(_:value:total:)
- init(value:total:label:)
-
DefaultProgressViewLabel
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- ignoresSafeArea(_:edges:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- keyboardType(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textContentType(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- autocapitalization(_:)
- disableAutocorrection(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelsHidden()
- defaultWheelPickerItemHeight(_:)
- horizontalRadioGroupLayout()
- controlSize(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- signInWithAppleButtonStyle(_:)
- menuButtonStyle(_:)
- menuStyle(_:)
- pickerStyle(_:)
- datePickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- indexViewStyle(_:)
- listStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- listRowPlatterColor(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarHidden(_:)
- statusBar(hidden:)
- navigationBarBackButtonHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- touchBar(content:)
- touchBar(_:)
- touchBarItemPrincipal(_:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- digitalCrownRotation(_:)
- digitalCrownRotation(_:from:through:by:sensitivity:isContinuous:isHapticFeedbackEnabled:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onCutCommand(perform:)
- onCopyCommand(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onDeleteCommand(perform:)
- onMoveCommand(perform:)
- onExitCommand(perform:)
- onPlayPauseCommand(perform:)
- onCommand(_:perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- body
- DefaultProgressViewLabel.Body
- modifier(_:)
-
View Modifiers
- init(_:)
- DefaultProgressViewStyle
- LinearProgressViewStyle
- CircularProgressViewStyle
-
ProgressViewStyle
- ProgressViewStyle.Configuration
-
ProgressViewStyleConfiguration
- label
-
ProgressViewStyleConfiguration.Label
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- ignoresSafeArea(_:edges:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- keyboardType(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textContentType(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- autocapitalization(_:)
- disableAutocorrection(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelsHidden()
- defaultWheelPickerItemHeight(_:)
- horizontalRadioGroupLayout()
- controlSize(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- signInWithAppleButtonStyle(_:)
- menuButtonStyle(_:)
- menuStyle(_:)
- pickerStyle(_:)
- datePickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- indexViewStyle(_:)
- listStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- listRowPlatterColor(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarHidden(_:)
- statusBar(hidden:)
- navigationBarBackButtonHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- touchBar(content:)
- touchBar(_:)
- touchBarItemPrincipal(_:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- digitalCrownRotation(_:)
- digitalCrownRotation(_:from:through:by:sensitivity:isContinuous:isHapticFeedbackEnabled:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onCutCommand(perform:)
- onCopyCommand(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onDeleteCommand(perform:)
- onMoveCommand(perform:)
- onExitCommand(perform:)
- onPlayPauseCommand(perform:)
- onCommand(_:perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- ProgressViewStyleConfiguration.Label.Body
- modifier(_:)
-
View Modifiers
- valueLabel
-
ProgressViewStyleConfiguration.ValueLabel
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- ignoresSafeArea(_:edges:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- keyboardType(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textContentType(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- autocapitalization(_:)
- disableAutocorrection(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelsHidden()
- defaultWheelPickerItemHeight(_:)
- horizontalRadioGroupLayout()
- controlSize(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- signInWithAppleButtonStyle(_:)
- menuButtonStyle(_:)
- menuStyle(_:)
- pickerStyle(_:)
- datePickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- indexViewStyle(_:)
- listStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- listRowPlatterColor(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarHidden(_:)
- statusBar(hidden:)
- navigationBarBackButtonHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- touchBar(content:)
- touchBar(_:)
- touchBarItemPrincipal(_:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- digitalCrownRotation(_:)
- digitalCrownRotation(_:from:through:by:sensitivity:isContinuous:isHapticFeedbackEnabled:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onCutCommand(perform:)
- onCopyCommand(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onDeleteCommand(perform:)
- onMoveCommand(perform:)
- onExitCommand(perform:)
- onPlayPauseCommand(perform:)
- onCommand(_:perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- ProgressViewStyleConfiguration.ValueLabel.Body
- modifier(_:)
-
View Modifiers
- fractionCompleted
- makeBody(configuration:)
- Body
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- ignoresSafeArea(_:edges:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- keyboardType(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textContentType(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- autocapitalization(_:)
- disableAutocorrection(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelsHidden()
- defaultWheelPickerItemHeight(_:)
- horizontalRadioGroupLayout()
- controlSize(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- menuButtonStyle(_:)
- menuStyle(_:)
- pickerStyle(_:)
- datePickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- indexViewStyle(_:)
- listStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- listRowPlatterColor(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarHidden(_:)
- statusBar(hidden:)
- navigationBarBackButtonHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- touchBar(content:)
- touchBar(_:)
- touchBarItemPrincipal(_:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- digitalCrownRotation(_:)
- digitalCrownRotation(_:from:through:by:sensitivity:isContinuous:isHapticFeedbackEnabled:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onCutCommand(perform:)
- onCopyCommand(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onDeleteCommand(perform:)
- onMoveCommand(perform:)
- onExitCommand(perform:)
- onPlayPauseCommand(perform:)
- onCommand(_:perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- body
- ProgressView.Body
- modifier(_:)
-
Gauge
- init(value:in:label:)
- init(value:in:label:currentValueLabel:)
- init(value:in:label:currentValueLabel:markedValueLabels:)
- init(value:in:label:currentValueLabel:minimumValueLabel:maximumValueLabel:)
- init(value:in:label:currentValueLabel:minimumValueLabel:maximumValueLabel:markedValueLabels:)
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- ignoresSafeArea(_:edges:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelsHidden()
- defaultWheelPickerItemHeight(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- pickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- listStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- listRowPlatterColor(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarHidden(_:)
- navigationBarBackButtonHidden(_:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- digitalCrownRotation(_:)
- digitalCrownRotation(_:from:through:by:sensitivity:isContinuous:isHapticFeedbackEnabled:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- body
- Gauge.Body
- modifier(_:)
-
Label
- init(_:image:)
- init(_:image:)
- init(_:systemImage:)
- init(_:systemImage:)
- init(title:icon:)
- init(_:)
-
LabelStyleConfiguration
-
LabelStyleConfiguration.Icon
- accentColor(_:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(addTraits:)
- accessibility(hidden:)
- accessibility(hint:)
- accessibility(identifier:)
- accessibility(inputLabels:)
- accessibility(label:)
- accessibility(removeTraits:)
- accessibility(selectionIdentifier:)
- accessibility(sortPriority:)
- accessibility(value:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityElement(children:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityScrollAction(_:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- alert(isPresented:content:)
- alert(item:content:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- allowsHitTesting(_:)
- allowsTightening(_:)
- anchorPreference(key:value:transform:)
- animation(_:)
- animation(_:value:)
- appStoreOverlay(isPresented:configuration:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- autocapitalization(_:)
- background(_:alignment:)
- backgroundPreferenceValue(_:_:)
- blendMode(_:)
- blur(radius:opaque:)
- border(_:width:)
- brightness(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- clipShape(_:style:)
- clipped(antialiased:)
- colorInvert()
- colorMultiply(_:)
- colorScheme(_:)
- compositingGroup()
- contentShape(_:eoFill:)
- contextMenu(_:)
- contextMenu(menuItems:)
- contrast(_:)
- controlSize(_:)
- coordinateSpace(name:)
- cornerRadius(_:antialiased:)
- datePickerStyle(_:)
- defaultAppStorage(_:)
- defaultWheelPickerItemHeight(_:)
- deleteDisabled(_:)
- digitalCrownRotation(_:)
- digitalCrownRotation(_:from:through:by:sensitivity:isContinuous:isHapticFeedbackEnabled:)
- disableAutocorrection(_:)
- disabled(_:)
- drawingGroup(opaque:colorMode:)
- edgesIgnoringSafeArea(_:)
- environment(_:_:)
- environmentObject(_:)
- fixedSize()
- fixedSize(horizontal:vertical:)
- flipsForRightToLeftLayoutDirection(_:)
- focusScope(_:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- font(_:)
- foregroundColor(_:)
- frame()
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame(width:height:alignment:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- gaugeStyle(_:)
- gesture(_:including:)
- grayscale(_:)
- groupBoxStyle(_:)
- help(_:)
- help(_:)
- help(_:)
- hidden()
- highPriorityGesture(_:including:)
- horizontalRadioGroupLayout()
- hoverEffect(_:)
- hueRotation(_:)
- id(_:)
- ignoresSafeArea(_:edges:)
- imageScale(_:)
- indexViewStyle(_:)
- isPlaceholder(_:)
- itemProvider(_:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- keyboardType(_:)
- labelStyle(_:)
- labelsHidden()
- layoutPriority(_:)
- lineLimit(_:)
- lineSpacing(_:)
- listItemTint(_:)
- listItemTint(_:)
- listRowBackground(_:)
- listRowInsets(_:)
- listRowPlatterColor(_:)
- listStyle(_:)
- luminanceToAlpha()
- mask(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- menuButtonStyle(_:)
- menuStyle(_:)
- minimumScaleFactor(_:)
- modifier(_:)
- moveDisabled(_:)
- multilineTextAlignment(_:)
- navigationBarBackButtonHidden(_:)
- navigationBarHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationViewStyle(_:)
- offset(_:)
- offset(x:y:)
- onAppear(perform:)
- onChange(of:perform:)
- onCommand(_:perform:)
- onContinueUserActivity(_:perform:)
- onCopyCommand(perform:)
- onCutCommand(perform:)
- onDeleteCommand(perform:)
- onDisappear(perform:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onExitCommand(perform:)
- onHover(perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- onMoveCommand(perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onPlayPauseCommand(perform:)
- onPreferenceChange(_:perform:)
- onReceive(_:perform:)
- onTapGesture(count:perform:)
- opacity(_:)
- overlay(_:alignment:)
- overlayPreferenceValue(_:_:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- pickerStyle(_:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- position(_:)
- position(x:y:)
- preference(key:value:)
- preferredColorScheme(_:)
- prefersDefaultFocus(_:in:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- previewContext(_:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- progressViewStyle(_:)
- projectionEffect(_:)
- redacted(reason:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- rotationEffect(_:anchor:)
- saturation(_:)
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- scaledToFill()
- scaledToFit()
- shadow(color:radius:x:y:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- simultaneousGesture(_:including:)
- statusBar(hidden:)
- tabItem(_:)
- tabViewStyle(_:)
- tag(_:)
- textCase(_:)
- textContentType(_:)
- textContentType(_:)
- textContentType(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- touchBar(_:)
- touchBar(content:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- touchBarItemPrincipal(_:)
- transaction(_:)
- transformAnchorPreference(key:value:transform:)
- transformEffect(_:)
- transformEnvironment(_:transform:)
- transformPreference(_:_:)
- transition(_:)
- truncationMode(_:)
- unredacted()
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- zIndex(_:)
- LabelStyleConfiguration.Icon.Body
-
LabelStyleConfiguration.Title
- accentColor(_:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(addTraits:)
- accessibility(hidden:)
- accessibility(hint:)
- accessibility(identifier:)
- accessibility(inputLabels:)
- accessibility(label:)
- accessibility(removeTraits:)
- accessibility(selectionIdentifier:)
- accessibility(sortPriority:)
- accessibility(value:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityElement(children:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityScrollAction(_:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- alert(isPresented:content:)
- alert(item:content:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- allowsHitTesting(_:)
- allowsTightening(_:)
- anchorPreference(key:value:transform:)
- animation(_:)
- animation(_:value:)
- appStoreOverlay(isPresented:configuration:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- autocapitalization(_:)
- background(_:alignment:)
- backgroundPreferenceValue(_:_:)
- blendMode(_:)
- blur(radius:opaque:)
- border(_:width:)
- brightness(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- clipShape(_:style:)
- clipped(antialiased:)
- colorInvert()
- colorMultiply(_:)
- colorScheme(_:)
- compositingGroup()
- contentShape(_:eoFill:)
- contextMenu(_:)
- contextMenu(menuItems:)
- contrast(_:)
- controlSize(_:)
- coordinateSpace(name:)
- cornerRadius(_:antialiased:)
- datePickerStyle(_:)
- defaultAppStorage(_:)
- defaultWheelPickerItemHeight(_:)
- deleteDisabled(_:)
- digitalCrownRotation(_:)
- digitalCrownRotation(_:from:through:by:sensitivity:isContinuous:isHapticFeedbackEnabled:)
- disableAutocorrection(_:)
- disabled(_:)
- drawingGroup(opaque:colorMode:)
- edgesIgnoringSafeArea(_:)
- environment(_:_:)
- environmentObject(_:)
- fixedSize()
- fixedSize(horizontal:vertical:)
- flipsForRightToLeftLayoutDirection(_:)
- focusScope(_:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- font(_:)
- foregroundColor(_:)
- frame()
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame(width:height:alignment:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- gaugeStyle(_:)
- gesture(_:including:)
- grayscale(_:)
- groupBoxStyle(_:)
- help(_:)
- help(_:)
- help(_:)
- hidden()
- highPriorityGesture(_:including:)
- horizontalRadioGroupLayout()
- hoverEffect(_:)
- hueRotation(_:)
- id(_:)
- ignoresSafeArea(_:edges:)
- imageScale(_:)
- indexViewStyle(_:)
- isPlaceholder(_:)
- itemProvider(_:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- keyboardType(_:)
- labelStyle(_:)
- labelsHidden()
- layoutPriority(_:)
- lineLimit(_:)
- lineSpacing(_:)
- listItemTint(_:)
- listItemTint(_:)
- listRowBackground(_:)
- listRowInsets(_:)
- listRowPlatterColor(_:)
- listStyle(_:)
- luminanceToAlpha()
- mask(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- menuButtonStyle(_:)
- menuStyle(_:)
- minimumScaleFactor(_:)
- modifier(_:)
- moveDisabled(_:)
- multilineTextAlignment(_:)
- navigationBarBackButtonHidden(_:)
- navigationBarHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationViewStyle(_:)
- offset(_:)
- offset(x:y:)
- onAppear(perform:)
- onChange(of:perform:)
- onCommand(_:perform:)
- onContinueUserActivity(_:perform:)
- onCopyCommand(perform:)
- onCutCommand(perform:)
- onDeleteCommand(perform:)
- onDisappear(perform:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onExitCommand(perform:)
- onHover(perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- onMoveCommand(perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onPlayPauseCommand(perform:)
- onPreferenceChange(_:perform:)
- onReceive(_:perform:)
- onTapGesture(count:perform:)
- opacity(_:)
- overlay(_:alignment:)
- overlayPreferenceValue(_:_:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- pickerStyle(_:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- position(_:)
- position(x:y:)
- preference(key:value:)
- preferredColorScheme(_:)
- prefersDefaultFocus(_:in:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- previewContext(_:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- progressViewStyle(_:)
- projectionEffect(_:)
- redacted(reason:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- rotationEffect(_:anchor:)
- saturation(_:)
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- scaledToFill()
- scaledToFit()
- shadow(color:radius:x:y:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- simultaneousGesture(_:including:)
- statusBar(hidden:)
- tabItem(_:)
- tabViewStyle(_:)
- tag(_:)
- textCase(_:)
- textContentType(_:)
- textContentType(_:)
- textContentType(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- touchBar(_:)
- touchBar(content:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- touchBarItemPrincipal(_:)
- transaction(_:)
- transformAnchorPreference(key:value:transform:)
- transformEffect(_:)
- transformEnvironment(_:transform:)
- transformPreference(_:_:)
- transition(_:)
- truncationMode(_:)
- unredacted()
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- zIndex(_:)
- LabelStyleConfiguration.Title.Body
- icon
- title
-
LabelStyleConfiguration.Icon
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- ignoresSafeArea(_:edges:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- keyboardType(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textContentType(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- autocapitalization(_:)
- disableAutocorrection(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelsHidden()
- defaultWheelPickerItemHeight(_:)
- horizontalRadioGroupLayout()
- controlSize(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- menuButtonStyle(_:)
- menuStyle(_:)
- pickerStyle(_:)
- datePickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- indexViewStyle(_:)
- listStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- listRowPlatterColor(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarHidden(_:)
- statusBar(hidden:)
- navigationBarBackButtonHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- touchBar(content:)
- touchBar(_:)
- touchBarItemPrincipal(_:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- digitalCrownRotation(_:)
- digitalCrownRotation(_:from:through:by:sensitivity:isContinuous:isHapticFeedbackEnabled:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onCutCommand(perform:)
- onCopyCommand(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onDeleteCommand(perform:)
- onMoveCommand(perform:)
- onExitCommand(perform:)
- onPlayPauseCommand(perform:)
- onCommand(_:perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- body
- Label.Body
- modifier(_:)
-
Link
- init(_:destination:)
- init(_:destination:)
- init(destination:label:)
- font(_:)
- Font
- foregroundColor(_:)
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- ignoresSafeArea(_:edges:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- keyboardType(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textContentType(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- autocapitalization(_:)
- disableAutocorrection(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelsHidden()
- defaultWheelPickerItemHeight(_:)
- horizontalRadioGroupLayout()
- controlSize(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- menuButtonStyle(_:)
- menuStyle(_:)
- pickerStyle(_:)
- datePickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- indexViewStyle(_:)
- listStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- listRowPlatterColor(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarHidden(_:)
- statusBar(hidden:)
- navigationBarBackButtonHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- touchBar(content:)
- touchBar(_:)
- touchBarItemPrincipal(_:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- digitalCrownRotation(_:)
- digitalCrownRotation(_:from:through:by:sensitivity:isContinuous:isHapticFeedbackEnabled:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onCutCommand(perform:)
- onCopyCommand(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onDeleteCommand(perform:)
- onMoveCommand(perform:)
- onExitCommand(perform:)
- onPlayPauseCommand(perform:)
- onCommand(_:perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- body
- Link.Body
- modifier(_:)
- Font
- ScaledMetric
- LocalizedStringKey
-
View
-
View Layout and Presentation
-
HStack
- VerticalAlignment
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
VStack
- HorizontalAlignment
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
ZStack
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
-
LazyHStack
- init(alignment:spacing:pinnedViews:content:)
- PinnedScrollableViews
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- ignoresSafeArea(_:edges:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- keyboardType(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textContentType(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- autocapitalization(_:)
- disableAutocorrection(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelsHidden()
- defaultWheelPickerItemHeight(_:)
- horizontalRadioGroupLayout()
- controlSize(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- menuButtonStyle(_:)
- menuStyle(_:)
- pickerStyle(_:)
- datePickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- indexViewStyle(_:)
- listStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- listRowPlatterColor(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarHidden(_:)
- statusBar(hidden:)
- navigationBarBackButtonHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- touchBar(content:)
- touchBar(_:)
- touchBarItemPrincipal(_:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- digitalCrownRotation(_:)
- digitalCrownRotation(_:from:through:by:sensitivity:isContinuous:isHapticFeedbackEnabled:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onCutCommand(perform:)
- onCopyCommand(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onDeleteCommand(perform:)
- onMoveCommand(perform:)
- onExitCommand(perform:)
- onPlayPauseCommand(perform:)
- onCommand(_:perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- LazyHStack.Body
- modifier(_:)
-
LazyVStack
- init(alignment:spacing:pinnedViews:content:)
- PinnedScrollableViews
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- ignoresSafeArea(_:edges:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- keyboardType(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textContentType(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- autocapitalization(_:)
- disableAutocorrection(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelsHidden()
- defaultWheelPickerItemHeight(_:)
- horizontalRadioGroupLayout()
- controlSize(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- menuButtonStyle(_:)
- menuStyle(_:)
- pickerStyle(_:)
- datePickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- indexViewStyle(_:)
- listStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- listRowPlatterColor(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarHidden(_:)
- statusBar(hidden:)
- navigationBarBackButtonHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- touchBar(content:)
- touchBar(_:)
- touchBarItemPrincipal(_:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- digitalCrownRotation(_:)
- digitalCrownRotation(_:from:through:by:sensitivity:isContinuous:isHapticFeedbackEnabled:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onCutCommand(perform:)
- onCopyCommand(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onDeleteCommand(perform:)
- onMoveCommand(perform:)
- onExitCommand(perform:)
- onPlayPauseCommand(perform:)
- onCommand(_:perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- LazyVStack.Body
- modifier(_:)
-
LazyHGrid
- init(rows:alignment:spacing:pinnedViews:content:)
- PinnedScrollableViews
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- ignoresSafeArea(_:edges:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- keyboardType(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textContentType(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- autocapitalization(_:)
- disableAutocorrection(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelsHidden()
- defaultWheelPickerItemHeight(_:)
- horizontalRadioGroupLayout()
- controlSize(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- menuButtonStyle(_:)
- menuStyle(_:)
- pickerStyle(_:)
- datePickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- indexViewStyle(_:)
- listStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- listRowPlatterColor(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarHidden(_:)
- statusBar(hidden:)
- navigationBarBackButtonHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- touchBar(content:)
- touchBar(_:)
- touchBarItemPrincipal(_:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- digitalCrownRotation(_:)
- digitalCrownRotation(_:from:through:by:sensitivity:isContinuous:isHapticFeedbackEnabled:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onCutCommand(perform:)
- onCopyCommand(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onDeleteCommand(perform:)
- onMoveCommand(perform:)
- onExitCommand(perform:)
- onPlayPauseCommand(perform:)
- onCommand(_:perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- LazyHGrid.Body
- modifier(_:)
-
LazyVGrid
- init(columns:alignment:spacing:pinnedViews:content:)
- PinnedScrollableViews
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- ignoresSafeArea(_:edges:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- keyboardType(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textContentType(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- autocapitalization(_:)
- disableAutocorrection(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelsHidden()
- defaultWheelPickerItemHeight(_:)
- horizontalRadioGroupLayout()
- controlSize(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- menuButtonStyle(_:)
- menuStyle(_:)
- pickerStyle(_:)
- datePickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- indexViewStyle(_:)
- listStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- listRowPlatterColor(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarHidden(_:)
- statusBar(hidden:)
- navigationBarBackButtonHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- touchBar(content:)
- touchBar(_:)
- touchBarItemPrincipal(_:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- digitalCrownRotation(_:)
- digitalCrownRotation(_:from:through:by:sensitivity:isContinuous:isHapticFeedbackEnabled:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onCutCommand(perform:)
- onCopyCommand(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onDeleteCommand(perform:)
- onMoveCommand(perform:)
- onExitCommand(perform:)
- onPlayPauseCommand(perform:)
- onCommand(_:perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- LazyVGrid.Body
- modifier(_:)
- GridItem
-
List
- init(_:children:selection:rowContent:)
- init(_:children:selection:rowContent:)
- init(_:children:rowContent:)
- init(_:id:children:rowContent:)
- init(_:id:children:selection:rowContent:)
- init(_:id:children:selection:rowContent:)
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
ForEach
- init(_:id:content:)
- onInsert(of:perform:)
- onInsert(of:perform:)
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
ScrollView
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
-
ScrollViewReader
- init(content:)
- content
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- ignoresSafeArea(_:edges:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- keyboardType(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textContentType(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- autocapitalization(_:)
- disableAutocorrection(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelsHidden()
- defaultWheelPickerItemHeight(_:)
- horizontalRadioGroupLayout()
- controlSize(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- menuButtonStyle(_:)
- menuStyle(_:)
- pickerStyle(_:)
- datePickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- indexViewStyle(_:)
- listStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- listRowPlatterColor(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarHidden(_:)
- statusBar(hidden:)
- navigationBarBackButtonHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- touchBar(content:)
- touchBar(_:)
- touchBarItemPrincipal(_:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- digitalCrownRotation(_:)
- digitalCrownRotation(_:from:through:by:sensitivity:isContinuous:isHapticFeedbackEnabled:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onCutCommand(perform:)
- onCopyCommand(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onDeleteCommand(perform:)
- onMoveCommand(perform:)
- onExitCommand(perform:)
- onPlayPauseCommand(perform:)
- onCommand(_:perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- body
- ScrollViewReader.Body
- modifier(_:)
- ScrollViewProxy
- DynamicViewContent
-
Form
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
-
Group
- init(content:)
- init(content:)
- init(content:)
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
- Group.Body
- commands(content:)
- defaultAppStorage(_:)
- onChange(of:perform:)
- windowStyle(_:)
- windowToolbarStyle(_:)
- Group.WidgetBody
-
GroupBox
- init(content:)
- init(label:content:)
- init(_:)
-
GroupBoxStyleConfiguration
-
GroupBoxStyleConfiguration.Content
- accentColor(_:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(addTraits:)
- accessibility(hidden:)
- accessibility(hint:)
- accessibility(identifier:)
- accessibility(inputLabels:)
- accessibility(label:)
- accessibility(removeTraits:)
- accessibility(selectionIdentifier:)
- accessibility(sortPriority:)
- accessibility(value:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityElement(children:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityScrollAction(_:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- alert(isPresented:content:)
- alert(item:content:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- allowsHitTesting(_:)
- allowsTightening(_:)
- anchorPreference(key:value:transform:)
- animation(_:)
- animation(_:value:)
- appStoreOverlay(isPresented:configuration:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- autocapitalization(_:)
- background(_:alignment:)
- backgroundPreferenceValue(_:_:)
- blendMode(_:)
- blur(radius:opaque:)
- border(_:width:)
- brightness(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- clipShape(_:style:)
- clipped(antialiased:)
- colorInvert()
- colorMultiply(_:)
- colorScheme(_:)
- compositingGroup()
- contentShape(_:eoFill:)
- contextMenu(_:)
- contextMenu(menuItems:)
- contrast(_:)
- controlSize(_:)
- coordinateSpace(name:)
- cornerRadius(_:antialiased:)
- datePickerStyle(_:)
- defaultAppStorage(_:)
- deleteDisabled(_:)
- disableAutocorrection(_:)
- disabled(_:)
- drawingGroup(opaque:colorMode:)
- edgesIgnoringSafeArea(_:)
- environment(_:_:)
- environmentObject(_:)
- fixedSize()
- fixedSize(horizontal:vertical:)
- flipsForRightToLeftLayoutDirection(_:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- font(_:)
- foregroundColor(_:)
- frame()
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame(width:height:alignment:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- gesture(_:including:)
- grayscale(_:)
- groupBoxStyle(_:)
- help(_:)
- help(_:)
- help(_:)
- hidden()
- highPriorityGesture(_:including:)
- horizontalRadioGroupLayout()
- hoverEffect(_:)
- hueRotation(_:)
- id(_:)
- ignoresSafeArea(_:edges:)
- imageScale(_:)
- indexViewStyle(_:)
- isPlaceholder(_:)
- itemProvider(_:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- keyboardType(_:)
- labelStyle(_:)
- labelsHidden()
- layoutPriority(_:)
- lineLimit(_:)
- lineSpacing(_:)
- listItemTint(_:)
- listItemTint(_:)
- listRowBackground(_:)
- listRowInsets(_:)
- listStyle(_:)
- luminanceToAlpha()
- mask(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- menuButtonStyle(_:)
- menuStyle(_:)
- minimumScaleFactor(_:)
- modifier(_:)
- moveDisabled(_:)
- multilineTextAlignment(_:)
- navigationBarBackButtonHidden(_:)
- navigationBarHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationViewStyle(_:)
- offset(_:)
- offset(x:y:)
- onAppear(perform:)
- onChange(of:perform:)
- onCommand(_:perform:)
- onContinueUserActivity(_:perform:)
- onCopyCommand(perform:)
- onCutCommand(perform:)
- onDeleteCommand(perform:)
- onDisappear(perform:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onExitCommand(perform:)
- onHover(perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- onMoveCommand(perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onPlayPauseCommand(perform:)
- onPreferenceChange(_:perform:)
- onReceive(_:perform:)
- onTapGesture(count:perform:)
- opacity(_:)
- overlay(_:alignment:)
- overlayPreferenceValue(_:_:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- pickerStyle(_:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- position(_:)
- position(x:y:)
- preference(key:value:)
- preferredColorScheme(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- previewContext(_:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- progressViewStyle(_:)
- projectionEffect(_:)
- redacted(reason:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- rotationEffect(_:anchor:)
- saturation(_:)
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- scaledToFill()
- scaledToFit()
- shadow(color:radius:x:y:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- simultaneousGesture(_:including:)
- statusBar(hidden:)
- tabItem(_:)
- tabViewStyle(_:)
- tag(_:)
- textCase(_:)
- textContentType(_:)
- textContentType(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- touchBar(_:)
- touchBar(content:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- touchBarItemPrincipal(_:)
- transaction(_:)
- transformAnchorPreference(key:value:transform:)
- transformEffect(_:)
- transformEnvironment(_:transform:)
- transformPreference(_:_:)
- transition(_:)
- truncationMode(_:)
- unredacted()
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- zIndex(_:)
- GroupBoxStyleConfiguration.Content.Body
-
GroupBoxStyleConfiguration.Label
- accentColor(_:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibility(addTraits:)
- accessibility(hidden:)
- accessibility(hint:)
- accessibility(identifier:)
- accessibility(inputLabels:)
- accessibility(label:)
- accessibility(removeTraits:)
- accessibility(selectionIdentifier:)
- accessibility(sortPriority:)
- accessibility(value:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityElement(children:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityScrollAction(_:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- alert(isPresented:content:)
- alert(item:content:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- allowsHitTesting(_:)
- allowsTightening(_:)
- anchorPreference(key:value:transform:)
- animation(_:)
- animation(_:value:)
- appStoreOverlay(isPresented:configuration:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- autocapitalization(_:)
- background(_:alignment:)
- backgroundPreferenceValue(_:_:)
- blendMode(_:)
- blur(radius:opaque:)
- border(_:width:)
- brightness(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- clipShape(_:style:)
- clipped(antialiased:)
- colorInvert()
- colorMultiply(_:)
- colorScheme(_:)
- compositingGroup()
- contentShape(_:eoFill:)
- contextMenu(_:)
- contextMenu(menuItems:)
- contrast(_:)
- controlSize(_:)
- coordinateSpace(name:)
- cornerRadius(_:antialiased:)
- datePickerStyle(_:)
- defaultAppStorage(_:)
- deleteDisabled(_:)
- disableAutocorrection(_:)
- disabled(_:)
- drawingGroup(opaque:colorMode:)
- edgesIgnoringSafeArea(_:)
- environment(_:_:)
- environmentObject(_:)
- fixedSize()
- fixedSize(horizontal:vertical:)
- flipsForRightToLeftLayoutDirection(_:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- font(_:)
- foregroundColor(_:)
- frame()
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame(width:height:alignment:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- gesture(_:including:)
- grayscale(_:)
- groupBoxStyle(_:)
- help(_:)
- help(_:)
- help(_:)
- hidden()
- highPriorityGesture(_:including:)
- horizontalRadioGroupLayout()
- hoverEffect(_:)
- hueRotation(_:)
- id(_:)
- ignoresSafeArea(_:edges:)
- imageScale(_:)
- indexViewStyle(_:)
- isPlaceholder(_:)
- itemProvider(_:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- keyboardType(_:)
- labelStyle(_:)
- labelsHidden()
- layoutPriority(_:)
- lineLimit(_:)
- lineSpacing(_:)
- listItemTint(_:)
- listItemTint(_:)
- listRowBackground(_:)
- listRowInsets(_:)
- listStyle(_:)
- luminanceToAlpha()
- mask(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- menuButtonStyle(_:)
- menuStyle(_:)
- minimumScaleFactor(_:)
- modifier(_:)
- moveDisabled(_:)
- multilineTextAlignment(_:)
- navigationBarBackButtonHidden(_:)
- navigationBarHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationViewStyle(_:)
- offset(_:)
- offset(x:y:)
- onAppear(perform:)
- onChange(of:perform:)
- onCommand(_:perform:)
- onContinueUserActivity(_:perform:)
- onCopyCommand(perform:)
- onCutCommand(perform:)
- onDeleteCommand(perform:)
- onDisappear(perform:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onExitCommand(perform:)
- onHover(perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- onMoveCommand(perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onPlayPauseCommand(perform:)
- onPreferenceChange(_:perform:)
- onReceive(_:perform:)
- onTapGesture(count:perform:)
- opacity(_:)
- overlay(_:alignment:)
- overlayPreferenceValue(_:_:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- pickerStyle(_:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- position(_:)
- position(x:y:)
- preference(key:value:)
- preferredColorScheme(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- previewContext(_:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- progressViewStyle(_:)
- projectionEffect(_:)
- redacted(reason:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- rotationEffect(_:anchor:)
- saturation(_:)
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- scaledToFill()
- scaledToFit()
- shadow(color:radius:x:y:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- simultaneousGesture(_:including:)
- statusBar(hidden:)
- tabItem(_:)
- tabViewStyle(_:)
- tag(_:)
- textCase(_:)
- textContentType(_:)
- textContentType(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- touchBar(_:)
- touchBar(content:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- touchBarItemPrincipal(_:)
- transaction(_:)
- transformAnchorPreference(key:value:transform:)
- transformEffect(_:)
- transformEnvironment(_:transform:)
- transformPreference(_:_:)
- transition(_:)
- truncationMode(_:)
- unredacted()
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- zIndex(_:)
- GroupBoxStyleConfiguration.Label.Body
- content
- label
-
GroupBoxStyleConfiguration.Content
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- keyboardType(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- autocapitalization(_:)
- disableAutocorrection(_:)
- labelsHidden()
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- menuStyle(_:)
- pickerStyle(_:)
- datePickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- indexViewStyle(_:)
- listStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarHidden(_:)
- statusBar(hidden:)
- navigationBarBackButtonHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- body
- GroupBox.Body
- modifier(_:)
-
Section
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
- internalBody
-
View Modifiers
-
OutlineGroup
- init(_:children:content:)
- init(_:children:content:)
- init(_:id:children:content:)
- init(_:id:children:content:)
-
OutlineSubgroupChildren
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- keyboardType(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- autocapitalization(_:)
- disableAutocorrection(_:)
- labelsHidden()
- horizontalRadioGroupLayout()
- controlSize(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- menuButtonStyle(_:)
- menuStyle(_:)
- pickerStyle(_:)
- datePickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- indexViewStyle(_:)
- listStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarHidden(_:)
- statusBar(hidden:)
- navigationBarBackButtonHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- touchBar(content:)
- touchBar(_:)
- touchBarItemPrincipal(_:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onCutCommand(perform:)
- onCopyCommand(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onDeleteCommand(perform:)
- onMoveCommand(perform:)
- onExitCommand(perform:)
- onCommand(_:perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- OutlineSubgroupChildren.Body
- modifier(_:)
-
View Modifiers
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- keyboardType(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- autocapitalization(_:)
- disableAutocorrection(_:)
- labelsHidden()
- horizontalRadioGroupLayout()
- controlSize(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- menuButtonStyle(_:)
- menuStyle(_:)
- pickerStyle(_:)
- datePickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- indexViewStyle(_:)
- listStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarHidden(_:)
- statusBar(hidden:)
- navigationBarBackButtonHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- touchBar(content:)
- touchBar(_:)
- touchBarItemPrincipal(_:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onCutCommand(perform:)
- onCopyCommand(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onDeleteCommand(perform:)
- onMoveCommand(perform:)
- onExitCommand(perform:)
- onCommand(_:perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- body
- OutlineGroup.Body
- modifier(_:)
-
DisclosureGroup
- init(_:content:)
- init(_:content:)
- init(_:isExpanded:content:)
- init(_:isExpanded:content:)
- init(content:label:)
- init(isExpanded:content:label:)
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- keyboardType(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- autocapitalization(_:)
- disableAutocorrection(_:)
- labelsHidden()
- horizontalRadioGroupLayout()
- controlSize(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- menuButtonStyle(_:)
- menuStyle(_:)
- pickerStyle(_:)
- datePickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- indexViewStyle(_:)
- listStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarHidden(_:)
- statusBar(hidden:)
- navigationBarBackButtonHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- touchBar(content:)
- touchBar(_:)
- touchBarItemPrincipal(_:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onCutCommand(perform:)
- onCopyCommand(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onDeleteCommand(perform:)
- onMoveCommand(perform:)
- onExitCommand(perform:)
- onCommand(_:perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- body
- DisclosureGroup.Body
- modifier(_:)
-
Spacer
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
-
Divider
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
-
NavigationView
- init(content:)
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- ignoresSafeArea(_:edges:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelsHidden()
- defaultWheelPickerItemHeight(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- menuStyle(_:)
- pickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- indexViewStyle(_:)
- listStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- listRowPlatterColor(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarHidden(_:)
- navigationBarBackButtonHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- digitalCrownRotation(_:)
- digitalCrownRotation(_:from:through:by:sensitivity:isContinuous:isHapticFeedbackEnabled:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- NavigationView.Body
- modifier(_:)
-
TabView
- init(content:)
- init(selection:content:)
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- ignoresSafeArea(_:edges:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelsHidden()
- defaultWheelPickerItemHeight(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- menuStyle(_:)
- pickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- indexViewStyle(_:)
- listStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- listRowPlatterColor(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarHidden(_:)
- navigationBarBackButtonHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- digitalCrownRotation(_:)
- digitalCrownRotation(_:from:through:by:sensitivity:isContinuous:isHapticFeedbackEnabled:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- body
- TabView.Body
- modifier(_:)
-
HSplitView
-
View Modifiers
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- labelStyle(_:)
- menuStyle(_:)
- groupBoxStyle(_:)
- progressViewStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- focusedValue(_:_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- defaultAppStorage(_:)
- preference(key:value:)
- previewContext(_:)
-
View Modifiers
-
VSplitView
-
View Modifiers
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- labelStyle(_:)
- menuStyle(_:)
- groupBoxStyle(_:)
- progressViewStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- focusedValue(_:_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- defaultAppStorage(_:)
- preference(key:value:)
- previewContext(_:)
-
View Modifiers
-
EmptyView
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
-
EquatableView
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
-
AnyView
- init(erasing:)
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
TupleView
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
-
HStack
-
Drawing and Animation
- Animation
- AnimatablePair
- EmptyAnimatableData
-
Rectangle
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
-
RoundedRectangle
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
-
Circle
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
-
Ellipse
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
-
Capsule
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
-
Path
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
-
ScaledShape
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
- animatableData
-
View Modifiers
-
RotatedShape
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
- animatableData
-
View Modifiers
-
OffsetShape
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
- animatableData
-
View Modifiers
-
TransformedShape
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
- animatableData
-
View Modifiers
-
ContainerRelativeShape
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- ignoresSafeArea(_:edges:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityIgnoresInvertColors(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- keyboardType(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textContentType(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- autocapitalization(_:)
- disableAutocorrection(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelsHidden()
- defaultWheelPickerItemHeight(_:)
- horizontalRadioGroupLayout()
- controlSize(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- menuButtonStyle(_:)
- menuStyle(_:)
- pickerStyle(_:)
- datePickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- indexViewStyle(_:)
- listStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- listRowPlatterColor(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarHidden(_:)
- statusBar(hidden:)
- navigationBarBackButtonHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- touchBar(content:)
- touchBar(_:)
- touchBarItemPrincipal(_:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- digitalCrownRotation(_:)
- digitalCrownRotation(_:from:through:by:sensitivity:isContinuous:isHapticFeedbackEnabled:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onCutCommand(perform:)
- onCopyCommand(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onDeleteCommand(perform:)
- onMoveCommand(perform:)
- onExitCommand(perform:)
- onPlayPauseCommand(perform:)
- onCommand(_:perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- body
- ContainerRelativeShape.Body
- modifier(_:)
- Shape Modifiers
- Insettable Shape Modifiers
- init()
- animatableData
- ContainerRelativeShape.AnimatableData
- ContainerRelativeShape.InsetShape
-
View Modifiers
-
Color
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
-
LinearGradient
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
-
AngularGradient
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
-
RadialGradient
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
- BackgroundStyle
-
GeometryReader
-
View Modifiers
- ignoresSafeArea(_:edges:)
- accessibility(inputLabels:)
- accessibility(selectionIdentifier:)
- accessibilityIgnoresInvertColors(_:)
- help(_:)
- help(_:)
- help(_:)
- scaleEffect(x:y:anchor:)
- imageScale(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- textContentType(_:)
- textCase(_:)
- redacted(reason:)
- unredacted()
- isPlaceholder(_:)
- labelStyle(_:)
- menuStyle(_:)
- indexViewStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowPlatterColor(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onChange(of:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- previewContext(_:)
-
View Modifiers
- Framework Integration
-
State and Data Flow
- Binding
- StateObject
- FocusedBinding
- FocusedValue
- FocusedValues
- FocusedValueKey
-
EnvironmentValues
- accessibilityShowButtonShapes
- LegibilityWeight
- ColorScheme
- ColorSchemeContrast
- ControlActiveState
- LayoutDirection
- textCase
- UserInterfaceSizeClass
- scenePhase
- ScenePhase
- openURL
- exportFiles
- importFiles
- isFocused
- resetFocus
- ResetFocusAction
- widgetFamily
- imageScale
- redactionReasons
- RedactionReasons
- isPlaceholder
-
AppStorage
- init(_:store:)
- init(_:store:)
- init(_:store:)
- init(_:store:)
- init(_:store:)
- init(_:store:)
- init(wrappedValue:_:store:)
- init(wrappedValue:_:store:)
- init(wrappedValue:_:store:)
- init(wrappedValue:_:store:)
- init(wrappedValue:_:store:)
- init(wrappedValue:_:store:)
- init(wrappedValue:_:store:)
- init(wrappedValue:_:store:)
- projectedValue
- wrappedValue
- update()
- SceneStorage
- Gestures
- Previews
TVMLKit JS
- Keyboard
- DOMException
- DOMImplementationLS
- DOMImplementationRegistry
- EventException
- LSException
- LSInput
- LSParser
- LSSerializer
- ParsingElement
- XPathException
TVMLKit
UIKit
-
App and Environment
- UIApplication
- UIApplicationDelegate
- Scenes
- UIDevice
- UITraitCollection
- Documents, Data, and Pasteboard
-
App Extensions
-
NSExtensionContext
- widgetLargestAvailableDisplayMode
- widgetActiveDisplayMode
- widgetMaximumSize(for:)
- mediaPlayingStarted()
- mediaPlayingPaused()
- notificationActions
- completeRequest(withBroadcast:setupInfo:)
- dismissNotificationContentExtension()
- loadBroadcastingApplicationInfo(completion:)
- performNotificationDefaultAction()
- UIDocumentPickerExtensionViewController
- NSFileProviderExtension
-
NSExtensionContext
- Interprocess Communication
- Mac Catalyst
-
Views and Controls
- UIView
-
Collection Views
-
UICollectionView
-
UICollectionViewDiffableDataSource
- init()
- init(collectionView:cellProvider:)
- supplementaryViewProvider
- itemIdentifier(for:)
- indexPath(for:)
- snapshot()
- apply(_:animatingDifferences:completion:)
- snapshot(for:)
- apply(_:to:animatingDifferences:completion:)
- reorderingHandlers
- UICollectionViewDiffableDataSource.ReorderingHandlers
- NSDiffableDataSourceTransaction
- NSDiffableDataSourceSectionTransaction
- sectionSnapshotHandlers
- UICollectionViewDiffableDataSource.SectionSnapshotHandlers
-
Protocol Implementations
- collectionView(_:numberOfItemsInSection:)
- numberOfSections(in:)
- collectionView(_:cellForItemAt:)
- collectionView(_:viewForSupplementaryElementOfKind:at:)
- collectionView(_:canMoveItemAt:)
- collectionView(_:moveItemAt:to:)
- indexTitles(for:)
- collectionView(_:indexPathForIndexTitle:at:)
- !=(_:_:)
- description()
- UICollectionViewDiffableDataSourceReference
- UICollectionViewDelegate
- UICollectionView.CellRegistration
- dequeueConfiguredReusableCell(using:for:item:)
- UICollectionView.SupplementaryRegistration
- dequeueConfiguredReusableSupplementary(using:for:)
- allowsSelectionDuringEditing
- allowsMultipleSelectionDuringEditing
- selectionFollowsFocus
- isEditing
-
UICollectionViewDiffableDataSource
-
UICollectionViewDiffableDataSource
- init()
- init(collectionView:cellProvider:)
- supplementaryViewProvider
- itemIdentifier(for:)
- indexPath(for:)
- snapshot()
- apply(_:animatingDifferences:completion:)
- snapshot(for:)
- apply(_:to:animatingDifferences:completion:)
- reorderingHandlers
- UICollectionViewDiffableDataSource.ReorderingHandlers
- NSDiffableDataSourceTransaction
- NSDiffableDataSourceSectionTransaction
- sectionSnapshotHandlers
- UICollectionViewDiffableDataSource.SectionSnapshotHandlers
-
Protocol Implementations
- collectionView(_:numberOfItemsInSection:)
- numberOfSections(in:)
- collectionView(_:cellForItemAt:)
- collectionView(_:viewForSupplementaryElementOfKind:at:)
- collectionView(_:canMoveItemAt:)
- collectionView(_:moveItemAt:to:)
- indexTitles(for:)
- collectionView(_:indexPathForIndexTitle:at:)
- !=(_:_:)
- description()
- UICollectionViewDiffableDataSourceReference
-
NSDiffableDataSourceSnapshot
- init()
- appendSections(_:)
- appendItems(_:toSection:)
- numberOfItems
- numberOfSections
- numberOfItems(inSection:)
- itemIdentifiers
- sectionIdentifiers
- indexOfItem(_:)
- indexOfSection(_:)
- itemIdentifiers(inSection:)
- sectionIdentifier(containingItem:)
- insertItems(_:afterItem:)
- insertItems(_:beforeItem:)
- insertSections(_:afterSection:)
- insertSections(_:beforeSection:)
- deleteAllItems()
- deleteItems(_:)
- deleteSections(_:)
- moveItem(_:afterItem:)
- moveItem(_:beforeItem:)
- moveSection(_:afterSection:)
- moveSection(_:beforeSection:)
- reloadItems(_:)
- reloadSections(_:)
-
NSDiffableDataSourceSectionSnapshot
- init()
- init(_:)
- snapshot(of:includingParent:)
- append(_:to:)
- items
- rootItems
- visibleItems
- index(of:)
- level(of:)
- parent(of:)
- contains(_:)
- isVisible(_:)
- insert(_:after:)
- insert(_:after:)
- insert(_:before:)
- insert(_:before:)
- delete(_:)
- deleteAll()
- replace(childrenOf:using:)
- isExpanded(_:)
- expand(_:)
- collapse(_:)
- visualDescription()
-
NSDiffableDataSourceSectionSnapshotReference
- init()
- ofParentItem(_:)
- ofParentItem(_:includingParentItem:)
- appendItems(_:)
- appendItems(_:intoParentItem:)
- items
- rootItems
- visibleItems
- index(ofItem:)
- level(ofItem:)
- parent(ofChildItem:)
- containsItem(_:)
- isVisible(_:)
- insertItems(_:afterItem:)
- insert(_:afterItem:)
- insertItems(_:beforeItem:)
- insert(_:beforeItem:)
- deleteItems(_:)
- deleteAllItems()
- replaceChildren(ofParentItem:with:)
- isExpanded(_:)
- expandItems(_:)
- collapseItems(_:)
- expandedItems()
- visualDescription()
- UICollectionViewCell
-
UICollectionViewListCell
- defaultContentConfiguration()
- accessories
-
UICellAccessory
- disclosureIndicator(displayed:options:)
- UICellAccessory.DisclosureIndicatorOptions
- outlineDisclosure(displayed:options:actionHandler:)
- UICellAccessory.OutlineDisclosureOptions
- checkmark(displayed:options:)
- UICellAccessory.CheckmarkOptions
- delete(displayed:options:actionHandler:)
- UICellAccessory.DeleteOptions
- insert(displayed:options:actionHandler:)
- UICellAccessory.InsertOptions
- reorder(displayed:options:)
- UICellAccessory.ReorderOptions
- multiselect(displayed:options:)
- UICellAccessory.MultiselectOptions
- label(text:displayed:options:)
- UICellAccessory.LabelOptions
- customView(configuration:)
- UICellAccessory.CustomViewConfiguration
- accessoryType
-
UICellAccessory.AccessoryType
- UICellAccessory.AccessoryType.disclosureIndicator
- UICellAccessory.AccessoryType.outlineDisclosure
- UICellAccessory.AccessoryType.checkmark
- UICellAccessory.AccessoryType.delete
- UICellAccessory.AccessoryType.insert
- UICellAccessory.AccessoryType.reorder
- UICellAccessory.AccessoryType.multiselect
- UICellAccessory.AccessoryType.label
- UICellAccessory.AccessoryType.customView(_:)
- ==(_:_:)
- !=(_:_:)
- hash(into:)
- hashValue
- UICellAccessory.LayoutDimension
- UICellAccessory.Placement
- UICellAccessory.DisplayedState
- UICellAccessory.ActionHandler
- indentationLevel
- indentationWidth
- indentsAccessories
- separatorLayoutGuide
-
Layouts
-
UICollectionViewCompositionalLayout
- list(using:)
-
UICollectionLayoutListConfiguration
- init(appearance:)
- appearance
- backgroundColor
- showsSeparators
-
UICollectionLayoutListConfiguration.Appearance
- UICollectionLayoutListConfiguration.Appearance.plain
- UICollectionLayoutListConfiguration.Appearance.grouped
- UICollectionLayoutListConfiguration.Appearance.insetGrouped
- UICollectionLayoutListConfiguration.Appearance.sidebar
- UICollectionLayoutListConfiguration.Appearance.sidebarPlain
- ==(_:_:)
- !=(_:_:)
- hash(into:)
- hashValue
- headerMode
- footerMode
- UICollectionLayoutListConfiguration.HeaderMode
- UICollectionLayoutListConfiguration.FooterMode
- leadingSwipeActionsConfigurationProvider
- trailingSwipeActionsConfigurationProvider
- UICollectionLayoutListConfiguration.SwipeActionsConfigurationProvider
- NSCollectionLayoutSection
- UICollectionViewCompositionalLayoutConfiguration
-
NSDiffableDataSourceSnapshot
- init()
- appendSections(_:)
- appendItems(_:toSection:)
- numberOfItems
- numberOfSections
- numberOfItems(inSection:)
- itemIdentifiers
- sectionIdentifiers
- indexOfItem(_:)
- indexOfSection(_:)
- itemIdentifiers(inSection:)
- sectionIdentifier(containingItem:)
- insertItems(_:afterItem:)
- insertItems(_:beforeItem:)
- insertSections(_:afterSection:)
- insertSections(_:beforeSection:)
- deleteAllItems()
- deleteItems(_:)
- deleteSections(_:)
- moveItem(_:afterItem:)
- moveItem(_:beforeItem:)
- moveSection(_:afterSection:)
- moveSection(_:beforeSection:)
- reloadItems(_:)
- reloadSections(_:)
-
UICollectionViewCompositionalLayout
-
UICollectionView
-
Table Views
- UITableView
-
UITableViewDiffableDataSource
- init()
- init(tableView:cellProvider:)
- itemIdentifier(for:)
- indexPath(for:)
- snapshot()
- apply(_:animatingDifferences:completion:)
- defaultRowAnimation
- UITableViewDiffableDataSourceReference
-
Protocol Implementations
- tableView(_:numberOfRowsInSection:)
- numberOfSections(in:)
- tableView(_:cellForRowAt:)
- tableView(_:titleForHeaderInSection:)
- tableView(_:titleForFooterInSection:)
- tableView(_:commit:forRowAt:)
- tableView(_:canEditRowAt:)
- tableView(_:canMoveRowAt:)
- tableView(_:moveRowAt:to:)
- sectionIndexTitles(for:)
- tableView(_:sectionForSectionIndexTitle:at:)
- !=(_:_:)
- description()
-
NSDiffableDataSourceSnapshot
- init()
- appendSections(_:)
- appendItems(_:toSection:)
- numberOfItems
- numberOfSections
- numberOfItems(inSection:)
- itemIdentifiers
- sectionIdentifiers
- indexOfItem(_:)
- indexOfSection(_:)
- itemIdentifiers(inSection:)
- sectionIdentifier(containingItem:)
- insertItems(_:afterItem:)
- insertItems(_:beforeItem:)
- insertSections(_:afterSection:)
- insertSections(_:beforeSection:)
- deleteAllItems()
- deleteItems(_:)
- deleteSections(_:)
- moveItem(_:afterItem:)
- moveItem(_:beforeItem:)
- moveSection(_:afterSection:)
- moveSection(_:beforeSection:)
- reloadItems(_:)
- reloadSections(_:)
- UIRefreshControl
- UITableViewDelegate
- UITableViewCell
- UITableViewHeaderFooterView
-
UIControl
- UIControl.Event
- init(coder:)
- init(frame:)
- init(frame:primaryAction:)
- contextMenuInteraction
- isContextMenuInteractionEnabled
- showsMenuAsPrimaryAction
- add(_:for:)
- addAction(_:for:)
- contextMenuInteraction(_:configurationForMenuAtLocation:)
- contextMenuInteraction(_:previewForDismissingMenuWithConfiguration:)
- contextMenuInteraction(_:previewForHighlightingMenuWithConfiguration:)
- contextMenuInteraction(_:willDisplayMenuFor:animator:)
- contextMenuInteraction(_:willEndFor:animator:)
- enumerateEventHandlers(_:)
- menuAttachmentPoint(for:)
- removeAction(_:for:)
- removeAction(identifiedBy:for:)
- send(_:)
- sendAction(_:)
- UIButton
- UIColorWell
- UIDatePicker
- UIPageControl
- UISegmentedControl
- UISlider
- UIStepper
- UISwitch
- UILabel
- UITextField
- Drag and Drop Customization
- UISearchTextField
- UIVibrancyEffect
- UIBarButtonItem
- UIAxis
- NSDirectionalEdgeInsets
- NSDirectionalRectEdge
- UIDirectionalRectEdge
-
View Controllers
- UIViewController
-
UISplitViewController
- init(style:)
- init(nibName:bundle:)
- init(coder:)
- style
- UISplitViewController.Style
-
UISplitViewControllerDelegate
- splitViewController(_:topColumnForCollapsingToProposedTopColumn:)
- splitViewController(_:willHide:)
- splitViewControllerDidCollapse(_:)
- splitViewController(_:displayModeForExpandingToProposedDisplayMode:)
- splitViewController(_:willShow:)
- splitViewControllerDidExpand(_:)
- splitViewControllerInteractivePresentationGestureWillBegin(_:)
- splitViewControllerInteractivePresentationGestureDidEnd(_:)
- UISplitViewController.Column
- setViewController(_:for:)
- viewController(for:)
- show(_:)
- hide(_:)
- showsSecondaryOnlyButton
-
UISplitViewController.DisplayMode
- UISplitViewController.DisplayMode.secondaryOnly
- UISplitViewController.DisplayMode.oneBesideSecondary
- UISplitViewController.DisplayMode.oneOverSecondary
- UISplitViewController.DisplayMode.twoBesideSecondary
- UISplitViewController.DisplayMode.twoOverSecondary
- UISplitViewController.DisplayMode.twoDisplaceSecondary
- primaryHidden
- allVisible
- primaryOverlay
- preferredSplitBehavior
- splitBehavior
- UISplitViewController.SplitBehavior
- preferredPrimaryColumnWidth
- preferredSupplementaryColumnWidthFraction
- preferredSupplementaryColumnWidth
- supplementaryColumnWidth
- minimumSupplementaryColumnWidth
- maximumSupplementaryColumnWidth
- automaticSupplementaryFillDimension
- UINavigationItem
- UISearchController
- UISearchResultsUpdating
- UIImagePickerController
- UIDocumentBrowserViewController
- UIDocumentPickerViewController
- UICloudSharingController
- UIActivityViewController
- UIColorPickerViewController
- UIColorPickerViewControllerDelegate
- View Layout
-
Appearance Customization
-
Configurations
- UIViewConfigurationState
-
UICellConfigurationState
- traitCollection
- isSelected
- isHighlighted
- isFocused
- isDisabled
- subscript(_:)
- isEditing
- isSwiped
- isExpanded
- cellDragState
- cellDropState
- UICellConfigurationState.DragState
- UICellConfigurationState.DropState
- init(traitCollection:)
- !=(_:_:)
- ==(_:_:)
- hash(into:)
- hashValue
- customMirror
- debugDescription
- description
- UIConfigurationState
- UIConfigurationStateCustomKey
-
UIListContentConfiguration
- cell()
- subtitleCell()
- valueCell()
- plainHeader()
- plainFooter()
- groupedHeader()
- groupedFooter()
- sidebarCell()
- sidebarSubtitleCell()
- sidebarHeader()
- image
- text
- attributedText
- secondaryText
- secondaryAttributedText
- imageProperties
- textProperties
- secondaryTextProperties
- UIListContentConfiguration.ImageProperties
-
UIListContentConfiguration.TextProperties
- font
- color
- colorTransformer
- resolvedColor()
- alignment
- lineBreakMode
- numberOfLines
- adjustsFontSizeToFitWidth
- minimumScaleFactor
- allowsDefaultTighteningForTruncation
- adjustsFontForContentSizeCategory
- UIListContentConfiguration.TextProperties.TextAlignment
- transform
-
UIListContentConfiguration.TextProperties.TextTransform
- UIListContentConfiguration.TextProperties.TextTransform.none
- UIListContentConfiguration.TextProperties.TextTransform.capitalized
- UIListContentConfiguration.TextProperties.TextTransform.lowercase
- UIListContentConfiguration.TextProperties.TextTransform.uppercase
- ==(_:_:)
- !=(_:_:)
- hash(into:)
- hashValue
- !=(_:_:)
- ==(_:_:)
- hash(into:)
- hashValue
- customMirror
- debugDescription
- description
- axesPreservingSuperviewLayoutMargins
- directionalLayoutMargins
- prefersSideBySideTextAndSecondaryText
- imageToTextPadding
- textToSecondaryTextHorizontalPadding
- textToSecondaryTextVerticalPadding
- makeContentView()
- updated(for:)
- ==(_:_:)
- !=(_:_:)
- hash(into:)
- hashValue
- customMirror
- debugDescription
- description
- UIListContentView
- UIContentConfiguration
- UIContentView
-
UIBackgroundConfiguration
- listPlainCell()
- listGroupedCell()
- listSidebarCell()
- listPlainHeaderFooter()
- listGroupedHeaderFooter()
- listSidebarHeader()
- clear()
- customView
- cornerRadius
- backgroundInsets
- edgesAddingLayoutMarginsToBackgroundInsets
- backgroundColor
- backgroundColorTransformer
- resolvedBackgroundColor(for:)
- visualEffect
- strokeColor
- strokeColorTransformer
- resolvedStrokeColor(for:)
- strokeWidth
- strokeOutset
- updated(for:)
- ==(_:_:)
- !=(_:_:)
- hash(into:)
- hashValue
- customMirror
- debugDescription
- description
- UIConfigurationColorTransformer
-
Configurations
- Windows and Screens
- Touches, Presses, and Gestures
- Drag and Drop
-
Pointer Interactions
- UIPointerInteraction
- UIPointerInteractionDelegate
- UIPointerInteractionAnimating
- UIPointerStyle
- UIPointerShape
- UIPointerEffect
- UIPointerRegion
- UIPointerRegionRequest
- UIPointerLockState
- Pencil Interactions
- Focus-based Navigation
- Menus and Shortcuts
-
Accessibility for iOS and tvOS
- UIAccessibility
- UIAccessibilityTextualContext
- configureForGuidedAccess(features:enabled:completionHandler:)
- UIGuidedAccessAccessibilityFeature
- UIAccessibilityCustomAction
- UIAccessibility.HearingDeviceEar
- buttonShapesEnabled
- prefersCrossFadeTransitions
- Images and PDF
- Drawing
- Printing
- Text Display and Fonts
- Text Storage
-
Keyboards and Input
- UIKey
-
UIKeyboardHIDUsage
- UIKeyboardHIDUsage.keyboardA
- UIKeyboardHIDUsage.keyboardB
- UIKeyboardHIDUsage.keyboardC
- UIKeyboardHIDUsage.keyboardD
- UIKeyboardHIDUsage.keyboardE
- UIKeyboardHIDUsage.keyboardF
- UIKeyboardHIDUsage.keyboardG
- UIKeyboardHIDUsage.keyboardH
- UIKeyboardHIDUsage.keyboardI
- UIKeyboardHIDUsage.keyboardJ
- UIKeyboardHIDUsage.keyboardK
- UIKeyboardHIDUsage.keyboardL
- UIKeyboardHIDUsage.keyboardM
- UIKeyboardHIDUsage.keyboardN
- UIKeyboardHIDUsage.keyboardO
- UIKeyboardHIDUsage.keyboardP
- UIKeyboardHIDUsage.keyboardQ
- UIKeyboardHIDUsage.keyboardR
- UIKeyboardHIDUsage.keyboardS
- UIKeyboardHIDUsage.keyboardT
- UIKeyboardHIDUsage.keyboardU
- UIKeyboardHIDUsage.keyboardV
- UIKeyboardHIDUsage.keyboardW
- UIKeyboardHIDUsage.keyboardX
- UIKeyboardHIDUsage.keyboardY
- UIKeyboardHIDUsage.keyboardZ
- UIKeyboardHIDUsage.keyboard0
- UIKeyboardHIDUsage.keyboard1
- UIKeyboardHIDUsage.keyboard2
- UIKeyboardHIDUsage.keyboard3
- UIKeyboardHIDUsage.keyboard4
- UIKeyboardHIDUsage.keyboard5
- UIKeyboardHIDUsage.keyboard6
- UIKeyboardHIDUsage.keyboard7
- UIKeyboardHIDUsage.keyboard8
- UIKeyboardHIDUsage.keyboard9
- UIKeyboardHIDUsage.keyboardBackslash
- UIKeyboardHIDUsage.keyboardCloseBracket
- UIKeyboardHIDUsage.keyboardComma
- UIKeyboardHIDUsage.keyboardEqualSign
- UIKeyboardHIDUsage.keyboardHyphen
- UIKeyboardHIDUsage.keyboardNonUSBackslash
- UIKeyboardHIDUsage.keyboardNonUSPound
- UIKeyboardHIDUsage.keyboardOpenBracket
- UIKeyboardHIDUsage.keyboardPeriod
- UIKeyboardHIDUsage.keyboardQuote
- UIKeyboardHIDUsage.keyboardSemicolon
- UIKeyboardHIDUsage.keyboardSeparator
- UIKeyboardHIDUsage.keyboardSlash
- UIKeyboardHIDUsage.keyboardSpacebar
- UIKeyboardHIDUsage.keyboardCapsLock
- UIKeyboardHIDUsage.keyboardLeftAlt
- UIKeyboardHIDUsage.keyboardLeftControl
- UIKeyboardHIDUsage.keyboardLeftShift
- UIKeyboardHIDUsage.keyboardLockingCapsLock
- UIKeyboardHIDUsage.keyboardLockingNumLock
- UIKeyboardHIDUsage.keyboardLockingScrollLock
- UIKeyboardHIDUsage.keyboardRightAlt
- UIKeyboardHIDUsage.keyboardRightControl
- UIKeyboardHIDUsage.keyboardRightShift
- UIKeyboardHIDUsage.keyboardScrollLock
- UIKeyboardHIDUsage.keyboardLeftArrow
- UIKeyboardHIDUsage.keyboardRightArrow
- UIKeyboardHIDUsage.keyboardUpArrow
- UIKeyboardHIDUsage.keyboardDownArrow
- UIKeyboardHIDUsage.keyboardPageUp
- UIKeyboardHIDUsage.keyboardPageDown
- UIKeyboardHIDUsage.keyboardHome
- UIKeyboardHIDUsage.keyboardEnd
- UIKeyboardHIDUsage.keyboardDeleteForward
- UIKeyboardHIDUsage.keyboardDeleteOrBackspace
- UIKeyboardHIDUsage.keyboardEscape
- UIKeyboardHIDUsage.keyboardInsert
- UIKeyboardHIDUsage.keyboardReturn
- UIKeyboardHIDUsage.keyboardTab
- UIKeyboardHIDUsage.keyboardF1
- UIKeyboardHIDUsage.keyboardF2
- UIKeyboardHIDUsage.keyboardF3
- UIKeyboardHIDUsage.keyboardF4
- UIKeyboardHIDUsage.keyboardF5
- UIKeyboardHIDUsage.keyboardF6
- UIKeyboardHIDUsage.keyboardF7
- UIKeyboardHIDUsage.keyboardF8
- UIKeyboardHIDUsage.keyboardF9
- UIKeyboardHIDUsage.keyboardF10
- UIKeyboardHIDUsage.keyboardF11
- UIKeyboardHIDUsage.keyboardF12
- UIKeyboardHIDUsage.keyboardF13
- UIKeyboardHIDUsage.keyboardF14
- UIKeyboardHIDUsage.keyboardF15
- UIKeyboardHIDUsage.keyboardF16
- UIKeyboardHIDUsage.keyboardF17
- UIKeyboardHIDUsage.keyboardF18
- UIKeyboardHIDUsage.keyboardF19
- UIKeyboardHIDUsage.keyboardF20
- UIKeyboardHIDUsage.keyboardF21
- UIKeyboardHIDUsage.keyboardF22
- UIKeyboardHIDUsage.keyboardF23
- UIKeyboardHIDUsage.keyboardF24
- UIKeyboardHIDUsage.keypad0
- UIKeyboardHIDUsage.keypad1
- UIKeyboardHIDUsage.keypad2
- UIKeyboardHIDUsage.keypad3
- UIKeyboardHIDUsage.keypad4
- UIKeyboardHIDUsage.keypad5
- UIKeyboardHIDUsage.keypad6
- UIKeyboardHIDUsage.keypad7
- UIKeyboardHIDUsage.keypad8
- UIKeyboardHIDUsage.keypad9
- UIKeyboardHIDUsage.keypadAsterisk
- UIKeyboardHIDUsage.keypadComma
- UIKeyboardHIDUsage.keypadEnter
- UIKeyboardHIDUsage.keypadEqualSign
- UIKeyboardHIDUsage.keypadEqualSignAS400
- UIKeyboardHIDUsage.keypadHyphen
- UIKeyboardHIDUsage.keypadNumLock
- UIKeyboardHIDUsage.keypadPeriod
- UIKeyboardHIDUsage.keypadPlus
- UIKeyboardHIDUsage.keypadSlash
- UIKeyboardHIDUsage.keyboardPause
- UIKeyboardHIDUsage.keyboardStop
- UIKeyboardHIDUsage.keyboardMute
- UIKeyboardHIDUsage.keyboardVolumeUp
- UIKeyboardHIDUsage.keyboardVolumeDown
- keyboardKanaSwitch
- keyboardHangul
- keyboardAlphanumericSwitch
- keyboardHanja
- keyboardKatakana
- keyboardHiragana
- keyboardZenkakuHankakuKanji
- UIKeyboardHIDUsage.keyboardLANG1
- UIKeyboardHIDUsage.keyboardLANG2
- UIKeyboardHIDUsage.keyboardLANG3
- UIKeyboardHIDUsage.keyboardLANG4
- UIKeyboardHIDUsage.keyboardLANG5
- UIKeyboardHIDUsage.keyboardLANG6
- UIKeyboardHIDUsage.keyboardLANG7
- UIKeyboardHIDUsage.keyboardLANG8
- UIKeyboardHIDUsage.keyboardLANG9
- UIKeyboardHIDUsage.keyboardInternational1
- UIKeyboardHIDUsage.keyboardInternational2
- UIKeyboardHIDUsage.keyboardInternational3
- UIKeyboardHIDUsage.keyboardInternational4
- UIKeyboardHIDUsage.keyboardInternational5
- UIKeyboardHIDUsage.keyboardInternational6
- UIKeyboardHIDUsage.keyboardInternational7
- UIKeyboardHIDUsage.keyboardInternational8
- UIKeyboardHIDUsage.keyboardInternational9
- UIKeyboardHIDUsage.keyboardErrorRollOver
- UIKeyboardHIDUsage.keyboardErrorUndefined
- UIKeyboardHIDUsage.keyboardAgain
- UIKeyboardHIDUsage.keyboardAlternateErase
- UIKeyboardHIDUsage.keyboardApplication
- UIKeyboardHIDUsage.keyboardCancel
- UIKeyboardHIDUsage.keyboardClear
- UIKeyboardHIDUsage.keyboardClearOrAgain
- UIKeyboardHIDUsage.keyboardCopy
- UIKeyboardHIDUsage.keyboardCrSelOrProps
- UIKeyboardHIDUsage.keyboardCut
- UIKeyboardHIDUsage.keyboardExSel
- UIKeyboardHIDUsage.keyboardExecute
- UIKeyboardHIDUsage.keyboardFind
- UIKeyboardHIDUsage.keyboardGraveAccentAndTilde
- UIKeyboardHIDUsage.keyboardHelp
- UIKeyboardHIDUsage.keyboardLeftGUI
- UIKeyboardHIDUsage.keyboardMenu
- UIKeyboardHIDUsage.keyboardOper
- UIKeyboardHIDUsage.keyboardOut
- UIKeyboardHIDUsage.keyboardPOSTFail
- UIKeyboardHIDUsage.keyboardPaste
- UIKeyboardHIDUsage.keyboardPower
- UIKeyboardHIDUsage.keyboardPrintScreen
- UIKeyboardHIDUsage.keyboardPrior
- UIKeyboardHIDUsage.keyboardReturnOrEnter
- UIKeyboardHIDUsage.keyboardRightGUI
- UIKeyboardHIDUsage.keyboardSelect
- UIKeyboardHIDUsage.keyboardSysReqOrAttention
- UIKeyboardHIDUsage.keyboardUndo
- UIKeyboardHIDUsage.keyboard_Reserved
-
Handwriting Recognition
- UIScribbleInteraction
- UIScribbleInteractionDelegate
- UIIndirectScribbleInteraction
-
UIIndirectScribbleInteractionDelegate
- ElementIdentifier
- indirectScribbleInteraction(_:isElementFocused:)
- indirectScribbleInteraction(_:focusElementIfNeeded:referencePoint:completion:)
- indirectScribbleInteraction(_:shouldDelayFocusForElement:)
- indirectScribbleInteraction(_:willBeginWritingInElement:)
- indirectScribbleInteraction(_:didFinishWritingInElement:)
- indirectScribbleInteraction(_:frameForElement:)
- indirectScribbleInteraction(_:requestElementsIn:completion:)
- ElementIdentifier
- Deprecated Symbols
- UIKit Enumerations
WatchKit
- WKExtension
- WKExtensionDelegate
- WKInterfaceDevice
-
NowPlayingView
- init()
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- labelsHidden()
- defaultWheelPickerItemHeight(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- pickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- listStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- listRowPlatterColor(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarHidden(_:)
- navigationBarBackButtonHidden(_:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- digitalCrownRotation(_:)
- digitalCrownRotation(_:from:through:by:sensitivity:isContinuous:isHapticFeedbackEnabled:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- body
- NowPlayingView.Body
- modifier(_:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityIgnoresInvertColors(_:)
- ignoresSafeArea(_:edges:)
- isPlaceholder(_:)
- redacted(reason:)
- unredacted()
-
Storyboard Elements
-
WKInterfaceController
- addMenuItem(with:title:action:)
- addMenuItem(withImageNamed:title:action:)
- addMenuItem(with:title:action:)
- clearAllMenuItems()
-
WKMenuItemIcon
- WKMenuItemIcon.accept
- WKMenuItemIcon.add
- WKMenuItemIcon.block
- WKMenuItemIcon.decline
- WKMenuItemIcon.info
- WKMenuItemIcon.maybe
- WKMenuItemIcon.more
- WKMenuItemIcon.mute
- WKMenuItemIcon.pause
- WKMenuItemIcon.play
- WKMenuItemIcon.repeat
- WKMenuItemIcon.resume
- WKMenuItemIcon.share
- WKMenuItemIcon.shuffle
- WKMenuItemIcon.speaker
- WKMenuItemIcon.trash
- WKInterfaceAuthorizationAppleIDButton
- WKInterfaceMap
- WKInterfaceMovie
- WKInterfaceHMCamera
- WKInterfaceSKScene
- WKInterfaceSCNScene
- WKSwipeGestureRecognizer
-
WKInterfaceController
- Background Session Keys
Accounts
AddressBook
- C Types
-
AddressBook Functions
- ABPersonCopyImageData(_:)
- ABPersonCreate()
- ABPersonSetImageData(_:_:_:)
- ABGroupAddMember(_:_:_:)
- ABGroupCopyArrayOfAllMembers(_:)
- ABGroupCreate()
- ABGroupRemoveMember(_:_:_:)
- ABMultiValueCopyLabelAtIndex(_:_:)
- ABMultiValueCopyValueAtIndex(_:_:)
- ABMultiValueCreateMutable(_:)
- ABMultiValueCreateMutableCopy(_:)
- ABRecordCopyValue(_:_:)
- ABRecordRemoveValue(_:_:_:)
- ABRecordSetValue(_:_:_:_:)
- ABAddressBookAddRecord(_:_:_:)
- ABAddressBookCopyArrayOfAllGroups(_:)
- ABAddressBookCopyArrayOfAllGroupsInSource(_:_:)
- ABAddressBookCopyArrayOfAllPeople(_:)
- ABAddressBookCopyArrayOfAllPeopleInSource(_:_:)
- ABAddressBookCopyArrayOfAllPeopleInSourceWithSortOrdering(_:_:_:)
- ABAddressBookCopyArrayOfAllSources(_:)
- ABAddressBookCopyDefaultSource(_:)
- ABAddressBookCopyLocalizedLabel(_:)
- ABAddressBookCopyPeopleWithName(_:_:)
- ABAddressBookCreate()
- ABAddressBookCreateWithOptions(_:_:)
- ABAddressBookGetAuthorizationStatus()
- ABAddressBookGetGroupCount(_:)
- ABAddressBookGetGroupWithRecordID(_:_:)
- ABAddressBookGetPersonCount(_:)
- ABAddressBookGetPersonWithRecordID(_:_:)
- ABAddressBookGetSourceWithRecordID(_:_:)
- ABAddressBookHasUnsavedChanges(_:)
- ABAddressBookRegisterExternalChangeCallback(_:_:_:)
- ABAddressBookRemoveRecord(_:_:_:)
- ABAddressBookRequestAccessWithCompletion(_:_:)
- ABAddressBookRevert(_:)
- ABAddressBookSave(_:_:)
- ABAddressBookUnregisterExternalChangeCallback(_:_:_:)
- ABGroupCopyArrayOfAllMembersWithSortOrdering(_:_:)
- ABGroupCopySource(_:)
- ABGroupCreateInSource(_:)
- ABMultiValueAddValueAndLabel(_:_:_:_:)
- ABMultiValueCopyArrayOfAllValues(_:)
- ABMultiValueGetCount(_:)
- ABMultiValueGetFirstIndexOfValue(_:_:)
- ABMultiValueGetIdentifierAtIndex(_:_:)
- ABMultiValueGetIndexForIdentifier(_:_:)
- ABMultiValueGetPropertyType(_:)
- ABMultiValueInsertValueAndLabelAtIndex(_:_:_:_:_:)
- ABMultiValueRemoveValueAndLabelAtIndex(_:_:)
- ABMultiValueReplaceLabelAtIndex(_:_:_:)
- ABMultiValueReplaceValueAtIndex(_:_:_:)
- ABPersonComparePeopleByName(_:_:_:)
- ABPersonCopyArrayOfAllLinkedPeople(_:)
- ABPersonCopyCompositeNameDelimiterForRecord(_:)
- ABPersonCopyImageDataWithFormat(_:_:)
- ABPersonCopyLocalizedPropertyName(_:)
- ABPersonCopySource(_:)
- ABPersonCreateInSource(_:)
- ABPersonCreatePeopleInSourceWithVCardRepresentation(_:_:)
- ABPersonCreateVCardRepresentationWithPeople(_:)
- ABPersonGetCompositeNameFormat()
- ABPersonGetCompositeNameFormatForRecord(_:)
- ABPersonGetSortOrdering()
- ABPersonGetTypeOfProperty(_:)
- ABPersonHasImageData(_:)
- ABPersonRemoveImageData(_:_:)
- ABRecordCopyCompositeName(_:)
- ABRecordGetRecordID(_:)
- ABRecordGetRecordType(_:)
-
Address Book Constants
- Default Group Properties
- Generic Multivalue List Labels
- ABAddressBookErrorDomain
- kABMultiValueInvalidIdentifier
- kABPropertyInvalidID
- kABRecordInvalidID
- kABSourceTypeSearchableMask
- kABPersonAddressCityKey
- kABPersonAddressCountryCodeKey
- kABPersonAddressCountryKey
- kABPersonAddressProperty
- kABPersonAddressStateKey
- kABPersonAddressStreetKey
- kABPersonAddressZIPKey
- kABPersonAlternateBirthdayCalendarIdentifierKey
- kABPersonAlternateBirthdayDayKey
- kABPersonAlternateBirthdayEraKey
- kABPersonAlternateBirthdayIsLeapMonthKey
- kABPersonAlternateBirthdayMonthKey
- kABPersonAlternateBirthdayProperty
- kABPersonAlternateBirthdayYearKey
- kABPersonAnniversaryLabel
- kABPersonAssistantLabel
- kABPersonBirthdayProperty
- kABPersonBrotherLabel
- kABPersonChildLabel
- kABPersonCreationDateProperty
- kABPersonDateProperty
- kABPersonDepartmentProperty
- kABPersonEmailProperty
- kABPersonFatherLabel
- kABPersonFirstNamePhoneticProperty
- kABPersonFirstNameProperty
- kABPersonFriendLabel
- kABPersonHomePageLabel
- kABPersonImageFormatOriginalSize
- kABPersonImageFormatThumbnail
- kABPersonInstantMessageProperty
- kABPersonInstantMessageServiceAIM
- kABPersonInstantMessageServiceFacebook
- kABPersonInstantMessageServiceGaduGadu
- kABPersonInstantMessageServiceGoogleTalk
- kABPersonInstantMessageServiceICQ
- kABPersonInstantMessageServiceJabber
- kABPersonInstantMessageServiceKey
- kABPersonInstantMessageServiceMSN
- kABPersonInstantMessageServiceQQ
- kABPersonInstantMessageServiceSkype
- kABPersonInstantMessageServiceYahoo
- kABPersonInstantMessageUsernameKey
- kABPersonJobTitleProperty
- kABPersonKindOrganization
- kABPersonKindPerson
- kABPersonKindProperty
- kABPersonLastNamePhoneticProperty
- kABPersonLastNameProperty
- kABPersonManagerLabel
- kABPersonMiddleNamePhoneticProperty
- kABPersonMiddleNameProperty
- kABPersonModificationDateProperty
- kABPersonMotherLabel
- kABPersonNicknameProperty
- kABPersonNoteProperty
- kABPersonOrganizationProperty
- kABPersonParentLabel
- kABPersonPartnerLabel
- kABPersonPhoneHomeFAXLabel
- kABPersonPhoneIPhoneLabel
- kABPersonPhoneMainLabel
- kABPersonPhoneMobileLabel
- kABPersonPhoneOtherFAXLabel
- kABPersonPhonePagerLabel
- kABPersonPhoneProperty
- kABPersonPhoneWorkFAXLabel
- kABPersonPrefixProperty
- kABPersonRelatedNamesProperty
- kABPersonSisterLabel
- kABPersonSocialProfileProperty
- kABPersonSocialProfileServiceFacebook
- kABPersonSocialProfileServiceFlickr
- kABPersonSocialProfileServiceGameCenter
- kABPersonSocialProfileServiceKey
- kABPersonSocialProfileServiceLinkedIn
- kABPersonSocialProfileServiceMyspace
- kABPersonSocialProfileServiceSinaWeibo
- kABPersonSocialProfileServiceTwitter
- kABPersonSocialProfileURLKey
- kABPersonSocialProfileUserIdentifierKey
- kABPersonSocialProfileUsernameKey
- kABPersonSpouseLabel
- kABPersonSuffixProperty
- kABPersonURLProperty
- kABSourceNameProperty
- kABSourceTypeProperty
- AddressBook Enumerations
- AddressBook Data Types
AddressBookUI
-
ABPeoplePickerNavigationController
- peoplePickerDelegate
-
ABPeoplePickerNavigationControllerDelegate
- peoplePickerNavigationController(_:shouldContinueAfterSelectingPerson:)
- peoplePickerNavigationController(_:shouldContinueAfterSelectingPerson:property:identifier:)
- peoplePickerNavigationControllerDidCancel(_:)
- peoplePickerNavigationController(_:didSelectPerson:)
- peoplePickerNavigationController(_:didSelectPerson:property:identifier:)
- displayedProperties
- addressBook
- predicateForEnablingPerson
- predicateForSelectionOfPerson
- predicateForSelectionOfProperty
-
Address Book Properties
- ABPersonNamePrefixProperty
- ABPersonGivenNameProperty
- ABPersonMiddleNameProperty
- ABPersonFamilyNameProperty
- ABPersonNameSuffixProperty
- ABPersonPreviousFamilyNameProperty
- ABPersonNicknameProperty
- ABPersonPhoneticGivenNameProperty
- ABPersonPhoneticMiddleNameProperty
- ABPersonPhoneticFamilyNameProperty
- ABPersonOrganizationNameProperty
- ABPersonDepartmentNameProperty
- ABPersonJobTitleProperty
- ABPersonBirthdayProperty
- ABPersonNoteProperty
- ABPersonPhoneNumbersProperty
- ABPersonEmailAddressesProperty
- ABPersonUrlAddressesProperty
- ABPersonDatesProperty
- ABPersonInstantMessageAddressesProperty
- ABPersonRelatedNamesProperty
- ABPersonSocialProfilesProperty
- ABPersonPostalAddressesProperty
- ABNewPersonViewController
- ABPersonViewController
- ABUnknownPersonViewController
- ABCreateStringWithAddressDictionary(_:_:)
AdSupport
ApplicationServices
App Store Receipts
AutomaticAssessmentConfiguration
- com.apple.developer.automatic-assessment-configuration
- AEAssessmentSession
Business Chat
CallKit
-
CXProvider
- init(configuration:)
- setDelegate(_:queue:)
- configuration
- pendingTransactions
- pendingCallActions(of:withCall:)
- reportNewIncomingCall(with:update:completion:)
- reportOutgoingCall(with:startedConnectingAt:)
- reportOutgoingCall(with:connectedAt:)
- reportCall(with:updated:)
- reportCall(with:endedAt:reason:)
- invalidate()
- CXCallEndedReason
- CXError
- CXErrorCodeIncomingCallError
- CXErrorCodeIncomingCallError.Code
- CXErrorDomain
- CXErrorDomainIncomingCall
- CXProviderDelegate
- CXProviderConfiguration
- CXCallUpdate
- CXAnswerCallAction
-
CXCallController
- init()
- init(queue:)
- callObserver
- request(_:completion:)
- requestTransaction(with:completion:)
- requestTransaction(with:completion:)
- CXErrorCodeRequestTransactionError
-
CXErrorCodeRequestTransactionError.Code
- CXErrorCodeRequestTransactionError.Code.unknown
- CXErrorCodeRequestTransactionError.Code.unentitled
- CXErrorCodeRequestTransactionError.Code.unknownCallProvider
- CXErrorCodeRequestTransactionError.Code.emptyTransaction
- CXErrorCodeRequestTransactionError.Code.unknownCallUUID
- CXErrorCodeRequestTransactionError.Code.callUUIDAlreadyExists
- CXErrorCodeRequestTransactionError.Code.invalidAction
- CXErrorCodeRequestTransactionError.Code.maximumCallGroupsReached
- CXErrorDomainRequestTransaction
- CXTransaction
- CXStartCallAction
- CXAction
- CXCallAction
- CXEndCallAction
- CXPlayDTMFCallAction
- CXSetGroupCallAction
- CXSetHeldCallAction
- CXSetMutedCallAction
- CXCall
- CXCallObserver
- CXCallObserverDelegate
- CXHandle
-
CXCallDirectoryManager
- openSettings(completionHandler:)
- CXErrorCodeCallDirectoryManagerError
-
CXErrorCodeCallDirectoryManagerError.Code
- CXErrorCodeCallDirectoryManagerError.Code.unknown
- CXErrorCodeCallDirectoryManagerError.Code.noExtensionFound
- CXErrorCodeCallDirectoryManagerError.Code.loadingInterrupted
- CXErrorCodeCallDirectoryManagerError.Code.entriesOutOfOrder
- CXErrorCodeCallDirectoryManagerError.Code.duplicateEntries
- CXErrorCodeCallDirectoryManagerError.Code.maximumEntriesExceeded
- CXErrorCodeCallDirectoryManagerError.Code.extensionDisabled
- CXErrorCodeCallDirectoryManagerError.Code.currentlyLoading
- CXErrorCodeCallDirectoryManagerError.Code.unexpectedIncrementalRemoval
- CXErrorDomainCallDirectoryManager
CarPlay
-
CPTemplateApplicationScene
- delegate
- CPTemplateApplicationSceneDelegate
- interfaceController
-
CPInterfaceController
- delegate
- CPInterfaceControllerDelegate
- prefersDarkUserInterfaceStyle
- setRootTemplate(_:animated:)
- rootTemplate
- topTemplate
- templates
- pushTemplate(_:animated:)
- popTemplate(animated:)
- popToRootTemplate(animated:)
- pop(to:animated:)
- presentTemplate(_:animated:)
- dismissTemplate(animated:)
- presentedTemplate
- carTraitCollection
- dismissTemplate(animated:completion:)
- pop(to:animated:completion:)
- popTemplate(animated:completion:)
- popToRootTemplate(animated:completion:)
- presentTemplate(_:animated:completion:)
- pushTemplate(_:animated:completion:)
- setRootTemplate(_:animated:completion:)
- carWindow
- CPWindow
- CPTemplateApplicationSceneDelegate
- CPSessionConfiguration
-
CPListTemplate
- init(title:sections:)
-
CPListSection
- init(items:)
- init(items:header:sectionIndexTitle:)
- CPBaseListItem
-
CPListItem
- init(text:detailText:)
- init(text:detailText:image:)
- init(text:detailText:image:accessoryImage:accessoryType:)
- init(text:detailText:image:showsDisclosureIndicator:)
- CPListItemAccessoryType
- detailText
- image
- showsDisclosureIndicator
- accessoryImage
- accessoryType
- isPlaying
- playbackProgress
- playingIndicatorLocation
- CPListItemPlayingIndicatorLocation
- isExplicitContent
- showsExplicitLabel
- maximumImageSize
- setAccessoryImage(_:)
- setDetailText(_:)
- setImage(_:)
- CPListImageRowItem
-
CPMessageListItem
- init(conversationIdentifier:text:leadingConfiguration:trailingConfiguration:detailText:trailingText:)
- init(fullName:phoneOrEmailAddress:leadingConfiguration:trailingConfiguration:detailText:trailingText:)
- CPMessageListItemLeadingConfiguration
- CPMessageListItemTrailingConfiguration
- CPMaximumMessageItemImageSize
- conversationIdentifier
- detailText
- leadingConfiguration
- phoneOrEmailAddress
- trailingConfiguration
- trailingText
- items
- header
- sectionIndexTitle
- index(of:)
- item(at:)
- delegate
- CPListTemplateDelegate
- sections
- updateSections(_:)
- title
- emptyViewSubtitleVariants
- emptyViewTitleVariants
- itemCount
- sectionCount
- maximumItemCount
- maximumSectionCount
- indexPath(for:)
- CPGridTemplate
- CPTabBarTemplate
- CPTemplate
- CPBarButtonProviding
-
CPNowPlayingTemplate
- delegate
- CPNowPlayingTemplateDelegate
- nowPlayingButtons
- updateNowPlayingButtons(_:)
- CPNowPlayingButton
- isAlbumArtistButtonEnabled
- isUpNextButtonEnabled
- upNextTitle
- shared
- add(_:)
- remove(_:)
- shared()
- CPTemplateApplicationDashboardScene
- CPTemplateApplicationDashboardSceneDelegate
-
CPMapTemplate
- automaticallyHidesNavigationBar
- hidesButtonsWithNavigationBar
- guidanceBackgroundColor
- mapDelegate
-
CPMapTemplateDelegate
- mapTemplate(_:displayStyleFor:)
- CPManeuverDisplayStyle
- mapTemplate(_:selectedPreviewFor:using:)
- mapTemplate(_:startedTrip:using:)
- mapTemplateDidCancelNavigation(_:)
- mapTemplate(_:shouldShowNotificationFor:)
- mapTemplate(_:shouldUpdateNotificationFor:with:)
- mapTemplate(_:shouldShowNotificationFor:)
- mapTemplate(_:willShow:)
- mapTemplate(_:didShow:)
- mapTemplate(_:willDismiss:dismissalContext:)
- mapTemplate(_:didDismiss:dismissalContext:)
- CPNavigationAlert.DismissalContext
- mapTemplateDidShowPanningInterface(_:)
- mapTemplateWillDismissPanningInterface(_:)
- mapTemplateDidDismissPanningInterface(_:)
- mapTemplateDidBeginPanGesture(_:)
- mapTemplate(_:panBeganWith:)
- mapTemplate(_:panWith:)
- mapTemplate(_:panEndedWith:)
- CPMapTemplate.PanDirection
- mapTemplate(_:didEndPanGestureWithVelocity:)
- mapTemplate(_:didUpdatePanGestureWithTranslation:velocity:)
- mapButtons
- CPMapButton
- showTripPreviews(_:textConfiguration:)
- hideTripPreviews()
- showRouteChoicesPreview(for:textConfiguration:)
- CPTripPreviewTextConfiguration
- startNavigationSession(for:)
-
CPNavigationSession
- trip
- CPTrip
- cancelTrip()
- finishTrip()
- pauseTrip(for:description:)
- CPNavigationSession.PauseReason
- upcomingManeuvers
-
CPManeuver
- instructionVariants
- dashboardInstructionVariants
- notificationInstructionVariants
- attributedInstructionVariants
- dashboardAttributedInstructionVariants
- notificationAttributedInstructionVariants
- initialTravelEstimates
- symbolImage
- dashboardSymbolImage
- notificationSymbolImage
- symbolSet
- junctionImage
- dashboardJunctionImage
- userInfo
- updateEstimates(_:for:)
- CPTravelEstimates
- updateEstimates(_:for:)
- update(_:for:with:)
- CPTimeRemainingColor
- tripEstimateStyle
- CPTripEstimateStyle
- present(navigationAlert:animated:)
- dismissNavigationAlert(animated:completion:)
- currentNavigationAlert
-
CPNavigationAlert
- init(titleVariants:subtitleVariants:imageSet:primaryAction:secondaryAction:duration:)
- titleVariants
- subtitleVariants
- updateTitleVariants(_:subtitleVariants:)
- imageSet
- primaryAction
- secondaryAction
- duration
- CPNavigationAlertMinimumDuration
- init(titleVariants:subtitleVariants:image:primaryAction:secondaryAction:duration:)
- image
- CPNavigationAlert.DismissalContext
- showPanningInterface(animated:)
- dismissPanningInterface(animated:)
- isPanningInterfaceVisible
- showTripPreviews(_:selectedTrip:textConfiguration:)
- CPSearchTemplate
- CPVoiceControlTemplate
- CPPointOfInterestTemplate
- CPInformationTemplate
- CPContactTemplate
- CPActionSheetTemplate
- CPAlertTemplate
- CPAlertAction
- CPImageSet
- CPEntity
- CPEntityButton
- Deprecated Symbols
- CPButton
- CPContact
- CPContactCallButton
- CPContactDirectionsButton
- CPContactMessageButton
- CPInformationItem
- CPNowPlayingAddToLibraryButton
- CPNowPlayingImageButton
- CPNowPlayingMoreButton
- CPNowPlayingPlaybackRateButton
- CPNowPlayingRepeatButton
- CPNowPlayingShuffleButton
- CPTextButton
- CPNowPlayingTemplateObserver
- CarPlay Enumerations
- CarPlay Constants
ClassKit
- ClassKit Environment Entitlement
- CLSDataStore
-
CLSContext
- init(type:identifier:title:)
- CLSObject
- identifier
- title
- summary
- thumbnail
- type
- setType(_:)
-
CLSContextType
- CLSContextType.app
- CLSContextType.audio
- CLSContextType.book
- CLSContextType.challenge
- CLSContextType.chapter
- CLSContextType.course
- CLSContextType.custom
- CLSContextType.document
- CLSContextType.exercise
- CLSContextType.game
- CLSContextType.lesson
- CLSContextType.level
- CLSContextType.none
- CLSContextType.page
- CLSContextType.quiz
- CLSContextType.section
- CLSContextType.task
- CLSContextType.video
- customTypeName
- suggestedAge
- suggestedCompletionTime
- isAssignable
- displayOrder
- topic
- CLSContextTopic
- progressReportingCapabilities
- addProgressReportingCapabilities(_:)
- resetProgressReportingCapabilities()
- CLSProgressReportingCapability
- becomeActive()
- resignActive()
- isActive
- currentActivity
- createNewActivity()
- identifierPath
- parent
- removeFromParent()
- addChildContext(_:)
- descendant(matchingIdentifierPath:completion:)
- universalLinkURL
- isClassKitDeepLink
- contextIdentifierPath
- CLSContextProvider
- CLSActivity
- CLSScoreItem
- CLSBinaryItem
- CLSQuantityItem
- CLSActivityItem
- CLSError
ClockKit
- CLKComplicationDataSource
- CLKComplicationServer
- CLKComplication
- CLKDefaultComplicationIdentifier
- ComplicationRenderingMode
- CLKComplicationDescriptor
- Data Providers
- Circular Small
-
Extra Large
- CLKComplicationTemplateExtraLargeRingImage
- CLKComplicationTemplateExtraLargeSimpleImage
- CLKComplicationTemplateExtraLargeStackImage
- CLKComplicationTemplateExtraLargeColumnsText
- CLKComplicationTemplateExtraLargeRingText
- CLKComplicationTemplateExtraLargeSimpleText
- CLKComplicationTemplateExtraLargeStackText
-
Modular Small
- CLKComplicationTemplateModularSmallRingImage
- CLKComplicationTemplateModularSmallSimpleImage
- CLKComplicationTemplateModularSmallStackImage
- CLKComplicationTemplateModularSmallColumnsText
- CLKComplicationTemplateModularSmallRingText
- CLKComplicationTemplateModularSmallSimpleText
- CLKComplicationTemplateModularSmallStackText
-
Modular Large
- CLKComplicationTemplateModularLargeStandardBody
- CLKComplicationTemplateModularLargeTallBody
-
CLKComplicationTemplateModularLargeColumns
- init(row1Column1TextProvider:row1Column2TextProvider:row2Column1TextProvider:row2Column2TextProvider:row3Column1TextProvider:row3Column2TextProvider:)
- init(row1ImageProvider:row1Column1TextProvider:row1Column2TextProvider:row2ImageProvider:row2Column1TextProvider:row2Column2TextProvider:row3ImageProvider:row3Column1TextProvider:row3Column2TextProvider:)
- CLKComplicationTemplateModularLargeTable
- Utilitarian
-
Graphic
- CLKComplicationTemplateGraphicCornerCircularImage
- CLKComplicationTemplateGraphicCornerCircularView
- CLKComplicationTemplateGraphicCornerGaugeImage
- CLKComplicationTemplateGraphicCornerGaugeView
- CLKComplicationTemplateGraphicCornerGaugeText
- CLKComplicationTemplateGraphicCornerStackText
- CLKComplicationTemplateGraphicCornerTextImage
- CLKComplicationTemplateGraphicCornerTextView
- CLKComplicationTemplateGraphicCircularImage
- CLKComplicationTemplateGraphicCircularView
- CLKComplicationTemplateGraphicCircularStackImage
- CLKComplicationTemplateGraphicCircularStackViewText
- CLKComplicationTemplateGraphicCircularStackText
- CLKComplicationTemplateGraphicCircularOpenGaugeImage
- CLKComplicationTemplateGraphicCircularOpenGaugeView
- CLKComplicationTemplateGraphicCircularClosedGaugeImage
- CLKComplicationTemplateGraphicCircularClosedGaugeView
- CLKComplicationTemplateGraphicCircularOpenGaugeSimpleText
- CLKComplicationTemplateGraphicCircularOpenGaugeRangeText
- CLKComplicationTemplateGraphicCircularClosedGaugeText
- CLKComplicationTemplateGraphicBezelCircularText
- CLKComplicationTemplateGraphicRectangularStandardBody
- CLKComplicationTemplateGraphicRectangularStandardBodyView
- CLKComplicationTemplateGraphicRectangularTextGauge
- CLKComplicationTemplateGraphicRectangularTextGaugeView
- CLKComplicationTemplateGraphicRectangularLargeImage
- CLKComplicationTemplateGraphicRectangularLargeView
- CLKComplicationTemplateGraphicRectangularFullImage
- CLKComplicationTemplateGraphicRectangularFullView
- CLKComplicationTemplateGraphicExtraLargeCircularImage
- CLKComplicationTemplateGraphicExtraLargeCircularView
- CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeImage
- CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeView
- CLKComplicationTemplateGraphicExtraLargeCircularClosedGaugeImage
- CLKComplicationTemplateGraphicExtraLargeCircularClosedGaugeView
- CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeSimpleText
- CLKComplicationTemplateGraphicExtraLargeCircularOpenGaugeRangeText
- CLKComplicationTemplateGraphicExtraLargeCircularClosedGaugeText
- CLKComplicationTemplateGraphicExtraLargeCircularStackImage
- CLKComplicationTemplateGraphicExtraLargeCircularStackViewText
- CLKComplicationTemplateGraphicExtraLargeCircularStackText
- CLKComplicationTemplateGraphicExtraLargeCircular
- CLKComplicationTemplate
- CLKComplicationFamily
- CLKWatchFaceLibrary
CloudKit
- CKRecord
- CKRecordZone
- CKQuerySubscription
- Notifications
- Subscription Operations
- CKShare
- CKShare.Metadata
- CKShare.Participant
Combine
- Publisher
-
Publishers
- Publishers.Sequence
- Publishers.Catch
- Publishers.ReceiveOn
- Publishers.SubscribeOn
- Publishers.TryScan
- Publishers.TryMap
- Publishers.Map
- Publishers.MapError
- Publishers.Scan
- Publishers.SetFailureType
- Publishers.CompactMap
- Publishers.Filter
- Publishers.RemoveDuplicates
- Publishers.ReplaceEmpty
- Publishers.ReplaceError
- Publishers.TryCompactMap
- Publishers.TryFilter
- Publishers.TryRemoveDuplicates
- Publishers.Collect
- Publishers.CollectByCount
- Publishers.CollectByTime
- Publishers.IgnoreOutput
- Publishers.Reduce
- Publishers.TryReduce
- Publishers.Comparison
- Publishers.TryComparison
- Publishers.Count
- Publishers.TryAllSatisfy
- Publishers.AllSatisfy
- Publishers.Contains
- Publishers.ContainsWhere
- Publishers.TryContainsWhere
- Publishers.FirstWhere
- Publishers.LastWhere
- Publishers.DropUntilOutput
- Publishers.DropWhile
- Publishers.TryDropWhile
- Publishers.Concatenate
- Publishers.Drop
- Publishers.PrefixUntilOutput
- Publishers.PrefixWhile
- Publishers.First
- Publishers.Last
- Publishers.TryFirstWhere
- Publishers.TryLastWhere
- Publishers.TryPrefixWhile
- Publishers.Output
- Publishers.CombineLatest
- Publishers.CombineLatest3
- Publishers.CombineLatest4
- Publishers.Merge
- Publishers.Merge3
- Publishers.Merge4
- Publishers.Merge5
- Publishers.Merge6
- Publishers.Merge7
- Publishers.Merge8
- Publishers.MergeMany
- Publishers.Zip
- Publishers.Zip3
- Publishers.Zip4
- Publishers.AssertNoFailure
- Publishers.Catch
- Publishers.TryCatch
- Publishers.Retry
- Publishers.FlatMap
- Publishers.SwitchToLatest
- Publishers.Debounce
- Publishers.Delay
- Publishers.MeasureInterval
- Publishers.Throttle
- Publishers.Timeout
- Publishers.Decode
- Publishers.Encode
- Publishers.MapKeyPath
- Publishers.MapKeyPath2
- Publishers.MapKeyPath3
- Publishers.Autoconnect
- Publishers.Multicast
- Publishers.Share
- Publishers.Buffer
- Publishers.MakeConnectable
- Publishers.Breakpoint
- Publishers.HandleEvents
- Publishers.Print
- AnyPublisher
- Published
- AnyCancellable
- Future
- Just
- Deferred
- Empty
- Fail
- Record
- Subscribers
- CurrentValueSubject
- PassthroughSubject
- ImmediateScheduler
- ObservableObjectPublisher
Contacts
Core Data
-
Core Data Stack
- NSManagedObjectModel
-
NSManagedObjectContext
- didChangeObjectsNotification
- didMergeChangesObjectIDsNotification
- didSaveObjectIDsNotification
- didSaveObjectsNotification
- willSaveObjectsNotification
-
NSManagedObjectContext.NotificationKey
- NSManagedObjectContext.NotificationKey.RawValue
- NSManagedObjectContext.NotificationKey.deletedObjectIDs
- NSManagedObjectContext.NotificationKey.deletedObjects
- NSManagedObjectContext.NotificationKey.insertedObjectIDs
- NSManagedObjectContext.NotificationKey.insertedObjects
- NSManagedObjectContext.NotificationKey.invalidatedAllObjects
- NSManagedObjectContext.NotificationKey.invalidatedObjectIDs
- NSManagedObjectContext.NotificationKey.invalidatedObjects
- NSManagedObjectContext.NotificationKey.queryGeneration
- NSManagedObjectContext.NotificationKey.refreshedObjectIDs
- NSManagedObjectContext.NotificationKey.refreshedObjects
- NSManagedObjectContext.NotificationKey.updatedObjectIDs
- NSManagedObjectContext.NotificationKey.updatedObjects
- init(rawValue:)
- hashValue
- rawValue
- hash(into:)
- !=(_:_:)
- NSPersistentCloudKitContainer
- NSPersistentCloudKitContainerOptions
- Batch Processing
- NSPersistentCloudKitContainerEventRequest
- NSPersistentCloudKitContainerEventResult
- Core Data Enumerations
- Core Data Constants
Core Foundation
- Base Utilities
- Core Foundation URL Access Utilities
- Time Utilities
- CFCharacterSet
- CFData
- CFDateFormatter
- CFLocale
- CFMutableString
- CFNotificationCenter
- CFNumber
- CFNumberFormatter
- CFPropertyList
- CFSocket
- CFString
- CFTimeZone
- CFURL
- CFXMLNode
- CFStream
- Core Foundation Structures
- Core Foundation Enumerations
- Core Foundation Constants
Core Location
- CLLocationManager
- CLLocationManagerDelegate
- CLAccuracyAuthorization
- CLLocation
- CLRegion
- CLPlacemark
- CLError
Core ML
-
Core ML API
- MLModel
- MLFeatureValue
- MLDictionaryFeatureProvider
- MLModelCollection
- MLUpdateTask
- MLTask
- MLModelError
Core Motion
- CMMotionManager
- CMDeviceMotion
- CMHeadphoneMotionManager
- Core Motion Constants
Core Spotlight
Core Text
- CTFont
- CTFontCollection
- CTFramesetter
- Core Text Enumerations
- Core Text Constants
- Core Text Functions
Create ML
-
MLImageClassifier
- train(trainingData:parameters:sessionParameters:)
- train(trainingData:parameters:sessionParameters:)
- makeTrainingSession(trainingData:parameters:sessionParameters:)
- resume(_:)
- restoreTrainingSession(sessionParameters:)
- init(checkpoint:)
- init(trainingData:parameters:)
- init(trainingData:parameters:)
- MLImageClassifier.ModelParameters
-
MLObjectDetector
- train(trainingData:annotationType:parameters:sessionParameters:)
- makeTrainingSession(trainingData:annotationType:parameters:sessionParameters:)
- resume(_:)
- restoreTrainingSession(sessionParameters:)
- train(trainingData:imageColumn:annotationColumn:annotationType:parameters:sessionParameters:)
- init(checkpoint:)
- init(trainingData:parameters:annotationType:)
- init(trainingData:imageColumn:annotationColumn:annotationType:parameters:)
- trainingMetrics
- validationMetrics
- evaluation(on:)
- evaluation(on:imageColumn:annotationColumn:)
- prediction(from:)
- predictions(from:)
- write(to:metadata:)
- write(toFile:metadata:)
- model
- modelParameters
- MLObjectDetector.DataSource
- MLObjectDetector.AnnotationType
-
MLObjectDetector.ModelParameters
- init(validation:batchSize:maxIterations:gridSize:algorithm:)
- init(validationData:batchSize:maxIterations:)
- init(validation:batchSize:maxIterations:gridDimensions:algorithm:)
- algorithm
- gridSize
- gridDimensions
- MLObjectDetector.ModelParameters.ModelAlgorithmType
-
MLActionClassifier
- train(trainingData:parameters:sessionParameters:)
- makeTrainingSession(trainingData:parameters:sessionParameters:)
- resume(_:)
- restoreTrainingSession(sessionParameters:)
- init(checkpoint:)
- init(trainingData:parameters:)
- trainingMetrics
- validationMetrics
- evaluation(on:)
- prediction(from:)
- predictions(from:)
- MLActionClassifier.Prediction
- write(to:metadata:)
- write(toFile:metadata:)
- model
- modelParameters
- description
- debugDescription
- playgroundDescription
-
MLActionClassifier.DataSource
- MLActionClassifier.DataSource.labeledDirectories(at:)
- MLActionClassifier.DataSource.labeledFiles(at:)
- MLActionClassifier.DataSource.directoryWithVideosAndAnnotation(at:annotationFile:videoColumn:labelColumn:startTimeColumn:endTimeColumn:)
- MLActionClassifier.DataSource.labeledVideoData(table:videoColumn:labelColumn:startTimeColumn:endTimeColumn:)
- MLActionClassifier.DataSource.labeledKeypointsData(table:sessionIdColumn:labelColumn:featureColumn:)
- videosWithAnnotations()
- keypointsWithAnnotations(targetFrameRate:)
- stratifiedSplit(proportions:seed:labelColumn:)
-
MLActionClassifier.ModelParameters
- init(validation:batchSize:maximumIterations:predictionWindowSize:augmentationOptions:algorithm:targetFrameRate:)
- validation
- batchSize
- maximumIterations
- predictionWindowSize
- augmentationOptions
- algorithm
- targetFrameRate
- description
- debugDescription
- playgroundDescription
- MLActionClassifier.ModelParameters.ValidationData
-
MLActionClassifier.VideoAugmentationOptions
- horizontalFlip
- init(rawValue:)
- init()
- init(_:)
- init(arrayLiteral:)
- isEmpty
- contains(_:)
- insert(_:)
- update(with:)
- union(_:)
- formUnion(_:)
- intersection(_:)
- formIntersection(_:)
- symmetricDifference(_:)
- formSymmetricDifference(_:)
- remove(_:)
- subtracting(_:)
- subtract(_:)
- rawValue
- isDisjoint(with:)
- isSubset(of:)
- isStrictSubset(of:)
- isSuperset(of:)
- isStrictSuperset(of:)
- !=(_:_:)
- init(from:)
- encode(to:)
- MLActionClassifier.VideoAugmentationOptions.Element
- MLActionClassifier.VideoAugmentationOptions.ArrayLiteralElement
- MLActionClassifier.VideoAugmentationOptions.RawValue
- MLActionClassifier.ModelParameters.ModelAlgorithmType
-
MLStyleTransfer
- train(trainingData:parameters:sessionParameters:)
- makeTrainingSession(trainingData:parameters:sessionParameters:)
- resume(_:)
- restoreTrainingSession(sessionParameters:)
- init(checkpoint:)
- init(trainingData:parameters:)
- stylize(image:)
- write(to:metadata:)
- write(toFile:metadata:)
- description
- debugDescription
- playgroundDescription
- MLStyleTransfer.DataSource
- MLStyleTransfer.ModelParameters
-
MLTextClassifier
- init(trainingData:parameters:)
- init(trainingData:textColumn:labelColumn:parameters:)
- init(trainingData:parameters:)
-
MLTextClassifier.ModelParameters
- MLTextClassifier.ModelAlgorithmType
- maxIterations
-
MLTextClassifier.ModelParameters.ValidationData
- MLTextClassifier.ModelParameters.ValidationData.dataSource(_:)
- MLTextClassifier.ModelParameters.ValidationData.dictionary(_:)
- MLTextClassifier.ModelParameters.ValidationData.none
- MLTextClassifier.ModelParameters.ValidationData.split(strategy:)
- MLTextClassifier.ModelParameters.ValidationData.table(_:textColumn:labelColumn:)
- predictionWithConfidence(from:)
- predictionsWithConfidence(from:)
- predictionsWithConfidence(from:)
-
MLWordTagger
- init(trainingData:parameters:)
- init(trainingData:tokenColumn:labelColumn:parameters:)
- MLWordTagger.ModelParameters
- predictionWithConfidence(from:)
- predictionWithConfidence(from:)
- MLWordTagger.FeatureExtractorType
- MLGazetteer
- MLWordEmbedding
-
MLSoundClassifier
- init(trainingData:parameters:)
- init(trainingData:parameters:)
- MLSoundClassifier.DataSource
-
MLSoundClassifier.ModelParameters
- init(validation:maxIterations:overlapFactor:)
- init(validation:maxIterations:overlapFactor:algorithm:)
- algorithm
- MLSoundClassifier.ModelParameters.ClassifierType
- MLSoundClassifier.ModelParameters.FeatureExtractorType
- MLSoundClassifier.ModelParameters.ModelAlgorithmType
- MLSoundClassifier.ModelParameters.ValidationData
- modelParameters
- trainingMetrics
- validationMetrics
- evaluation(on:)
- evaluation(on:)
- predictions(from:)
- write(to:metadata:)
- write(toFile:metadata:)
- model
- init(checkpoint:)
- extractFeatures(trainingData:parameters:sessionParameters:)
- makeTrainingSession(trainingData:parameters:sessionParameters:)
- makeTrainingSession(trainingData:parameters:sessionParameters:)
- restoreTrainingSession(sessionParameters:)
- resume(_:)
- train(trainingData:parameters:sessionParameters:)
- train(trainingData:parameters:sessionParameters:)
- MLSoundClassifier.FeatureExtractionParameters
-
MLActivityClassifier
- init(trainingData:featureColumns:labelColumn:recordingFileColumn:parameters:)
- init(trainingData:featureColumns:labelColumn:recordingFileColumn:parameters:)
- modelParameters
- featureColumns
- labelColumn
- recordingFileColumn
- trainingMetrics
- validationMetrics
- evaluation(on:featureColumns:labelColumn:recordingFileColumn:)
- evaluation(on:featureColumns:labelColumn:recordingFileColumn:)
- predictions(from:perWindowPrediction:)
- write(to:metadata:)
- write(toFile:metadata:)
- model
- init(checkpoint:)
- makeTrainingSession(trainingData:featureColumns:labelColumn:recordingFileColumn:parameters:sessionParameters:)
- restoreTrainingSession(sessionParameters:)
- resume(_:)
- train(trainingData:featureColumns:labelColumn:recordingFileColumn:parameters:sessionParameters:)
- train(trainingData:featureColumns:labelColumn:recordingFileColumn:parameters:sessionParameters:)
-
MLClassifier
- MLDecisionTreeClassifier
- MLRandomForestClassifier
- MLBoostedTreeClassifier
- MLLogisticRegressionClassifier
- MLSupportVectorClassifier
-
MLRegressor
-
MLLinearRegressor
- init(trainingData:targetColumn:featureColumns:parameters:)
- MLLinearRegressor.ModelParameters
-
MLDecisionTreeRegressor
- init(trainingData:targetColumn:featureColumns:parameters:)
- MLDecisionTreeRegressor.ModelParameters
-
MLRandomForestRegressor
- init(trainingData:targetColumn:featureColumns:parameters:)
-
MLRandomForestRegressor.ModelParameters
- init(validationData:maxDepth:maxIterations:minLossReduction:minChildWeight:randomSeed:rowSubsample:columnSubsample:)
- validationData
- init(validation:maxDepth:maxIterations:minLossReduction:minChildWeight:randomSeed:rowSubsample:columnSubsample:)
- validation
- MLRandomForestRegressor.ModelParameters.ValidationData
-
MLBoostedTreeRegressor
- init(trainingData:targetColumn:featureColumns:parameters:)
-
MLBoostedTreeRegressor.ModelParameters
- init(validationData:maxDepth:maxIterations:minLossReduction:minChildWeight:randomSeed:stepSize:earlyStoppingRounds:rowSubsample:columnSubsample:)
- validationData
- init(validation:maxDepth:maxIterations:minLossReduction:minChildWeight:randomSeed:stepSize:earlyStoppingRounds:rowSubsample:columnSubsample:)
- validation
- MLBoostedTreeRegressor.ModelParameters.ValidationData
-
MLLinearRegressor
-
MLRecommender
- init(trainingData:userColumn:itemColumn:ratingColumn:parameters:)
- MLRecommender.ModelParameters
- modelParameters
- userIdentifierColumn
- itemIdentifierColumn
- ratingColumn
- evaluation(on:userColumn:itemColumn:ratingColumn:cutoffs:excludingObserved:)
- MLRecommenderMetrics
- recommendations(fromUsers:maxCount:restrictingToItems:excluding:excludingObserved:)
- recommendations(fromUsers:maxCount:restrictingToItems:excluding:excludingObserved:)
- MLIdentifier
- write(to:metadata:)
- write(toFile:metadata:)
- model
-
MLDataTable
- MLDataColumn
- MLUntypedColumn
- Data Table Derivation Operations
-
MLDataTable.Rows
-
MLDataTable.Row
- MLDataTable.Row.Indices
- MLDataTable.Row.Iterator
- MLDataTable.Row.SubSequence
- first
- allSatisfy(_:)
- compactMap(_:)
- contains(where:)
- drop(while:)
- elementsEqual(_:by:)
- filter(_:)
- first(where:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- lexicographicallyPrecedes(_:by:)
- map(_:)
- max(by:)
- min(by:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- starts(with:by:)
- withContiguousStorageIfAvailable(_:)
- MLDataTable.Row.Values
- MLDataTable.Rows.Index
- MLDataTable.Rows.Indices
- MLDataTable.Rows.Iterator
- MLDataTable.Rows.SubSequence
-
MLDataTable.Row
- MLDataTable.ColumnNames
- show()
- randomSplitBySequence(proportion:by:on:seed:)
- stratifiedSplitBySequence(proportions:by:on:generator:)
- stratifiedSplitBySequence(proportions:by:on:seed:)
-
MLDataValue
- MLDataValue.ValueType
-
MLDataValue.DictionaryType
- MLDataValue.DictionaryType.Indices
- MLDataValue.DictionaryType.Iterator
- MLDataValue.DictionaryType.SubSequence
- distance(from:to:)
- firstIndex(where:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- prefix(through:)
- prefix(upTo:)
- suffix(from:)
- subscript(_:)
- MLDataValue.SequenceType
- MLDataValue.MultiArrayType
- hashValue
- Data Visualizations
- MLRecommenderMetrics
- MLObjectDetectorMetrics
-
MLJob
- checkpoints
- result
- store(in:)
- cancel()
- startDate
- progress
-
MLProgress
- init(phase:)
- init(progress:)
- elapsedTime
- phase
- itemCount
- totalItemCount
- metrics
-
MLProgress.Metric
- MLProgress.Metric.accuracy
- MLProgress.Metric.contentLoss
- MLProgress.Metric.loss
- MLProgress.Metric.styleLoss
- MLProgress.Metric.stylizedImageURL
- MLProgress.Metric.validationAccuracy
- MLProgress.Metric.validationLoss
- allCases
- MLProgress.Metric.AllCases
- init(rawValue:)
- rawValue
- MLProgress.Metric.RawValue
- encode(to:)
- init(from:)
- hash(into:)
- hashValue
- !=(_:_:)
- elapsedTimeKey
- phaseKey
- itemCountKey
- totalItemCountKey
- accuracyKey
- lossKey
- validationAccuracyKey
- validationLossKey
- contentLossKey
- styleLossKey
- stylizedImageKey
- encode(to:)
- init(from:)
- isCanceled
- MLTrainingSession
- MLTrainingSessionParameters
-
MLCheckpoint
- phase
- iteration
- date
- url
- metrics
-
MLProgress.Metric
- MLProgress.Metric.accuracy
- MLProgress.Metric.contentLoss
- MLProgress.Metric.loss
- MLProgress.Metric.styleLoss
- MLProgress.Metric.stylizedImageURL
- MLProgress.Metric.validationAccuracy
- MLProgress.Metric.validationLoss
- allCases
- MLProgress.Metric.AllCases
- init(rawValue:)
- rawValue
- MLProgress.Metric.RawValue
- encode(to:)
- init(from:)
- hash(into:)
- hashValue
- !=(_:_:)
- encode(to:)
- init(from:)
- MLCreateError
- MLSplitStrategy
DeviceCheck
EventKit
FileProvider
- NSFileProviderExtension
-
NSFileProviderManager
- documentStorageURL
- providerIdentifier
- placeholderURL(for:)
- writePlaceholder(at:withMetadata:)
- register(_:forItemWithIdentifier:completionHandler:)
- signalEnumerator(for:completionHandler:)
- init(for:)
- add(_:completionHandler:)
- getDomainsWithCompletionHandler(_:)
- remove(_:completionHandler:)
- removeAllDomains(completionHandler:)
- NSFileProviderDomain
- disconnect(reason:options:completionHandler:)
- enumeratorForMaterializedItems()
- evictItem(identifier:completionHandler:)
- getUserVisibleURL(for:completionHandler:)
- lookupRequestingApplicationIdentifier(_:reason:completionHandler:)
- reconnect(completionHandler:)
- reimportItems(below:completionHandler:)
- signalErrorResolved(_:completionHandler:)
- temporaryDirectoryURL()
- waitForChanges(below:completionHandler:)
- waitForStabilization(completionHandler:)
- getIdentifierForUserVisibleFile(at:completionHandler:)
- import(_:fromDirectoryAt:completionHandler:)
- NSFileProviderManager.DisconnectionOptions
-
macOS Support
-
NSFileProviderReplicatedExtension
- init(domain:)
- createItem(basedOn:fields:contents:options:request:completionHandler:)
- deleteItem(identifier:baseVersion:options:request:completionHandler:)
- fetchContents(for:version:request:completionHandler:)
- importDidFinish(completionHandler:)
- invalidate()
- item(for:request:completionHandler:)
- materializedItemsDidChange(completionHandler:)
- modifyItem(_:baseVersion:changedFields:contents:options:request:completionHandler:)
- NSFileProviderEnumerating
- NSFileProviderIncrementalContentFetching
- NSFileProviderServicing
- NSFileProviderCustomAction
- NSFileProviderThumbnailing
- NSFileProviderItemVersion
- NSFileProviderRequest
- NSFileProviderItemDecorating
-
NSFileProviderReplicatedExtension
- NSFileProviderItemProtocol
- NSFileProviderItemIdentifier
- NSFileProviderItemCapabilities
- Content and Change Tracking
-
NSFileProviderError
- errorCode
- errorDomain
- errorUserInfo
- localizedDescription
-
NSFileProviderError.Code
- NSFileProviderError.Code.filenameCollision
- NSFileProviderError.Code.insufficientQuota
- NSFileProviderError.Code.noSuchItem
- NSFileProviderError.Code.notAuthenticated
- NSFileProviderError.Code.serverUnreachable
- NSFileProviderError.Code.syncAnchorExpired
- pageExpired
- NSFileProviderError.Code.cannotSynchronize
- NSFileProviderError.Code.deletionRejected
- NSFileProviderError.Code.directoryNotEmpty
- NSFileProviderError.Code.newerExtensionVersionFound
- NSFileProviderError.Code.olderExtensionVersionRunning
- NSFileProviderError.Code.providerNotFound
- NSFileProviderError.Code.providerTranslocated
- filenameCollision
- insufficientQuota
- noSuchItem
- notAuthenticated
- pageExpired
- serverUnreachable
- syncAnchorExpired
- cannotSynchronize
- deletionRejected
- directoryNotEmpty
- newerExtensionVersionFound
- olderExtensionVersionRunning
- providerNotFound
- providerTranslocated
- !=(_:_:)
- NSFileProviderErrorDomain
- NSFileProviderErrorItemKey
- NSFileProviderErrorNonExistentItemIdentifierKey
- NSFileProviderCreateItemOptions
- NSFileProviderDeleteItemOptions
- NSFileProviderFileSystemFlags
- NSFileProviderItemFields
- NSFileProviderModifyItemOptions
HealthKit
-
Data Types
-
HKObjectType
- HKQuantityTypeIdentifier
-
HKCategoryTypeIdentifier
- environmentalAudioExposureEvent
- HKCategoryValueEnvironmentalAudioExposureEvent
- audioExposureEvent
- handwashingEvent
-
Symptom Type Identifiers
- abdominalCramps
- bloating
- constipation
- diarrhea
- heartburn
- nausea
- vomiting
- appetiteChanges
- chills
- dizziness
- fainting
- fatigue
- fever
- generalizedBodyAche
- hotFlashes
- chestTightnessOrPain
- coughing
- rapidPoundingOrFlutteringHeartbeat
- shortnessOfBreath
- skippedHeartbeat
- wheezing
- lowerBackPain
- headache
- memoryLapse
- moodChanges
- lossOfSmell
- lossOfTaste
- runnyNose
- soreThroat
- sinusCongestion
- breastPain
- pelvicPain
- vaginalDryness
- acne
- drySkin
- hairLoss
- nightSweats
- sleepChanges
- bladderIncontinence
- electrocardiogramType()
- HKElectrocardiogramType
- environmentalAudioExposureEvent
- HKCategoryValueEnvironmentalAudioExposureEvent
- audioExposureEvent
- HKElectrocardiogramType
-
Symptom Type Identifiers
- abdominalCramps
- bloating
- constipation
- diarrhea
- heartburn
- nausea
- vomiting
- appetiteChanges
- chills
- dizziness
- fainting
- fatigue
- fever
- generalizedBodyAche
- hotFlashes
- chestTightnessOrPain
- coughing
- rapidPoundingOrFlutteringHeartbeat
- shortnessOfBreath
- skippedHeartbeat
- wheezing
- lowerBackPain
- headache
- memoryLapse
- moodChanges
- lossOfSmell
- lossOfTaste
- runnyNose
- soreThroat
- sinusCongestion
- breastPain
- pelvicPain
- vaginalDryness
- acne
- drySkin
- hairLoss
- nightSweats
- sleepChanges
- bladderIncontinence
- handwashingEvent
- HKClinicalTypeIdentifier
-
HKObjectType
-
Samples
- HKCategorySample
- Units and Quantities
- Metadata Keys
-
HKElectrocardiogram
- averageHeartRate
- classification
- numberOfVoltageMeasurements
- samplingFrequency
- symptomsStatus
- HKElectrocardiogram.VoltageMeasurement
-
HKElectrocardiogram.Classification
- HKElectrocardiogram.Classification.atrialFibrillation
- HKElectrocardiogram.Classification.inconclusiveHighHeartRate
- HKElectrocardiogram.Classification.inconclusiveLowHeartRate
- HKElectrocardiogram.Classification.inconclusiveOther
- HKElectrocardiogram.Classification.inconclusivePoorReading
- HKElectrocardiogram.Classification.notSet
- HKElectrocardiogram.Classification.sinusRhythm
- HKElectrocardiogram.Classification.unrecognized
- HKElectrocardiogram.Lead
- HKElectrocardiogram.SymptomsStatus
- HKFHIRResource
- Queries
- Workouts and Activity Rings
- HealthKit Enumerations
- HealthKit Constants
- HealthKit Data Types
HomeKit
-
HMHomeManager
- authorizationStatus
- HMHomeManagerAuthorizationStatus
- homes
-
HMHome
- delegate
-
HMHomeDelegate
- homeDidUpdateName(_:)
- home(_:didAdd:)
- home(_:didUpdate:for:)
- home(_:didRemove:)
- home(_:didAdd:)
- home(_:didUpdateNameFor:)
- home(_:didAdd:to:)
- home(_:didRemove:from:)
- home(_:didRemove:)
- home(_:didAdd:)
- home(_:didUpdateNameFor:)
- home(_:didRemove:)
- home(_:didAdd:)
- home(_:didRemove:)
- homeDidUpdateAccessControl(forCurrentUser:)
- home(_:didUpdate:)
- HMHomeHubState
- home(_:didAdd:)
- home(_:didUpdateNameFor:)
- home(_:didAdd:to:)
- home(_:didRemove:from:)
- home(_:didRemove:)
- home(_:didAdd:)
- home(_:didUpdateNameFor:)
- home(_:didUpdateActionsFor:)
- home(_:didRemove:)
- home(_:didAdd:)
- home(_:didUpdateNameFor:)
- home(_:didUpdate:)
- home(_:didRemove:)
- home(_:didEncounterError:for:)
- home(_:didUnblockAccessory:)
- homeDidUpdateSupportedFeatures(_:)
- name
- updateName(_:completionHandler:)
- uniqueIdentifier
- isPrimary
- rooms
- roomForEntireHome()
- addRoom(withName:completionHandler:)
- removeRoom(_:completionHandler:)
- HMRoom
- zones
- addZone(withName:completionHandler:)
- removeZone(_:completionHandler:)
- HMZone
- accessories
- addAccessory(_:completionHandler:)
- assignAccessory(_:to:completionHandler:)
- removeAccessory(_:completionHandler:)
- unblockAccessory(_:completionHandler:)
-
HMAccessory
- delegate
- HMAccessoryDelegate
- name
- updateName(_:completionHandler:)
- uniqueIdentifier
- identifier
- category
-
HMAccessoryCategory
- categoryType
-
Accessory Category Types
- HMAccessoryCategoryTypeLightbulb
- HMAccessoryCategoryTypeOutlet
- HMAccessoryCategoryTypeProgrammableSwitch
- HMAccessoryCategoryTypeSwitch
- HMAccessoryCategoryTypeFan
- HMAccessoryCategoryTypeAirPurifier
- HMAccessoryCategoryTypeThermostat
- HMAccessoryCategoryTypeAirConditioner
- HMAccessoryCategoryTypeAirDehumidifier
- HMAccessoryCategoryTypeAirHeater
- HMAccessoryCategoryTypeAirHumidifier
- HMAccessoryCategoryTypeWindow
- HMAccessoryCategoryTypeWindowCovering
- HMAccessoryCategoryTypeDoor
- HMAccessoryCategoryTypeDoorLock
- HMAccessoryCategoryTypeGarageDoorOpener
- HMAccessoryCategoryTypeVideoDoorbell
- HMAccessoryCategoryTypeSensor
- HMAccessoryCategoryTypeSecuritySystem
- HMAccessoryCategoryTypeIPCamera
- HMAccessoryCategoryTypeSprinkler
- HMAccessoryCategoryTypeFaucet
- HMAccessoryCategoryTypeShowerHead
- HMAccessoryCategoryTypeBridge
- HMAccessoryCategoryTypeRangeExtender
- HMAccessoryCategoryTypeOther
- localizedDescription
- room
- HMRoom
- profiles
- HMAccessoryProfile
- HMNetworkConfigurationProfile
- cameraProfiles
-
HMCameraProfile
- settingsControl
- HMCameraSettingsControl
- HMCameraControl
- microphoneControl
- speakerControl
- HMCameraAudioControl
- streamControl
- HMCameraStreamControl
- snapshotControl
- HMCameraSnapshotControl
- HMCameraView
- isReachable
- isBlocked
- supportsIdentify
- identify(completionHandler:)
- services
-
HMService
- characteristics
-
HMCharacteristic
- uniqueIdentifier
- localizedDescription
- properties
- Characteristic Properties
- characteristicType
-
Characteristic Types
- HMCharacteristicTypeCurrentLightLevel
- HMCharacteristicTypeHue
- HMCharacteristicTypeBrightness
- HMCharacteristicTypeSaturation
- HMCharacteristicTypeColorTemperature
- HMCharacteristicTypeBatteryLevel
- HMCharacteristicTypeChargingState
- HMCharacteristicTypeContactState
- HMCharacteristicTypeOutletInUse
- HMCharacteristicTypePowerState
- HMCharacteristicTypeStatusLowBattery
- HMCharacteristicTypeOutputState
- HMCharacteristicTypeInputEvent
- HMCharacteristicTypeCurrentTemperature
- HMCharacteristicTypeTargetTemperature
- HMCharacteristicTypeTemperatureUnits
- HMCharacteristicTypeTargetHeatingCooling
- HMCharacteristicTypeCurrentHeatingCooling
- HMCharacteristicTypeTargetHeaterCoolerState
- HMCharacteristicTypeCurrentHeaterCoolerState
- HMCharacteristicTypeCoolingThreshold
- HMCharacteristicTypeHeatingThreshold
- HMCharacteristicTypeCurrentRelativeHumidity
- HMCharacteristicTypeTargetRelativeHumidity
- HMCharacteristicTypeCurrentHumidifierDehumidifierState
- HMCharacteristicTypeTargetHumidifierDehumidifierState
- HMCharacteristicTypeHumidifierThreshold
- HMCharacteristicTypeDehumidifierThreshold
- HMCharacteristicTypeAirQuality
- HMCharacteristicTypeAirParticulateDensity
- HMCharacteristicTypeAirParticulateSize
- HMCharacteristicTypeSmokeDetected
- HMCharacteristicTypeCarbonDioxideDetected
- HMCharacteristicTypeCarbonDioxideLevel
- HMCharacteristicTypeCarbonDioxidePeakLevel
- HMCharacteristicTypeCarbonMonoxideDetected
- HMCharacteristicTypeCarbonMonoxideLevel
- HMCharacteristicTypeCarbonMonoxidePeakLevel
- HMCharacteristicTypeNitrogenDioxideDensity
- HMCharacteristicTypeOzoneDensity
- HMCharacteristicTypePM10Density
- HMCharacteristicTypePM2_5Density
- HMCharacteristicTypeSulphurDioxideDensity
- HMCharacteristicTypeVolatileOrganicCompoundDensity
- HMCharacteristicTypeCurrentFanState
- HMCharacteristicTypeTargetFanState
- HMCharacteristicTypeRotationDirection
- HMCharacteristicTypeRotationSpeed
- HMCharacteristicTypeSwingMode
- HMCharacteristicTypeCurrentAirPurifierState
- HMCharacteristicTypeTargetAirPurifierState
- HMCharacteristicTypeFilterLifeLevel
- HMCharacteristicTypeFilterChangeIndication
- HMCharacteristicTypeFilterResetChangeIndication
- HMCharacteristicTypeWaterLevel
- HMCharacteristicTypeValveType
- HMCharacteristicTypeLeakDetected
- HMCharacteristicTypeCurrentDoorState
- HMCharacteristicTypeTargetDoorState
- HMCharacteristicTypeCurrentPosition
- HMCharacteristicTypeTargetPosition
- HMCharacteristicTypePositionState
- HMCharacteristicTypeStatusJammed
- HMCharacteristicTypeHoldPosition
- HMCharacteristicTypeSlatType
- HMCharacteristicTypeCurrentSlatState
- HMCharacteristicTypeCurrentHorizontalTilt
- HMCharacteristicTypeTargetHorizontalTilt
- HMCharacteristicTypeCurrentVerticalTilt
- HMCharacteristicTypeTargetVerticalTilt
- HMCharacteristicTypeCurrentTilt
- HMCharacteristicTypeTargetTilt
- HMCharacteristicTypeLockManagementAutoSecureTimeout
- HMCharacteristicTypeLockManagementControlPoint
-
HMCharacteristicTypeLockMechanismLastKnownAction
-
HMCharacteristicValueLockMechanismLastKnownAction
- HMCharacteristicValueLockMechanismLastKnownAction.securedRemotely
- HMCharacteristicValueLockMechanismLastKnownAction.securedUsingPhysicalMovement
- HMCharacteristicValueLockMechanismLastKnownAction.securedUsingPhysicalMovementExterior
- HMCharacteristicValueLockMechanismLastKnownAction.securedUsingPhysicalMovementInterior
- HMCharacteristicValueLockMechanismLastKnownAction.securedWithAutomaticSecureTimeout
- HMCharacteristicValueLockMechanismLastKnownAction.securedWithKeypad
- HMCharacteristicValueLockMechanismLastKnownAction.unsecuredRemotely
- HMCharacteristicValueLockMechanismLastKnownAction.unsecuredUsingPhysicalMovement
- HMCharacteristicValueLockMechanismLastKnownAction.unsecuredUsingPhysicalMovementExterior
- HMCharacteristicValueLockMechanismLastKnownAction.unsecuredUsingPhysicalMovementInterior
- HMCharacteristicValueLockMechanismLastKnownAction.unsecuredWithKeypad
-
HMCharacteristicValueLockMechanismLastKnownAction
- HMCharacteristicTypeLockPhysicalControls
- HMCharacteristicTypeMotionDetected
- HMCharacteristicTypeCurrentLockMechanismState
- HMCharacteristicTypeTargetLockMechanismState
- HMCharacteristicTypeCurrentSecuritySystemState
- HMCharacteristicTypeTargetSecuritySystemState
- HMCharacteristicTypeObstructionDetected
- HMCharacteristicTypeOccupancyDetected
- HMCharacteristicTypeSecuritySystemAlarmType
- HMCharacteristicTypeSupportedRTPConfiguration
- HMCharacteristicTypeDigitalZoom
- HMCharacteristicTypeOpticalZoom
- HMCharacteristicTypeImageMirroring
- HMCharacteristicTypeImageRotation
- HMCharacteristicTypeNightVision
- HMCharacteristicTypeStreamingStatus
- HMCharacteristicTypeSupportedVideoStreamConfiguration
- HMCharacteristicTypeSupportedAudioStreamConfiguration
- HMCharacteristicTypeSelectedStreamConfiguration
- HMCharacteristicTypeSetupStreamEndpoint
- HMCharacteristicTypeAudioFeedback
- HMCharacteristicTypeVolume
- HMCharacteristicTypeMute
- HMCharacteristicTypeActive
- HMCharacteristicTypeStatusTampered
- HMCharacteristicTypeStatusFault
- HMCharacteristicTypeStatusActive
- HMCharacteristicTypeInUse
- HMCharacteristicTypeIsConfigured
- HMCharacteristicTypeRemainingDuration
- HMCharacteristicTypeSetDuration
- HMCharacteristicTypeProgramMode
- HMCharacteristicTypeName
- HMCharacteristicTypeIdentify
- HMCharacteristicTypeVersion
- HMCharacteristicTypeLogs
- HMCharacteristicTypeAdminOnlyAccess
- HMCharacteristicTypeHardwareVersion
- HMCharacteristicTypeSoftwareVersion
- HMCharacteristicTypeLabelIndex
- HMCharacteristicTypeLabelNamespace
- value
- readValue(completionHandler:)
- writeValue(_:completionHandler:)
- updateAuthorizationData(_:completionHandler:)
- metadata
-
HMCharacteristicMetadata
- manufacturerDescription
- validValues
- minimumValue
- maximumValue
- stepValue
- maxLength
- format
-
Characteristic Data Formats
- HMCharacteristicMetadataFormatBool
- HMCharacteristicMetadataFormatString
- HMCharacteristicMetadataFormatInt
- HMCharacteristicMetadataFormatFloat
- HMCharacteristicMetadataFormatUInt8
- HMCharacteristicMetadataFormatUInt16
- HMCharacteristicMetadataFormatUInt32
- HMCharacteristicMetadataFormatUInt64
- HMCharacteristicMetadataFormatData
- HMCharacteristicMetadataFormatTLV8
- HMCharacteristicMetadataFormatArray
- HMCharacteristicMetadataFormatDictionary
- units
-
Characteristic Units
- HMCharacteristicMetadataUnitsPercentage
- HMCharacteristicMetadataUnitsPartsPerMillion
- HMCharacteristicMetadataUnitsCelsius
- HMCharacteristicMetadataUnitsFahrenheit
- HMCharacteristicMetadataUnitsSeconds
- HMCharacteristicMetadataUnitsLux
- HMCharacteristicMetadataUnitsMicrogramsPerCubicMeter
- HMCharacteristicMetadataUnitsArcDegree
- enableNotification(_:completionHandler:)
- isNotificationEnabled
- service
- name
- updateName(_:completionHandler:)
- uniqueIdentifier
- serviceType
-
Accessory Service Types
- HMServiceTypeLightbulb
- HMServiceTypeLightSensor
- HMServiceTypeSwitch
- HMServiceTypeBattery
- HMServiceTypeOutlet
- HMServiceTypeStatefulProgrammableSwitch
- HMServiceTypeStatelessProgrammableSwitch
- HMServiceTypeAirPurifier
- HMServiceTypeAirQualitySensor
- HMServiceTypeCarbonDioxideSensor
- HMServiceTypeCarbonMonoxideSensor
- HMServiceTypeSmokeSensor
- HMServiceTypeHeaterCooler
- HMServiceTypeTemperatureSensor
- HMServiceTypeThermostat
- HMServiceTypeFan
- HMServiceTypeFilterMaintenance
- HMServiceTypeHumidifierDehumidifier
- HMServiceTypeHumiditySensor
- HMServiceTypeVentilationFan
- HMServiceTypeWindow
- HMServiceTypeWindowCovering
- HMServiceTypeSlats
- HMServiceTypeFaucet
- HMServiceTypeValve
- HMServiceTypeIrrigationSystem
- HMServiceTypeLeakSensor
- HMServiceTypeDoor
- HMServiceTypeDoorbell
- HMServiceTypeGarageDoorOpener
- HMServiceTypeLockManagement
- HMServiceTypeLockMechanism
- HMServiceTypeMotionSensor
- HMServiceTypeOccupancySensor
- HMServiceTypeSecuritySystem
- HMServiceTypeContactSensor
- HMServiceTypeCameraControl
- HMServiceTypeCameraRTPStreamManagement
- HMServiceTypeMicrophone
- HMServiceTypeSpeaker
- HMServiceTypeLabel
- HMServiceTypeAccessoryInformation
- localizedDescription
- isPrimaryService
- isUserInteractive
- associatedServiceType
- updateAssociatedServiceType(_:completionHandler:)
- linkedServices
- accessory
- isBridged
- uniqueIdentifiersForBridgedAccessories
- identifiersForBridgedAccessories
- firmwareVersion
- manufacturer
- model
- servicesWithTypes(_:)
- serviceGroups
- addServiceGroup(withName:completionHandler:)
- removeServiceGroup(_:completionHandler:)
- HMServiceGroup
- homeHubState
- HMHomeHubState
- actionSets
- addActionSet(withName:completionHandler:)
- removeActionSet(_:completionHandler:)
- executeActionSet(_:completionHandler:)
- builtinActionSet(ofType:)
- HMActionSet
- triggers
- addTrigger(_:completionHandler:)
- removeTrigger(_:completionHandler:)
- HMTimerTrigger
-
HMEventTrigger
- init(name:events:predicate:)
- init(name:events:end:recurrences:predicate:)
- triggerActivationState
- HMEventTriggerActivationState
- events
- updateEvents(_:completionHandler:)
- Location Events
- Time Events
- Characteristic Events
- Presence Events
- HMEvent
- endEvents
- updateEndEvents(_:completionHandler:)
- recurrences
- updateRecurrences(_:completionHandler:)
- executeOnce
- updateExecuteOnce(_:completionHandler:)
- predicate
- updatePredicate(_:completionHandler:)
- predicateForEvaluatingTriggerOccurring(beforeSignificantEvent:)
- predicateForEvaluatingTriggerOccurring(afterSignificantEvent:)
- predicate(forEvaluatingTriggerOccurringBetweenSignificantEvent:secondSignificantEvent:)
- predicateForEvaluatingTrigger(occurringBefore:)
- predicateForEvaluatingTrigger(occurringOn:)
- predicateForEvaluatingTrigger(occurringAfter:)
- predicateForEvaluatingTriggerOccurringBetweenDate(with:secondDateWith:)
- predicateForEvaluatingTrigger(_:relatedBy:toValue:)
- predicateForEvaluatingTrigger(withPresence:)
- HMCharacteristicKeyPath
- HMCharacteristicValueKeyPath
- HMPresenceKeyPath
- addEvent(_:completionHandler:)
- removeEvent(_:completionHandler:)
- predicateForEvaluatingTrigger(occurringBefore:applyingOffset:)
- predicateForEvaluatingTrigger(occurringAfter:applyingOffset:)
- HMTrigger
- manageUsers(completionHandler:)
- currentUser
- HMUser
- homeAccessControl(for:)
- HMHomeAccessControl
- HMAccessControl
- HMUserFailedAccessoriesKey
- removeUser(_:completionHandler:)
- supportsAddingNetworkRouter
- addActionSet(withName:completionHandler:)
- addRoom(withName:completionHandler:)
- addServiceGroup(withName:completionHandler:)
- addZone(withName:completionHandler:)
- delegate
- HMHomeManagerDelegate
- addHome(withName:completionHandler:)
- removeHome(_:completionHandler:)
- primaryHome
- updatePrimaryHome(_:completionHandler:)
- addHome(withName:completionHandler:)
-
HMAccessory
- delegate
- HMAccessoryDelegate
- name
- updateName(_:completionHandler:)
- uniqueIdentifier
- identifier
- category
-
HMAccessoryCategory
- categoryType
-
Accessory Category Types
- HMAccessoryCategoryTypeLightbulb
- HMAccessoryCategoryTypeOutlet
- HMAccessoryCategoryTypeProgrammableSwitch
- HMAccessoryCategoryTypeSwitch
- HMAccessoryCategoryTypeFan
- HMAccessoryCategoryTypeAirPurifier
- HMAccessoryCategoryTypeThermostat
- HMAccessoryCategoryTypeAirConditioner
- HMAccessoryCategoryTypeAirDehumidifier
- HMAccessoryCategoryTypeAirHeater
- HMAccessoryCategoryTypeAirHumidifier
- HMAccessoryCategoryTypeWindow
- HMAccessoryCategoryTypeWindowCovering
- HMAccessoryCategoryTypeDoor
- HMAccessoryCategoryTypeDoorLock
- HMAccessoryCategoryTypeGarageDoorOpener
- HMAccessoryCategoryTypeVideoDoorbell
- HMAccessoryCategoryTypeSensor
- HMAccessoryCategoryTypeSecuritySystem
- HMAccessoryCategoryTypeIPCamera
- HMAccessoryCategoryTypeSprinkler
- HMAccessoryCategoryTypeFaucet
- HMAccessoryCategoryTypeShowerHead
- HMAccessoryCategoryTypeBridge
- HMAccessoryCategoryTypeRangeExtender
- HMAccessoryCategoryTypeOther
- localizedDescription
- room
- HMRoom
- profiles
- HMAccessoryProfile
- HMNetworkConfigurationProfile
- cameraProfiles
-
HMCameraProfile
- settingsControl
- HMCameraSettingsControl
- HMCameraControl
- microphoneControl
- speakerControl
- HMCameraAudioControl
- streamControl
- HMCameraStreamControl
- snapshotControl
- HMCameraSnapshotControl
- HMCameraView
- isReachable
- isBlocked
- supportsIdentify
- identify(completionHandler:)
- services
-
HMService
- characteristics
-
HMCharacteristic
- uniqueIdentifier
- localizedDescription
- properties
- Characteristic Properties
- characteristicType
-
Characteristic Types
- HMCharacteristicTypeCurrentLightLevel
- HMCharacteristicTypeHue
- HMCharacteristicTypeBrightness
- HMCharacteristicTypeSaturation
- HMCharacteristicTypeColorTemperature
- HMCharacteristicTypeBatteryLevel
- HMCharacteristicTypeChargingState
- HMCharacteristicTypeContactState
- HMCharacteristicTypeOutletInUse
- HMCharacteristicTypePowerState
- HMCharacteristicTypeStatusLowBattery
- HMCharacteristicTypeOutputState
- HMCharacteristicTypeInputEvent
- HMCharacteristicTypeCurrentTemperature
- HMCharacteristicTypeTargetTemperature
- HMCharacteristicTypeTemperatureUnits
- HMCharacteristicTypeTargetHeatingCooling
- HMCharacteristicTypeCurrentHeatingCooling
- HMCharacteristicTypeTargetHeaterCoolerState
- HMCharacteristicTypeCurrentHeaterCoolerState
- HMCharacteristicTypeCoolingThreshold
- HMCharacteristicTypeHeatingThreshold
- HMCharacteristicTypeCurrentRelativeHumidity
- HMCharacteristicTypeTargetRelativeHumidity
- HMCharacteristicTypeCurrentHumidifierDehumidifierState
- HMCharacteristicTypeTargetHumidifierDehumidifierState
- HMCharacteristicTypeHumidifierThreshold
- HMCharacteristicTypeDehumidifierThreshold
- HMCharacteristicTypeAirQuality
- HMCharacteristicTypeAirParticulateDensity
- HMCharacteristicTypeAirParticulateSize
- HMCharacteristicTypeSmokeDetected
- HMCharacteristicTypeCarbonDioxideDetected
- HMCharacteristicTypeCarbonDioxideLevel
- HMCharacteristicTypeCarbonDioxidePeakLevel
- HMCharacteristicTypeCarbonMonoxideDetected
- HMCharacteristicTypeCarbonMonoxideLevel
- HMCharacteristicTypeCarbonMonoxidePeakLevel
- HMCharacteristicTypeNitrogenDioxideDensity
- HMCharacteristicTypeOzoneDensity
- HMCharacteristicTypePM10Density
- HMCharacteristicTypePM2_5Density
- HMCharacteristicTypeSulphurDioxideDensity
- HMCharacteristicTypeVolatileOrganicCompoundDensity
- HMCharacteristicTypeCurrentFanState
- HMCharacteristicTypeTargetFanState
- HMCharacteristicTypeRotationDirection
- HMCharacteristicTypeRotationSpeed
- HMCharacteristicTypeSwingMode
- HMCharacteristicTypeCurrentAirPurifierState
- HMCharacteristicTypeTargetAirPurifierState
- HMCharacteristicTypeFilterLifeLevel
- HMCharacteristicTypeFilterChangeIndication
- HMCharacteristicTypeFilterResetChangeIndication
- HMCharacteristicTypeWaterLevel
- HMCharacteristicTypeValveType
- HMCharacteristicTypeLeakDetected
- HMCharacteristicTypeCurrentDoorState
- HMCharacteristicTypeTargetDoorState
- HMCharacteristicTypeCurrentPosition
- HMCharacteristicTypeTargetPosition
- HMCharacteristicTypePositionState
- HMCharacteristicTypeStatusJammed
- HMCharacteristicTypeHoldPosition
- HMCharacteristicTypeSlatType
- HMCharacteristicTypeCurrentSlatState
- HMCharacteristicTypeCurrentHorizontalTilt
- HMCharacteristicTypeTargetHorizontalTilt
- HMCharacteristicTypeCurrentVerticalTilt
- HMCharacteristicTypeTargetVerticalTilt
- HMCharacteristicTypeCurrentTilt
- HMCharacteristicTypeTargetTilt
- HMCharacteristicTypeLockManagementAutoSecureTimeout
- HMCharacteristicTypeLockManagementControlPoint
-
HMCharacteristicTypeLockMechanismLastKnownAction
-
HMCharacteristicValueLockMechanismLastKnownAction
- HMCharacteristicValueLockMechanismLastKnownAction.securedRemotely
- HMCharacteristicValueLockMechanismLastKnownAction.securedUsingPhysicalMovement
- HMCharacteristicValueLockMechanismLastKnownAction.securedUsingPhysicalMovementExterior
- HMCharacteristicValueLockMechanismLastKnownAction.securedUsingPhysicalMovementInterior
- HMCharacteristicValueLockMechanismLastKnownAction.securedWithAutomaticSecureTimeout
- HMCharacteristicValueLockMechanismLastKnownAction.securedWithKeypad
- HMCharacteristicValueLockMechanismLastKnownAction.unsecuredRemotely
- HMCharacteristicValueLockMechanismLastKnownAction.unsecuredUsingPhysicalMovement
- HMCharacteristicValueLockMechanismLastKnownAction.unsecuredUsingPhysicalMovementExterior
- HMCharacteristicValueLockMechanismLastKnownAction.unsecuredUsingPhysicalMovementInterior
- HMCharacteristicValueLockMechanismLastKnownAction.unsecuredWithKeypad
-
HMCharacteristicValueLockMechanismLastKnownAction
- HMCharacteristicTypeLockPhysicalControls
- HMCharacteristicTypeMotionDetected
- HMCharacteristicTypeCurrentLockMechanismState
- HMCharacteristicTypeTargetLockMechanismState
- HMCharacteristicTypeCurrentSecuritySystemState
- HMCharacteristicTypeTargetSecuritySystemState
- HMCharacteristicTypeObstructionDetected
- HMCharacteristicTypeOccupancyDetected
- HMCharacteristicTypeSecuritySystemAlarmType
- HMCharacteristicTypeSupportedRTPConfiguration
- HMCharacteristicTypeDigitalZoom
- HMCharacteristicTypeOpticalZoom
- HMCharacteristicTypeImageMirroring
- HMCharacteristicTypeImageRotation
- HMCharacteristicTypeNightVision
- HMCharacteristicTypeStreamingStatus
- HMCharacteristicTypeSupportedVideoStreamConfiguration
- HMCharacteristicTypeSupportedAudioStreamConfiguration
- HMCharacteristicTypeSelectedStreamConfiguration
- HMCharacteristicTypeSetupStreamEndpoint
- HMCharacteristicTypeAudioFeedback
- HMCharacteristicTypeVolume
- HMCharacteristicTypeMute
- HMCharacteristicTypeActive
- HMCharacteristicTypeStatusTampered
- HMCharacteristicTypeStatusFault
- HMCharacteristicTypeStatusActive
- HMCharacteristicTypeInUse
- HMCharacteristicTypeIsConfigured
- HMCharacteristicTypeRemainingDuration
- HMCharacteristicTypeSetDuration
- HMCharacteristicTypeProgramMode
- HMCharacteristicTypeName
- HMCharacteristicTypeIdentify
- HMCharacteristicTypeVersion
- HMCharacteristicTypeLogs
- HMCharacteristicTypeAdminOnlyAccess
- HMCharacteristicTypeHardwareVersion
- HMCharacteristicTypeSoftwareVersion
- HMCharacteristicTypeLabelIndex
- HMCharacteristicTypeLabelNamespace
- value
- readValue(completionHandler:)
- writeValue(_:completionHandler:)
- updateAuthorizationData(_:completionHandler:)
- metadata
-
HMCharacteristicMetadata
- manufacturerDescription
- validValues
- minimumValue
- maximumValue
- stepValue
- maxLength
- format
-
Characteristic Data Formats
- HMCharacteristicMetadataFormatBool
- HMCharacteristicMetadataFormatString
- HMCharacteristicMetadataFormatInt
- HMCharacteristicMetadataFormatFloat
- HMCharacteristicMetadataFormatUInt8
- HMCharacteristicMetadataFormatUInt16
- HMCharacteristicMetadataFormatUInt32
- HMCharacteristicMetadataFormatUInt64
- HMCharacteristicMetadataFormatData
- HMCharacteristicMetadataFormatTLV8
- HMCharacteristicMetadataFormatArray
- HMCharacteristicMetadataFormatDictionary
- units
-
Characteristic Units
- HMCharacteristicMetadataUnitsPercentage
- HMCharacteristicMetadataUnitsPartsPerMillion
- HMCharacteristicMetadataUnitsCelsius
- HMCharacteristicMetadataUnitsFahrenheit
- HMCharacteristicMetadataUnitsSeconds
- HMCharacteristicMetadataUnitsLux
- HMCharacteristicMetadataUnitsMicrogramsPerCubicMeter
- HMCharacteristicMetadataUnitsArcDegree
- enableNotification(_:completionHandler:)
- isNotificationEnabled
- service
- name
- updateName(_:completionHandler:)
- uniqueIdentifier
- serviceType
-
Accessory Service Types
- HMServiceTypeLightbulb
- HMServiceTypeLightSensor
- HMServiceTypeSwitch
- HMServiceTypeBattery
- HMServiceTypeOutlet
- HMServiceTypeStatefulProgrammableSwitch
- HMServiceTypeStatelessProgrammableSwitch
- HMServiceTypeAirPurifier
- HMServiceTypeAirQualitySensor
- HMServiceTypeCarbonDioxideSensor
- HMServiceTypeCarbonMonoxideSensor
- HMServiceTypeSmokeSensor
- HMServiceTypeHeaterCooler
- HMServiceTypeTemperatureSensor
- HMServiceTypeThermostat
- HMServiceTypeFan
- HMServiceTypeFilterMaintenance
- HMServiceTypeHumidifierDehumidifier
- HMServiceTypeHumiditySensor
- HMServiceTypeVentilationFan
- HMServiceTypeWindow
- HMServiceTypeWindowCovering
- HMServiceTypeSlats
- HMServiceTypeFaucet
- HMServiceTypeValve
- HMServiceTypeIrrigationSystem
- HMServiceTypeLeakSensor
- HMServiceTypeDoor
- HMServiceTypeDoorbell
- HMServiceTypeGarageDoorOpener
- HMServiceTypeLockManagement
- HMServiceTypeLockMechanism
- HMServiceTypeMotionSensor
- HMServiceTypeOccupancySensor
- HMServiceTypeSecuritySystem
- HMServiceTypeContactSensor
- HMServiceTypeCameraControl
- HMServiceTypeCameraRTPStreamManagement
- HMServiceTypeMicrophone
- HMServiceTypeSpeaker
- HMServiceTypeLabel
- HMServiceTypeAccessoryInformation
- localizedDescription
- isPrimaryService
- isUserInteractive
- associatedServiceType
- updateAssociatedServiceType(_:completionHandler:)
- linkedServices
- accessory
- isBridged
- uniqueIdentifiersForBridgedAccessories
- identifiersForBridgedAccessories
- firmwareVersion
- manufacturer
- model
-
HMService
- characteristics
-
HMCharacteristic
- uniqueIdentifier
- localizedDescription
- properties
- Characteristic Properties
- characteristicType
-
Characteristic Types
- HMCharacteristicTypeCurrentLightLevel
- HMCharacteristicTypeHue
- HMCharacteristicTypeBrightness
- HMCharacteristicTypeSaturation
- HMCharacteristicTypeColorTemperature
- HMCharacteristicTypeBatteryLevel
- HMCharacteristicTypeChargingState
- HMCharacteristicTypeContactState
- HMCharacteristicTypeOutletInUse
- HMCharacteristicTypePowerState
- HMCharacteristicTypeStatusLowBattery
- HMCharacteristicTypeOutputState
- HMCharacteristicTypeInputEvent
- HMCharacteristicTypeCurrentTemperature
- HMCharacteristicTypeTargetTemperature
- HMCharacteristicTypeTemperatureUnits
- HMCharacteristicTypeTargetHeatingCooling
- HMCharacteristicTypeCurrentHeatingCooling
- HMCharacteristicTypeTargetHeaterCoolerState
- HMCharacteristicTypeCurrentHeaterCoolerState
- HMCharacteristicTypeCoolingThreshold
- HMCharacteristicTypeHeatingThreshold
- HMCharacteristicTypeCurrentRelativeHumidity
- HMCharacteristicTypeTargetRelativeHumidity
- HMCharacteristicTypeCurrentHumidifierDehumidifierState
- HMCharacteristicTypeTargetHumidifierDehumidifierState
- HMCharacteristicTypeHumidifierThreshold
- HMCharacteristicTypeDehumidifierThreshold
- HMCharacteristicTypeAirQuality
- HMCharacteristicTypeAirParticulateDensity
- HMCharacteristicTypeAirParticulateSize
- HMCharacteristicTypeSmokeDetected
- HMCharacteristicTypeCarbonDioxideDetected
- HMCharacteristicTypeCarbonDioxideLevel
- HMCharacteristicTypeCarbonDioxidePeakLevel
- HMCharacteristicTypeCarbonMonoxideDetected
- HMCharacteristicTypeCarbonMonoxideLevel
- HMCharacteristicTypeCarbonMonoxidePeakLevel
- HMCharacteristicTypeNitrogenDioxideDensity
- HMCharacteristicTypeOzoneDensity
- HMCharacteristicTypePM10Density
- HMCharacteristicTypePM2_5Density
- HMCharacteristicTypeSulphurDioxideDensity
- HMCharacteristicTypeVolatileOrganicCompoundDensity
- HMCharacteristicTypeCurrentFanState
- HMCharacteristicTypeTargetFanState
- HMCharacteristicTypeRotationDirection
- HMCharacteristicTypeRotationSpeed
- HMCharacteristicTypeSwingMode
- HMCharacteristicTypeCurrentAirPurifierState
- HMCharacteristicTypeTargetAirPurifierState
- HMCharacteristicTypeFilterLifeLevel
- HMCharacteristicTypeFilterChangeIndication
- HMCharacteristicTypeFilterResetChangeIndication
- HMCharacteristicTypeWaterLevel
- HMCharacteristicTypeValveType
- HMCharacteristicTypeLeakDetected
- HMCharacteristicTypeCurrentDoorState
- HMCharacteristicTypeTargetDoorState
- HMCharacteristicTypeCurrentPosition
- HMCharacteristicTypeTargetPosition
- HMCharacteristicTypePositionState
- HMCharacteristicTypeStatusJammed
- HMCharacteristicTypeHoldPosition
- HMCharacteristicTypeSlatType
- HMCharacteristicTypeCurrentSlatState
- HMCharacteristicTypeCurrentHorizontalTilt
- HMCharacteristicTypeTargetHorizontalTilt
- HMCharacteristicTypeCurrentVerticalTilt
- HMCharacteristicTypeTargetVerticalTilt
- HMCharacteristicTypeCurrentTilt
- HMCharacteristicTypeTargetTilt
- HMCharacteristicTypeLockManagementAutoSecureTimeout
- HMCharacteristicTypeLockManagementControlPoint
-
HMCharacteristicTypeLockMechanismLastKnownAction
-
HMCharacteristicValueLockMechanismLastKnownAction
- HMCharacteristicValueLockMechanismLastKnownAction.securedRemotely
- HMCharacteristicValueLockMechanismLastKnownAction.securedUsingPhysicalMovement
- HMCharacteristicValueLockMechanismLastKnownAction.securedUsingPhysicalMovementExterior
- HMCharacteristicValueLockMechanismLastKnownAction.securedUsingPhysicalMovementInterior
- HMCharacteristicValueLockMechanismLastKnownAction.securedWithAutomaticSecureTimeout
- HMCharacteristicValueLockMechanismLastKnownAction.securedWithKeypad
- HMCharacteristicValueLockMechanismLastKnownAction.unsecuredRemotely
- HMCharacteristicValueLockMechanismLastKnownAction.unsecuredUsingPhysicalMovement
- HMCharacteristicValueLockMechanismLastKnownAction.unsecuredUsingPhysicalMovementExterior
- HMCharacteristicValueLockMechanismLastKnownAction.unsecuredUsingPhysicalMovementInterior
- HMCharacteristicValueLockMechanismLastKnownAction.unsecuredWithKeypad
-
HMCharacteristicValueLockMechanismLastKnownAction
- HMCharacteristicTypeLockPhysicalControls
- HMCharacteristicTypeMotionDetected
- HMCharacteristicTypeCurrentLockMechanismState
- HMCharacteristicTypeTargetLockMechanismState
- HMCharacteristicTypeCurrentSecuritySystemState
- HMCharacteristicTypeTargetSecuritySystemState
- HMCharacteristicTypeObstructionDetected
- HMCharacteristicTypeOccupancyDetected
- HMCharacteristicTypeSecuritySystemAlarmType
- HMCharacteristicTypeSupportedRTPConfiguration
- HMCharacteristicTypeDigitalZoom
- HMCharacteristicTypeOpticalZoom
- HMCharacteristicTypeImageMirroring
- HMCharacteristicTypeImageRotation
- HMCharacteristicTypeNightVision
- HMCharacteristicTypeStreamingStatus
- HMCharacteristicTypeSupportedVideoStreamConfiguration
- HMCharacteristicTypeSupportedAudioStreamConfiguration
- HMCharacteristicTypeSelectedStreamConfiguration
- HMCharacteristicTypeSetupStreamEndpoint
- HMCharacteristicTypeAudioFeedback
- HMCharacteristicTypeVolume
- HMCharacteristicTypeMute
- HMCharacteristicTypeActive
- HMCharacteristicTypeStatusTampered
- HMCharacteristicTypeStatusFault
- HMCharacteristicTypeStatusActive
- HMCharacteristicTypeInUse
- HMCharacteristicTypeIsConfigured
- HMCharacteristicTypeRemainingDuration
- HMCharacteristicTypeSetDuration
- HMCharacteristicTypeProgramMode
- HMCharacteristicTypeName
- HMCharacteristicTypeIdentify
- HMCharacteristicTypeVersion
- HMCharacteristicTypeLogs
- HMCharacteristicTypeAdminOnlyAccess
- HMCharacteristicTypeHardwareVersion
- HMCharacteristicTypeSoftwareVersion
- HMCharacteristicTypeLabelIndex
- HMCharacteristicTypeLabelNamespace
- value
- readValue(completionHandler:)
- writeValue(_:completionHandler:)
- updateAuthorizationData(_:completionHandler:)
- metadata
-
HMCharacteristicMetadata
- manufacturerDescription
- validValues
- minimumValue
- maximumValue
- stepValue
- maxLength
- format
-
Characteristic Data Formats
- HMCharacteristicMetadataFormatBool
- HMCharacteristicMetadataFormatString
- HMCharacteristicMetadataFormatInt
- HMCharacteristicMetadataFormatFloat
- HMCharacteristicMetadataFormatUInt8
- HMCharacteristicMetadataFormatUInt16
- HMCharacteristicMetadataFormatUInt32
- HMCharacteristicMetadataFormatUInt64
- HMCharacteristicMetadataFormatData
- HMCharacteristicMetadataFormatTLV8
- HMCharacteristicMetadataFormatArray
- HMCharacteristicMetadataFormatDictionary
- units
-
Characteristic Units
- HMCharacteristicMetadataUnitsPercentage
- HMCharacteristicMetadataUnitsPartsPerMillion
- HMCharacteristicMetadataUnitsCelsius
- HMCharacteristicMetadataUnitsFahrenheit
- HMCharacteristicMetadataUnitsSeconds
- HMCharacteristicMetadataUnitsLux
- HMCharacteristicMetadataUnitsMicrogramsPerCubicMeter
- HMCharacteristicMetadataUnitsArcDegree
- enableNotification(_:completionHandler:)
- isNotificationEnabled
- service
- name
- updateName(_:completionHandler:)
- uniqueIdentifier
- serviceType
-
Accessory Service Types
- HMServiceTypeLightbulb
- HMServiceTypeLightSensor
- HMServiceTypeSwitch
- HMServiceTypeBattery
- HMServiceTypeOutlet
- HMServiceTypeStatefulProgrammableSwitch
- HMServiceTypeStatelessProgrammableSwitch
- HMServiceTypeAirPurifier
- HMServiceTypeAirQualitySensor
- HMServiceTypeCarbonDioxideSensor
- HMServiceTypeCarbonMonoxideSensor
- HMServiceTypeSmokeSensor
- HMServiceTypeHeaterCooler
- HMServiceTypeTemperatureSensor
- HMServiceTypeThermostat
- HMServiceTypeFan
- HMServiceTypeFilterMaintenance
- HMServiceTypeHumidifierDehumidifier
- HMServiceTypeHumiditySensor
- HMServiceTypeVentilationFan
- HMServiceTypeWindow
- HMServiceTypeWindowCovering
- HMServiceTypeSlats
- HMServiceTypeFaucet
- HMServiceTypeValve
- HMServiceTypeIrrigationSystem
- HMServiceTypeLeakSensor
- HMServiceTypeDoor
- HMServiceTypeDoorbell
- HMServiceTypeGarageDoorOpener
- HMServiceTypeLockManagement
- HMServiceTypeLockMechanism
- HMServiceTypeMotionSensor
- HMServiceTypeOccupancySensor
- HMServiceTypeSecuritySystem
- HMServiceTypeContactSensor
- HMServiceTypeCameraControl
- HMServiceTypeCameraRTPStreamManagement
- HMServiceTypeMicrophone
- HMServiceTypeSpeaker
- HMServiceTypeLabel
- HMServiceTypeAccessoryInformation
- localizedDescription
- isPrimaryService
- isUserInteractive
- associatedServiceType
- updateAssociatedServiceType(_:completionHandler:)
- linkedServices
- accessory
-
HMCharacteristic
- uniqueIdentifier
- localizedDescription
- properties
- Characteristic Properties
- characteristicType
-
Characteristic Types
- HMCharacteristicTypeCurrentLightLevel
- HMCharacteristicTypeHue
- HMCharacteristicTypeBrightness
- HMCharacteristicTypeSaturation
- HMCharacteristicTypeColorTemperature
- HMCharacteristicTypeBatteryLevel
- HMCharacteristicTypeChargingState
- HMCharacteristicTypeContactState
- HMCharacteristicTypeOutletInUse
- HMCharacteristicTypePowerState
- HMCharacteristicTypeStatusLowBattery
- HMCharacteristicTypeOutputState
- HMCharacteristicTypeInputEvent
- HMCharacteristicTypeCurrentTemperature
- HMCharacteristicTypeTargetTemperature
- HMCharacteristicTypeTemperatureUnits
- HMCharacteristicTypeTargetHeatingCooling
- HMCharacteristicTypeCurrentHeatingCooling
- HMCharacteristicTypeTargetHeaterCoolerState
- HMCharacteristicTypeCurrentHeaterCoolerState
- HMCharacteristicTypeCoolingThreshold
- HMCharacteristicTypeHeatingThreshold
- HMCharacteristicTypeCurrentRelativeHumidity
- HMCharacteristicTypeTargetRelativeHumidity
- HMCharacteristicTypeCurrentHumidifierDehumidifierState
- HMCharacteristicTypeTargetHumidifierDehumidifierState
- HMCharacteristicTypeHumidifierThreshold
- HMCharacteristicTypeDehumidifierThreshold
- HMCharacteristicTypeAirQuality
- HMCharacteristicTypeAirParticulateDensity
- HMCharacteristicTypeAirParticulateSize
- HMCharacteristicTypeSmokeDetected
- HMCharacteristicTypeCarbonDioxideDetected
- HMCharacteristicTypeCarbonDioxideLevel
- HMCharacteristicTypeCarbonDioxidePeakLevel
- HMCharacteristicTypeCarbonMonoxideDetected
- HMCharacteristicTypeCarbonMonoxideLevel
- HMCharacteristicTypeCarbonMonoxidePeakLevel
- HMCharacteristicTypeNitrogenDioxideDensity
- HMCharacteristicTypeOzoneDensity
- HMCharacteristicTypePM10Density
- HMCharacteristicTypePM2_5Density
- HMCharacteristicTypeSulphurDioxideDensity
- HMCharacteristicTypeVolatileOrganicCompoundDensity
- HMCharacteristicTypeCurrentFanState
- HMCharacteristicTypeTargetFanState
- HMCharacteristicTypeRotationDirection
- HMCharacteristicTypeRotationSpeed
- HMCharacteristicTypeSwingMode
- HMCharacteristicTypeCurrentAirPurifierState
- HMCharacteristicTypeTargetAirPurifierState
- HMCharacteristicTypeFilterLifeLevel
- HMCharacteristicTypeFilterChangeIndication
- HMCharacteristicTypeFilterResetChangeIndication
- HMCharacteristicTypeWaterLevel
- HMCharacteristicTypeValveType
- HMCharacteristicTypeLeakDetected
- HMCharacteristicTypeCurrentDoorState
- HMCharacteristicTypeTargetDoorState
- HMCharacteristicTypeCurrentPosition
- HMCharacteristicTypeTargetPosition
- HMCharacteristicTypePositionState
- HMCharacteristicTypeStatusJammed
- HMCharacteristicTypeHoldPosition
- HMCharacteristicTypeSlatType
- HMCharacteristicTypeCurrentSlatState
- HMCharacteristicTypeCurrentHorizontalTilt
- HMCharacteristicTypeTargetHorizontalTilt
- HMCharacteristicTypeCurrentVerticalTilt
- HMCharacteristicTypeTargetVerticalTilt
- HMCharacteristicTypeCurrentTilt
- HMCharacteristicTypeTargetTilt
- HMCharacteristicTypeLockManagementAutoSecureTimeout
- HMCharacteristicTypeLockManagementControlPoint
-
HMCharacteristicTypeLockMechanismLastKnownAction
-
HMCharacteristicValueLockMechanismLastKnownAction
- HMCharacteristicValueLockMechanismLastKnownAction.securedRemotely
- HMCharacteristicValueLockMechanismLastKnownAction.securedUsingPhysicalMovement
- HMCharacteristicValueLockMechanismLastKnownAction.securedUsingPhysicalMovementExterior
- HMCharacteristicValueLockMechanismLastKnownAction.securedUsingPhysicalMovementInterior
- HMCharacteristicValueLockMechanismLastKnownAction.securedWithAutomaticSecureTimeout
- HMCharacteristicValueLockMechanismLastKnownAction.securedWithKeypad
- HMCharacteristicValueLockMechanismLastKnownAction.unsecuredRemotely
- HMCharacteristicValueLockMechanismLastKnownAction.unsecuredUsingPhysicalMovement
- HMCharacteristicValueLockMechanismLastKnownAction.unsecuredUsingPhysicalMovementExterior
- HMCharacteristicValueLockMechanismLastKnownAction.unsecuredUsingPhysicalMovementInterior
- HMCharacteristicValueLockMechanismLastKnownAction.unsecuredWithKeypad
-
HMCharacteristicValueLockMechanismLastKnownAction
- HMCharacteristicTypeLockPhysicalControls
- HMCharacteristicTypeMotionDetected
- HMCharacteristicTypeCurrentLockMechanismState
- HMCharacteristicTypeTargetLockMechanismState
- HMCharacteristicTypeCurrentSecuritySystemState
- HMCharacteristicTypeTargetSecuritySystemState
- HMCharacteristicTypeObstructionDetected
- HMCharacteristicTypeOccupancyDetected
- HMCharacteristicTypeSecuritySystemAlarmType
- HMCharacteristicTypeSupportedRTPConfiguration
- HMCharacteristicTypeDigitalZoom
- HMCharacteristicTypeOpticalZoom
- HMCharacteristicTypeImageMirroring
- HMCharacteristicTypeImageRotation
- HMCharacteristicTypeNightVision
- HMCharacteristicTypeStreamingStatus
- HMCharacteristicTypeSupportedVideoStreamConfiguration
- HMCharacteristicTypeSupportedAudioStreamConfiguration
- HMCharacteristicTypeSelectedStreamConfiguration
- HMCharacteristicTypeSetupStreamEndpoint
- HMCharacteristicTypeAudioFeedback
- HMCharacteristicTypeVolume
- HMCharacteristicTypeMute
- HMCharacteristicTypeActive
- HMCharacteristicTypeStatusTampered
- HMCharacteristicTypeStatusFault
- HMCharacteristicTypeStatusActive
- HMCharacteristicTypeInUse
- HMCharacteristicTypeIsConfigured
- HMCharacteristicTypeRemainingDuration
- HMCharacteristicTypeSetDuration
- HMCharacteristicTypeProgramMode
- HMCharacteristicTypeName
- HMCharacteristicTypeIdentify
- HMCharacteristicTypeVersion
- HMCharacteristicTypeLogs
- HMCharacteristicTypeAdminOnlyAccess
- HMCharacteristicTypeHardwareVersion
- HMCharacteristicTypeSoftwareVersion
- HMCharacteristicTypeLabelIndex
- HMCharacteristicTypeLabelNamespace
- value
- readValue(completionHandler:)
- writeValue(_:completionHandler:)
- updateAuthorizationData(_:completionHandler:)
- metadata
-
HMCharacteristicMetadata
- manufacturerDescription
- validValues
- minimumValue
- maximumValue
- stepValue
- maxLength
- format
-
Characteristic Data Formats
- HMCharacteristicMetadataFormatBool
- HMCharacteristicMetadataFormatString
- HMCharacteristicMetadataFormatInt
- HMCharacteristicMetadataFormatFloat
- HMCharacteristicMetadataFormatUInt8
- HMCharacteristicMetadataFormatUInt16
- HMCharacteristicMetadataFormatUInt32
- HMCharacteristicMetadataFormatUInt64
- HMCharacteristicMetadataFormatData
- HMCharacteristicMetadataFormatTLV8
- HMCharacteristicMetadataFormatArray
- HMCharacteristicMetadataFormatDictionary
- units
-
Characteristic Units
- HMCharacteristicMetadataUnitsPercentage
- HMCharacteristicMetadataUnitsPartsPerMillion
- HMCharacteristicMetadataUnitsCelsius
- HMCharacteristicMetadataUnitsFahrenheit
- HMCharacteristicMetadataUnitsSeconds
- HMCharacteristicMetadataUnitsLux
- HMCharacteristicMetadataUnitsMicrogramsPerCubicMeter
- HMCharacteristicMetadataUnitsArcDegree
- enableNotification(_:completionHandler:)
- isNotificationEnabled
- service
- HMActionSet
- HMTimerTrigger
-
HMEventTrigger
- init(name:events:predicate:)
- init(name:events:end:recurrences:predicate:)
- triggerActivationState
- HMEventTriggerActivationState
- events
- updateEvents(_:completionHandler:)
- Location Events
- Time Events
- Characteristic Events
- Presence Events
- HMEvent
- endEvents
- updateEndEvents(_:completionHandler:)
- recurrences
- updateRecurrences(_:completionHandler:)
- executeOnce
- updateExecuteOnce(_:completionHandler:)
- predicate
- updatePredicate(_:completionHandler:)
- predicateForEvaluatingTriggerOccurring(beforeSignificantEvent:)
- predicateForEvaluatingTriggerOccurring(afterSignificantEvent:)
- predicate(forEvaluatingTriggerOccurringBetweenSignificantEvent:secondSignificantEvent:)
- predicateForEvaluatingTrigger(occurringBefore:)
- predicateForEvaluatingTrigger(occurringOn:)
- predicateForEvaluatingTrigger(occurringAfter:)
- predicateForEvaluatingTriggerOccurringBetweenDate(with:secondDateWith:)
- predicateForEvaluatingTrigger(_:relatedBy:toValue:)
- predicateForEvaluatingTrigger(withPresence:)
- HMCharacteristicKeyPath
- HMCharacteristicValueKeyPath
- HMPresenceKeyPath
- addEvent(_:completionHandler:)
- removeEvent(_:completionHandler:)
- predicateForEvaluatingTrigger(occurringBefore:applyingOffset:)
- predicateForEvaluatingTrigger(occurringAfter:applyingOffset:)
-
HMError
- errorDomain
- HMErrorDomain
- errorCode
- errorUserInfo
- localizedDescription
- unexpectedError
- alreadyExists
- notFound
- invalidParameter
- accessoryNotReachable
- readOnlyCharacteristic
- writeOnlyCharacteristic
- notificationNotSupported
- operationTimedOut
- accessoryPoweredOff
- accessDenied
- objectAssociatedToAnotherHome
- objectNotAssociatedToAnyHome
- objectAlreadyAssociatedToHome
- accessoryIsBusy
- operationInProgress
- accessoryOutOfResources
- insufficientPrivileges
- accessoryPairingFailed
- invalidDataFormatSpecified
- nilParameter
- unconfiguredParameter
- invalidClass
- operationCancelled
- roomForHomeCannotBeInZone
- noActionsInActionSet
- noRegisteredActionSets
- missingParameter
- fireDateInPast
- roomForHomeCannotBeUpdated
- actionInAnotherActionSet
- objectWithSimilarNameExistsInHome
- homeWithSimilarNameExists
- renameWithSimilarName
- cannotRemoveNonBridgeAccessory
- nameContainsProhibitedCharacters
- nameDoesNotStartWithValidCharacters
- userIDNotEmailAddress
- userDeclinedAddingUser
- userDeclinedRemovingUser
- userDeclinedInvite
- userManagementFailed
- recurrenceTooSmall
- invalidValueType
- valueLowerThanMinimum
- valueHigherThanMaximum
- stringLongerThanMaximum
- homeAccessNotAuthorized
- operationNotSupported
- maximumObjectLimitReached
- accessorySentInvalidResponse
- stringShorterThanMinimum
- genericError
- securityFailure
- communicationFailure
- messageAuthenticationFailed
- invalidMessageSize
- accessoryDiscoveryFailed
- clientRequestError
- accessoryResponseError
- nameDoesNotEndWithValidCharacters
- accessoryIsBlocked
- invalidAssociatedServiceType
- actionSetExecutionFailed
- actionSetExecutionPartialSuccess
- actionSetExecutionInProgress
- accessoryOutOfCompliance
- dataResetFailure
- notificationAlreadyEnabled
- recurrenceMustBeOnSpecifiedBoundaries
- dateMustBeOnSpecifiedBoundaries
- cannotActivateTriggerTooFarInFuture
- recurrenceTooLarge
- readWritePartialSuccess
- readWriteFailure
- notSignedIntoiCloud
- keychainSyncNotEnabled
- cloudDataSyncInProgress
- networkUnavailable
- addAccessoryFailed
- missingEntitlement
- cannotUnblockNonBridgeAccessory
- deviceLocked
- cannotRemoveBuiltinActionSet
- locationForHomeDisabled
- notAuthorizedForLocationServices
- referToUserManual
- invalidOrMissingAuthorizationData
- bridgedAccessoryNotReachable
- notAuthorizedForMicrophoneAccess
- incompatibleNetwork
- noHomeHub
- noCompatibleHomeHub
- incompatibleAccessory
- objectWithSimilarNameExists
- ownershipFailure
- maximumAccessoriesOfTypeInHome
- wiFiCredentialGenerationFailed
-
HMError.Code
- HMError.Code.unexpectedError
- HMError.Code.alreadyExists
- HMError.Code.notFound
- HMError.Code.invalidParameter
- HMError.Code.accessoryNotReachable
- HMError.Code.readOnlyCharacteristic
- HMError.Code.writeOnlyCharacteristic
- HMError.Code.notificationNotSupported
- HMError.Code.operationTimedOut
- HMError.Code.accessoryPoweredOff
- HMError.Code.accessDenied
- HMError.Code.objectAssociatedToAnotherHome
- HMError.Code.objectNotAssociatedToAnyHome
- HMError.Code.objectAlreadyAssociatedToHome
- HMError.Code.accessoryIsBusy
- HMError.Code.operationInProgress
- HMError.Code.accessoryOutOfResources
- HMError.Code.insufficientPrivileges
- HMError.Code.accessoryPairingFailed
- HMError.Code.invalidDataFormatSpecified
- HMError.Code.nilParameter
- HMError.Code.unconfiguredParameter
- HMError.Code.invalidClass
- HMError.Code.operationCancelled
- HMError.Code.roomForHomeCannotBeInZone
- HMError.Code.noActionsInActionSet
- HMError.Code.noRegisteredActionSets
- HMError.Code.missingParameter
- HMError.Code.fireDateInPast
- HMError.Code.roomForHomeCannotBeUpdated
- HMError.Code.actionInAnotherActionSet
- HMError.Code.objectWithSimilarNameExistsInHome
- HMError.Code.homeWithSimilarNameExists
- HMError.Code.renameWithSimilarName
- HMError.Code.cannotRemoveNonBridgeAccessory
- HMError.Code.nameContainsProhibitedCharacters
- HMError.Code.nameDoesNotStartWithValidCharacters
- HMError.Code.userIDNotEmailAddress
- HMError.Code.userDeclinedAddingUser
- HMError.Code.userDeclinedRemovingUser
- HMError.Code.userDeclinedInvite
- HMError.Code.userManagementFailed
- HMError.Code.recurrenceTooSmall
- HMError.Code.invalidValueType
- HMError.Code.valueLowerThanMinimum
- HMError.Code.valueHigherThanMaximum
- HMError.Code.stringLongerThanMaximum
- HMError.Code.homeAccessNotAuthorized
- HMError.Code.operationNotSupported
- HMError.Code.maximumObjectLimitReached
- HMError.Code.accessorySentInvalidResponse
- HMError.Code.stringShorterThanMinimum
- HMError.Code.genericError
- HMError.Code.securityFailure
- HMError.Code.communicationFailure
- HMError.Code.messageAuthenticationFailed
- HMError.Code.invalidMessageSize
- HMError.Code.accessoryDiscoveryFailed
- HMError.Code.clientRequestError
- HMError.Code.accessoryResponseError
- HMError.Code.nameDoesNotEndWithValidCharacters
- HMError.Code.accessoryIsBlocked
- HMError.Code.invalidAssociatedServiceType
- HMError.Code.actionSetExecutionFailed
- HMError.Code.actionSetExecutionPartialSuccess
- HMError.Code.actionSetExecutionInProgress
- HMError.Code.accessoryOutOfCompliance
- HMError.Code.dataResetFailure
- HMError.Code.notificationAlreadyEnabled
- HMError.Code.recurrenceMustBeOnSpecifiedBoundaries
- HMError.Code.dateMustBeOnSpecifiedBoundaries
- HMError.Code.cannotActivateTriggerTooFarInFuture
- HMError.Code.recurrenceTooLarge
- HMError.Code.readWritePartialSuccess
- HMError.Code.readWriteFailure
- HMError.Code.notSignedIntoiCloud
- HMError.Code.keychainSyncNotEnabled
- HMError.Code.cloudDataSyncInProgress
- HMError.Code.networkUnavailable
- HMError.Code.addAccessoryFailed
- HMError.Code.missingEntitlement
- HMError.Code.cannotUnblockNonBridgeAccessory
- HMError.Code.deviceLocked
- HMError.Code.cannotRemoveBuiltinActionSet
- HMError.Code.locationForHomeDisabled
- HMError.Code.notAuthorizedForLocationServices
- HMError.Code.referToUserManual
- HMError.Code.invalidOrMissingAuthorizationData
- HMError.Code.bridgedAccessoryNotReachable
- HMError.Code.notAuthorizedForMicrophoneAccess
- HMError.Code.incompatibleNetwork
- HMError.Code.noHomeHub
- HMError.Code.noCompatibleHomeHub
- HMError.Code.incompatibleAccessory
- HMError.Code.objectWithSimilarNameExists
- HMError.Code.ownershipFailure
- HMError.Code.maximumAccessoriesOfTypeInHome
- HMError.Code.wiFiCredentialGenerationFailed
- HMError.Code.accessoryCommunicationFailure
- HMError.Code.enterpriseNetworkNotSupported
- HMError.Code.failedToJoinNetwork
- HMError.Code.timedOutWaitingForAccessory
- !=(_:_:)
- accessoryCommunicationFailure
- enterpriseNetworkNotSupported
- failedToJoinNetwork
- timedOutWaitingForAccessory
- HMErrorBlock
-
CameraView
- init(source:)
- HMCameraSource
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- keyboardType(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- autocapitalization(_:)
- disableAutocorrection(_:)
- labelsHidden()
- defaultWheelPickerItemHeight(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- signInWithAppleButtonStyle(_:)
- pickerStyle(_:)
- datePickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- indexViewStyle(_:)
- listStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- listRowPlatterColor(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarHidden(_:)
- statusBar(hidden:)
- navigationBarBackButtonHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- digitalCrownRotation(_:)
- digitalCrownRotation(_:from:through:by:sensitivity:isContinuous:isHapticFeedbackEnabled:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onMoveCommand(perform:)
- onExitCommand(perform:)
- onPlayPauseCommand(perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- body
- CameraView.Body
- modifier(_:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityIgnoresInvertColors(_:)
- ignoresSafeArea(_:edges:)
- isPlaceholder(_:)
- menuStyle(_:)
- redacted(reason:)
- unredacted()
- HomeKit Enumerations
iAd
- ADClientError
- Deprecated Symbols
JavaScriptCore
MapKit
- MKMapView
- MKMapItem
-
Map
- init(coordinateRegion:interactionModes:showsUserLocation:userTrackingMode:)
- init(coordinateRegion:interactionModes:showsUserLocation:userTrackingMode:annotationItems:annotationContent:)
- init(mapRect:interactionModes:showsUserLocation:userTrackingMode:)
- init(mapRect:interactionModes:showsUserLocation:userTrackingMode:annotationItems:annotationContent:)
-
MapInteractionModes
- all
- pan
- zoom
- init()
- init(_:)
- init(arrayLiteral:)
- init(rawValue:)
- MapInteractionModes.ArrayLiteralElement
- MapInteractionModes.Element
- MapInteractionModes.RawValue
- isEmpty
- rawValue
- !=(_:_:)
- contains(_:)
- isDisjoint(with:)
- isStrictSubset(of:)
- isStrictSuperset(of:)
- isSubset(of:)
- isSuperset(of:)
- update(with:)
- insert(_:)
- remove(_:)
- formSymmetricDifference(_:)
- subtract(_:)
- formUnion(_:)
- formIntersection(_:)
- union(_:)
- intersection(_:)
- subtracting(_:)
- symmetricDifference(_:)
- MapUserTrackingMode
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- keyboardType(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textContentType(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- autocapitalization(_:)
- disableAutocorrection(_:)
- labelsHidden()
- defaultWheelPickerItemHeight(_:)
- horizontalRadioGroupLayout()
- controlSize(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- signInWithAppleButtonStyle(_:)
- menuButtonStyle(_:)
- menuStyle(_:)
- pickerStyle(_:)
- datePickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- indexViewStyle(_:)
- listStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- listRowPlatterColor(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarHidden(_:)
- statusBar(hidden:)
- navigationBarBackButtonHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- touchBar(content:)
- touchBar(_:)
- touchBarItemPrincipal(_:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- digitalCrownRotation(_:)
- digitalCrownRotation(_:from:through:by:sensitivity:isContinuous:isHapticFeedbackEnabled:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onCutCommand(perform:)
- onCopyCommand(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onDeleteCommand(perform:)
- onMoveCommand(perform:)
- onExitCommand(perform:)
- onPlayPauseCommand(perform:)
- onCommand(_:perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- body
- Map.Body
- modifier(_:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityIgnoresInvertColors(_:)
- ignoresSafeArea(_:edges:)
- isPlaceholder(_:)
- redacted(reason:)
- unredacted()
- MKMapCamera
- MKCompassButton
- MKZoomControl
- MKPitchControl
- MKAnnotationView
- MapKit Annotations
- MapKit Overlays
- MKLocalSearch
- MKLocalPointsOfInterestRequest
- MKLocalSearch.ResultType
- MKLocalSearchCompleter
- MKLocalSearchCompleter.ResultType
- MKMapSnapshotter
- MKError
Messages
- MSStickerBrowserViewController
- MSStickerBrowserView
- MSStickerView
- MSStickerSize
-
MSMessagesAppViewController
- activeConversation
- dismiss()
- willBecomeActive(with:)
- didBecomeActive(with:)
- willResignActive(with:)
- didResignActive(with:)
- willSelect(_:conversation:)
- didSelect(_:conversation:)
- didReceive(_:conversation:)
- didStartSending(_:conversation:)
- didCancelSending(_:conversation:)
- presentationStyle
- requestPresentationStyle(_:)
- willTransition(to:)
- didTransition(to:)
- MSMessagesAppPresentationStyle
- presentationContext
- MSMessagesAppPresentationContext
- MSMessagesAppTranscriptPresentation
- MSMessagesAppPresentationStyle
-
MSConversation
- selectedMessage
- localParticipantIdentifier
- remoteParticipantIdentifiers
- insertAttachment(_:withAlternateFilename:completionHandler:)
- insert(_:completionHandler:)
- insert(_:completionHandler:)
- insertText(_:completionHandler:)
- sendAttachment(_:withAlternateFilename:completionHandler:)
- send(_:completionHandler:)
- send(_:completionHandler:)
- sendText(_:completionHandler:)
- MSSticker
- MSMessage
- MSSession
- MSMessageLayout
- MSMessageTemplateLayout
- MSMessageLiveLayout
- MSStickersErrorDomain
- MSMessagesErrorDomain
-
MSMessageErrorCode
- MSMessageErrorCode.fileNotFound
- MSMessageErrorCode.fileUnreadable
- MSMessageErrorCode.improperFileType
- MSMessageErrorCode.improperFileURL
- MSMessageErrorCode.stickerFileImproperFileAttributes
- MSMessageErrorCode.stickerFileImproperFileSize
- MSMessageErrorCode.stickerFileImproperFileFormat
- MSMessageErrorCode.urlExceedsMaxSize
- MSMessageErrorCode.sendWhileNotVisible
- MSMessageErrorCode.sendWithoutRecentInteraction
- MSMessageErrorCode.apiUnavailableInPresentationContext
- MSMessageErrorCode.unknown
MessageUI
MultipeerConnectivity
Natural Language
NewsstandKit
NotificationCenter
PassKit (Apple Pay and Wallet)
-
Apple Pay
-
PKPaymentAuthorizationController
- canMakePayments()
- canMakePayments(usingNetworks:)
- canMakePayments(usingNetworks:capabilities:)
- delegate
-
PKPaymentAuthorizationControllerDelegate
- paymentAuthorizationController(_:didSelectPaymentMethod:handler:)
- paymentAuthorizationController(_:didSelectPaymentMethod:completion:)
- paymentAuthorizationController(_:didSelectShippingContact:handler:)
- paymentAuthorizationController(_:didSelectShippingContact:completion:)
- paymentAuthorizationController(_:didSelectShippingMethod:handler:)
- paymentAuthorizationController(_:didSelectShippingMethod:completion:)
- paymentAuthorizationControllerWillAuthorizePayment(_:)
- paymentAuthorizationController(_:didAuthorizePayment:handler:)
- paymentAuthorizationController(_:didAuthorizePayment:completion:)
- paymentAuthorizationControllerDidFinish(_:)
- paymentAuthorizationController(_:didRequestMerchantSessionUpdate:)
- presentationWindow(for:)
- present(completion:)
- dismiss(completion:)
- init(paymentRequest:)
-
PKPaymentAuthorizationViewController
- canMakePayments()
- canMakePayments(usingNetworks:)
- canMakePayments(usingNetworks:capabilities:)
- delegate
-
PKPaymentAuthorizationViewControllerDelegate
- paymentAuthorizationViewControllerWillAuthorizePayment(_:)
- paymentAuthorizationViewController(_:didAuthorizePayment:handler:)
- paymentAuthorizationViewController(_:didAuthorizePayment:completion:)
- paymentAuthorizationViewControllerDidFinish(_:)
- paymentAuthorizationViewController(_:didSelect:handler:)
- paymentAuthorizationViewController(_:didSelect:completion:)
- paymentAuthorizationViewController(_:didSelectShippingContact:handler:)
- paymentAuthorizationViewController(_:didSelectShippingContact:completion:)
- paymentAuthorizationViewController(_:didSelect:handler:)
- paymentAuthorizationViewController(_:didSelect:completion:)
- paymentAuthorizationViewController(_:didRequestMerchantSessionUpdate:)
- init(paymentRequest:)
-
PKPaymentButton
- init(paymentButtonType:paymentButtonStyle:)
-
PKPaymentButtonType
- PKPaymentButtonType.plain
- PKPaymentButtonType.buy
- PKPaymentButtonType.setUp
- PKPaymentButtonType.inStore
- PKPaymentButtonType.donate
- PKPaymentButtonType.checkout
- PKPaymentButtonType.book
- PKPaymentButtonType.subscribe
- PKPaymentButtonType.addMoney
- PKPaymentButtonType.contribute
- PKPaymentButtonType.order
- PKPaymentButtonType.reload
- PKPaymentButtonType.rent
- PKPaymentButtonType.support
- PKPaymentButtonType.tip
- PKPaymentButtonType.topUp
- PKPaymentButtonStyle
- cornerRadius
-
PKPaymentRequest
- availableNetworks()
- supportedNetworks
- PKPaymentNetwork
- merchantIdentifier
- merchantCapabilities
- PKMerchantCapability
- countryCode
- supportedCountries
- currencyCode
- paymentSummaryItems
- PKPaymentSummaryItem
- requiredBillingContactFields
- requiredShippingContactFields
- PKContactField
- billingContact
- shippingContact
- PKContact
- shippingMethods
- PKShippingMethod
- shippingType
- PKShippingType
- applicationData
- paymentBillingAddressInvalidError(withKey:localizedDescription:)
- paymentContactInvalidError(withContactField:localizedDescription:)
- paymentShippingAddressInvalidError(withKey:localizedDescription:)
- paymentShippingAddressUnserviceableError(withLocalizedDescription:)
- requiredBillingAddressFields
- requiredShippingAddressFields
- PKAddressField
-
PKPaymentAuthorizationResult
- init(status:errors:)
- errors
- status
-
PKPaymentAuthorizationStatus
- PKPaymentAuthorizationStatus.success
- PKPaymentAuthorizationStatus.failure
- PKPaymentAuthorizationStatus.invalidBillingPostalAddress
- PKPaymentAuthorizationStatus.invalidShippingPostalAddress
- PKPaymentAuthorizationStatus.invalidShippingContact
- PKPaymentAuthorizationStatus.pinRequired
- PKPaymentAuthorizationStatus.pinIncorrect
- PKPaymentAuthorizationStatus.pinLockout
-
PKPaymentAuthorizationController
- canMakePayments()
- canMakePayments(usingNetworks:)
- canMakePayments(usingNetworks:capabilities:)
- delegate
-
PKPaymentAuthorizationControllerDelegate
- paymentAuthorizationController(_:didSelectPaymentMethod:handler:)
- paymentAuthorizationController(_:didSelectPaymentMethod:completion:)
- paymentAuthorizationController(_:didSelectShippingContact:handler:)
- paymentAuthorizationController(_:didSelectShippingContact:completion:)
- paymentAuthorizationController(_:didSelectShippingMethod:handler:)
- paymentAuthorizationController(_:didSelectShippingMethod:completion:)
- paymentAuthorizationControllerWillAuthorizePayment(_:)
- paymentAuthorizationController(_:didAuthorizePayment:handler:)
- paymentAuthorizationController(_:didAuthorizePayment:completion:)
- paymentAuthorizationControllerDidFinish(_:)
- paymentAuthorizationController(_:didRequestMerchantSessionUpdate:)
- presentationWindow(for:)
- present(completion:)
- dismiss(completion:)
- init(paymentRequest:)
-
PKPaymentAuthorizationViewController
- canMakePayments()
- canMakePayments(usingNetworks:)
- canMakePayments(usingNetworks:capabilities:)
- delegate
-
PKPaymentAuthorizationViewControllerDelegate
- paymentAuthorizationViewControllerWillAuthorizePayment(_:)
- paymentAuthorizationViewController(_:didAuthorizePayment:handler:)
- paymentAuthorizationViewController(_:didAuthorizePayment:completion:)
- paymentAuthorizationViewControllerDidFinish(_:)
- paymentAuthorizationViewController(_:didSelect:handler:)
- paymentAuthorizationViewController(_:didSelect:completion:)
- paymentAuthorizationViewController(_:didSelectShippingContact:handler:)
- paymentAuthorizationViewController(_:didSelectShippingContact:completion:)
- paymentAuthorizationViewController(_:didSelect:handler:)
- paymentAuthorizationViewController(_:didSelect:completion:)
- paymentAuthorizationViewController(_:didRequestMerchantSessionUpdate:)
- init(paymentRequest:)
- PKPayment
- PKPaymentRequestPaymentMethodUpdate
- PKPaymentRequestShippingContactUpdate
- PKPaymentRequestShippingMethodUpdate
-
PKPaymentRequestUpdate
- init(paymentSummaryItems:)
- status
-
PKPaymentAuthorizationStatus
- PKPaymentAuthorizationStatus.success
- PKPaymentAuthorizationStatus.failure
- PKPaymentAuthorizationStatus.invalidBillingPostalAddress
- PKPaymentAuthorizationStatus.invalidShippingPostalAddress
- PKPaymentAuthorizationStatus.invalidShippingContact
- PKPaymentAuthorizationStatus.pinRequired
- PKPaymentAuthorizationStatus.pinIncorrect
- PKPaymentAuthorizationStatus.pinLockout
- paymentSummaryItems
- PKPaymentSummaryItem
- PKPaymentError
- PKPaymentErrorKey
- PKAddressField
-
PKPaymentAuthorizationController
-
Wallet
- PKAddPassesViewController
-
PKAddPaymentPassViewController
- PKAddPaymentPassViewControllerDelegate
- PKAddPaymentPassRequestConfiguration
-
PKPass
- passURL
- webServiceURL
- authenticationToken
- passTypeIdentifier
- serialNumber
- passType
- PKPassType
- paymentPass
- deviceName
- localizedName
- localizedDescription
- isRemotePass
- organizationName
- localizedValue(forFieldKey:)
- relevantDate
- userInfo
- init(data:)
- PKPassKitErrorDomain
- PKPassKitError.Code
- secureElementPass
-
PKPassLibrary
- isPassLibraryAvailable()
- passes()
- containsPass(_:)
- pass(withPassTypeIdentifier:serialNumber:)
- passes(of:)
- remotePaymentPasses()
- addPasses(_:withCompletionHandler:)
- PKPassLibraryAddPassesStatus
- canAddFelicaPass()
- removePass(_:)
- replacePass(with:)
- canAddPaymentPass(withPrimaryAccountIdentifier:)
- openPaymentSetup()
- isPaymentPassActivationAvailable()
- activate(_:withActivationData:completion:)
- present(_:)
- isSuppressingAutomaticPassPresentation()
- requestAutomaticPassPresentationSuppression(responseHandler:)
- PKAutomaticPassPresentationSuppressionResult
- endAutomaticPassPresentationSuppression(withRequestToken:)
- PKSuppressionRequestToken
- PKPassLibraryDidChange
- PKPassLibraryRemotePaymentPassesDidChange
- PKPassLibraryNotificationKey
- PKPassLibraryNotificationName
- activate(_:withActivationCode:completion:)
- isPaymentPassActivationAvailable()
- isSecureElementPassActivationAvailable
- remoteSecureElementPasses
- activate(_:activationData:completion:)
- canAddSecureElementPass(primaryAccountIdentifier:)
- present(_:)
- sign(_:using:completion:)
- PKTransitPassProperties
- PKSuicaPassProperties
- PKObject
- PKPaymentPass
- PKAddPaymentPassRequest
- PKLabeledValue
- PKAddPaymentPassRequestConfiguration
- PKAddPassButton
- PKPassKitError
-
PKAddSecureElementPassError
- errorCode
- errorUserInfo
- localizedDescription
- deviceNotReadyError
- deviceNotSupportedError
- errorDomain
- invalidConfigurationError
- unavailableError
- unknownError
- userCanceledError
- !=(_:_:)
-
PKAddSecureElementPassError.Code
- PKAddSecureElementPassError.Code.deviceNotReadyError
- PKAddSecureElementPassError.Code.deviceNotSupportedError
- PKAddSecureElementPassError.Code.invalidConfigurationError
- PKAddSecureElementPassError.Code.unavailableError
- PKAddSecureElementPassError.Code.unknownError
- PKAddSecureElementPassError.Code.userCanceledError
- PKAddCarKeyPassConfiguration
- PKAddSecureElementPassConfiguration
- PKAddSecureElementPassViewController
- PKAddShareablePassConfiguration
- PKBarcodeEventConfigurationRequest
- PKBarcodeEventMetadataRequest
- PKBarcodeEventMetadataResponse
- PKBarcodeEventSignatureRequest
- PKBarcodeEventSignatureResponse
- PKIssuerProvisioningExtensionHandler
- PKIssuerProvisioningExtensionPassEntry
- PKIssuerProvisioningExtensionPaymentPassEntry
- PKIssuerProvisioningExtensionStatus
- PKPaymentInformationEventExtension
- PKPaymentMerchantSession
- PKPaymentRequestMerchantSessionUpdate
- PKSecureElementPass
- PKShareablePassMetadata
- PKAddSecureElementPassViewControllerDelegate
- PKIssuerProvisioningExtensionAuthorizationProviding
- PKPaymentInformationRequestHandling
- PassKit Enumerations
- PassKit Constants
- PassKit Data Types
PreferencePanes
PushKit
QuickLook
-
Previews or Thumbnail Images for macOS 10.14 or Earlier
- QLThumbnailCreate(_:_:_:_:)
- QLThumbnailDispatchAsync(_:_:_:)
- QLThumbnailCancel(_:)
- QLThumbnailCopyDocumentURL(_:)
- QLThumbnailCopyImage(_:)
- QLThumbnailCopyOptions(_:)
- QLThumbnailGetContentRect(_:)
- QLThumbnailGetMaximumSize(_:)
- QLThumbnailGetTypeID()
- QLThumbnailIsCancelled(_:)
- QLThumbnailRequestCopyContentUTI(_:)
- QLThumbnailRequestCopyOptions(_:)
- QLThumbnailRequestCopyURL(_:)
- QLThumbnailRequestCreateContext(_:_:_:_:)
- QLThumbnailRequestFlushContext(_:_:)
- QLThumbnailRequestGetDocumentObject(_:)
- QLThumbnailRequestGetGeneratorBundle(_:)
- QLThumbnailRequestGetMaximumSize(_:)
- QLThumbnailRequestGetTypeID()
- QLThumbnailRequestIsCancelled(_:)
- QLThumbnailRequestSetDocumentObject(_:_:_:)
- QLThumbnailRequestSetImage(_:_:_:)
- QLThumbnailRequestSetImageAtURL(_:_:_:)
- QLThumbnailRequestSetImageWithData(_:_:_:)
- QLThumbnailRequestSetThumbnailWithDataRepresentation(_:_:_:_:_:)
- QLThumbnailRequestSetThumbnailWithURLRepresentation(_:_:_:_:_:)
- QLPreviewRequestCopyContentUTI(_:)
- QLPreviewRequestCopyOptions(_:)
- QLPreviewRequestCopyURL(_:)
- QLPreviewRequestCreateContext(_:_:_:_:)
- QLPreviewRequestCreatePDFContext(_:_:_:_:)
- QLPreviewRequestFlushContext(_:_:)
- QLPreviewRequestGetDocumentObject(_:)
- QLPreviewRequestSetDocumentObject(_:_:_:)
- QLPreviewRequestGetGeneratorBundle(_:)
- QLPreviewRequestGetTypeID()
- QLPreviewRequestIsCancelled(_:)
- QLPreviewRequestSetDataRepresentation(_:_:_:_:)
- QLPreviewRequestSetURLRepresentation(_:_:_:_:)
- kQLPreviewContentIDScheme
- kQLPreviewPropertyCursorKey
- kQLPreviewOptionCursorKey
- kQLPreviewPropertyAttachmentDataKey
- kQLPreviewPropertyAttachmentsKey
- kQLPreviewPropertyBaseBundlePathKey
- kQLPreviewPropertyDisplayNameKey
- kQLPreviewPropertyHeightKey
- kQLPreviewPropertyMIMETypeKey
- kQLPreviewPropertyPDFStyleKey
- kQLPreviewPropertyStringEncodingKey
- kQLPreviewPropertyWidthKey
- kQLThumbnailPropertyBadgeImageKey
- kQLThumbnailPropertyBaseBundlePathKey
- kQLThumbnailPropertyExtensionKey
SafariServices
- SFSafariViewController
- SSReadingList
- SSReadingListErrorDomain
- SSReadingListError.Code
- SFContentBlockerManager
- SFContentBlockerState
- SFContentBlockerErrorDomain
- SFContentBlockerErrorCode
- SFError
- SFError.Code
- SFAuthenticationError
- SafariServices Constants
SiriKit
- Resolving and Handling Intents
- INIntentHandlerProviding
-
Intents and Related Classes
- INExtension
- INIntentHandlerProviding
- INIntent
- INIntentResponse
- INPreferences
- INObject
- INObjectCollection
- INObjectSection
-
INIntentError
- decodingGeneric
- encodingFailed
- encodingGeneric
- imageGeneric
- imageLoadingFailed
- imageNoServiceAvailable
- imageServiceFailure
- imageProxyInvalid
- imageProxyLoop
- imageProxyTimeout
- imageRetrievalFailed
- imageStorageFailed
- imageScalingFailed
- permissionDenied
- voiceShortcutCreationFailed
- voiceShortcutDeleteFailed
- voiceShortcutGetFailed
- interactionOperationNotSupported
- donatingInteraction
- deletingAllInteractions
- deletingInteractionWithIdentifiers
- deletingInteractionWithGroupIdentifier
- intentSupportedByMultipleExtension
- restrictedIntentsNotSupportedByExtension
- noHandlerProvidedForIntent
- invalidIntentName
- noAppAvailable
- extensionLaunchingTimeout
- extensionBringUpFailed
- invalidUserVocabularyFileLocation
- requestTimedOut
- missingInformation
- errorCode
- errorDomain
- errorUserInfo
- localizedDescription
- !=(_:_:)
-
INIntentError.Code
- INIntentError.Code.decodingGeneric
- INIntentError.Code.encodingFailed
- INIntentError.Code.encodingGeneric
- INIntentError.Code.imageGeneric
- INIntentError.Code.imageLoadingFailed
- INIntentError.Code.imageNoServiceAvailable
- INIntentError.Code.imageServiceFailure
- INIntentError.Code.imageProxyInvalid
- INIntentError.Code.imageProxyLoop
- INIntentError.Code.imageProxyTimeout
- INIntentError.Code.imageRetrievalFailed
- INIntentError.Code.imageStorageFailed
- INIntentError.Code.imageScalingFailed
- INIntentError.Code.permissionDenied
- INIntentError.Code.voiceShortcutCreationFailed
- INIntentError.Code.voiceShortcutDeleteFailed
- INIntentError.Code.voiceShortcutGetFailed
- INIntentError.Code.interactionOperationNotSupported
- INIntentError.Code.donatingInteraction
- INIntentError.Code.deletingAllInteractions
- INIntentError.Code.deletingInteractionWithIdentifiers
- INIntentError.Code.deletingInteractionWithGroupIdentifier
- INIntentError.Code.extensionLaunchingTimeout
- INIntentError.Code.extensionBringUpFailed
- INIntentError.Code.noAppAvailable
- INIntentError.Code.intentSupportedByMultipleExtension
- INIntentError.Code.restrictedIntentsNotSupportedByExtension
- INIntentError.Code.noHandlerProvidedForIntent
- INIntentError.Code.invalidIntentName
- INIntentError.Code.requestTimedOut
- INIntentError.Code.invalidUserVocabularyFileLocation
- INIntentError.Code.missingInformation
- INIntentErrorDomain
- Shortcut Management
- INShortcut
- INShortcutAvailabilityOptions
-
Siri Event Suggestions
- INReservation
- INFlightReservation
- INTrainReservation
- INBoatReservation
- INBusReservation
-
INRentalCarReservation
- init(itemReference:reservationNumber:bookingTime:reservationStatus:reservationHolderName:actions:url:rentalCar:rentalDuration:pickupLocation:dropOffLocation:)
- init(itemReference:reservationNumber:bookingTime:reservationStatus:reservationHolderName:actions:rentalCar:rentalDuration:pickupLocation:dropOffLocation:)
- INRestaurantReservation
- INLodgingReservation
- INTicketedEventReservation
-
Messaging
- INSendMessageIntentHandling
-
INSendMessageIntent
- init(recipients:content:speakableGroupName:conversationIdentifier:serviceName:sender:)
- init(recipients:outgoingMessageType:content:speakableGroupName:conversationIdentifier:serviceName:sender:)
- init(recipients:outgoingMessageType:content:speakableGroupName:conversationIdentifier:serviceName:sender:attachments:)
- attachments
- outgoingMessageType
- INSendMessageIntentResponse
- INSendMessageAttachment
- INOutgoingMessageType
- INOutgoingMessageTypeResolutionResult
- INMessage
- INPerson
- Lists and Notes
- Workouts
- Payments
- VoIP Calling
- Visual Codes
- Ride Booking
- Car Commands
-
Restaurant Reservations
-
INBookRestaurantReservationIntentResponse
-
INBookRestaurantReservationIntentCode
- INBookRestaurantReservationIntentCode.success
- INBookRestaurantReservationIntentCode.denied
- INBookRestaurantReservationIntentCode.failure
- INBookRestaurantReservationIntentCode.failureRequiringAppLaunch
- INBookRestaurantReservationIntentCode.failureRequiringAppLaunchMustVerifyCredentials
- INBookRestaurantReservationIntentCode.failureRequiringAppLaunchServiceTemporarilyUnavailable
-
INBookRestaurantReservationIntentCode
- INGetAvailableRestaurantReservationBookingDefaultsIntentResponse
- INGetAvailableRestaurantReservationBookingsIntentResponse
- INGetRestaurantGuestIntentResponse
-
INGetUserCurrentRestaurantReservationBookingsIntentResponse
-
INGetUserCurrentRestaurantReservationBookingsIntentResponseCode
- INGetUserCurrentRestaurantReservationBookingsIntentResponseCode.success
- INGetUserCurrentRestaurantReservationBookingsIntentResponseCode.failure
- INGetUserCurrentRestaurantReservationBookingsIntentResponseCode.failureRequestUnsatisfiable
- INGetUserCurrentRestaurantReservationBookingsIntentResponseCode.unspecified
-
INGetUserCurrentRestaurantReservationBookingsIntentResponseCode
- INRestaurantReservationUserBooking
- INRestaurantReservationUserBookingStatus
-
INBookRestaurantReservationIntentResponse
-
Media
- INPlayMediaIntentHandling
- INPlayMediaIntent
-
INPlayMediaIntentResponse
- init(code:userActivity:)
- code
-
INPlayMediaIntentResponseCode
- INPlayMediaIntentResponseCode.ready
- INPlayMediaIntentResponseCode.continueInApp
- INPlayMediaIntentResponseCode.handleInApp
- INPlayMediaIntentResponseCode.inProgress
- INPlayMediaIntentResponseCode.success
- INPlayMediaIntentResponseCode.unspecified
- INPlayMediaIntentResponseCode.failure
- INPlayMediaIntentResponseCode.failureNoUnplayedContent
- INPlayMediaIntentResponseCode.failureRequiringAppLaunch
- INPlayMediaIntentResponseCode.failureRestrictedContent
- INPlayMediaIntentResponseCode.failureUnknownMediaType
- nowPlayingInfo
- INAddMediaIntentHandling
-
INAddMediaIntent
- init(mediaItems:mediaSearch:mediaDestination:)
- mediaItems
- mediaSearch
- mediaDestination
- INMediaDestination
- INMediaDestinationReference
- INAddMediaIntentResponse
- INSearchForMediaIntentHandling
- INSearchForMediaIntent
-
INSearchForMediaIntentResponse
- init(code:userActivity:)
- code
-
INSearchForMediaIntentResponseCode
- INSearchForMediaIntentResponseCode.unspecified
- INSearchForMediaIntentResponseCode.ready
- INSearchForMediaIntentResponseCode.continueInApp
- INSearchForMediaIntentResponseCode.inProgress
- INSearchForMediaIntentResponseCode.success
- INSearchForMediaIntentResponseCode.failure
- INSearchForMediaIntentResponseCode.failureRequiringAppLaunch
- mediaItems
- INUpdateMediaAffinityIntentHandling
- INUpdateMediaAffinityIntent
-
INUpdateMediaAffinityIntentResponse
- init(code:userActivity:)
- code
-
INUpdateMediaAffinityIntentResponseCode
- INUpdateMediaAffinityIntentResponseCode.unspecified
- INUpdateMediaAffinityIntentResponseCode.ready
- INUpdateMediaAffinityIntentResponseCode.inProgress
- INUpdateMediaAffinityIntentResponseCode.success
- INUpdateMediaAffinityIntentResponseCode.failure
- INUpdateMediaAffinityIntentResponseCode.failureRequiringAppLaunch
- INUserContext
- INMediaUserContext
-
INMediaItem
- init(identifier:title:type:artwork:)
- init(identifier:title:type:artwork:artist:)
- artwork
- identifier
- title
- artist
- type
-
INMediaItemType
- INMediaItemType.unknown
- INMediaItemType.genre
- INMediaItemType.station
- INMediaItemType.album
- INMediaItemType.artist
- INMediaItemType.musicStation
- INMediaItemType.musicVideo
- INMediaItemType.playlist
- INMediaItemType.song
- INMediaItemType.music
- INMediaItemType.radioStation
- INMediaItemType.movie
- INMediaItemType.tvShow
- INMediaItemType.tvShowEpisode
- INMediaItemType.podcastEpisode
- INMediaItemType.podcastPlaylist
- INMediaItemType.podcastShow
- INMediaItemType.podcastStation
- INMediaItemType.audioBook
- INMediaItemType.algorithmicRadioStation
- INMediaItemType.news
- INMediaSearch
- INAddMediaMediaDestinationResolutionResult
-
INAddMediaMediaItemResolutionResult
- init(mediaItemResolutionResult:)
- unsupported(forReason:)
-
INAddMediaMediaItemUnsupportedReason
- INAddMediaMediaItemUnsupportedReason.loginRequired
- INAddMediaMediaItemUnsupportedReason.subscriptionRequired
- INAddMediaMediaItemUnsupportedReason.unsupportedMediaType
- INAddMediaMediaItemUnsupportedReason.explicitContentSettings
- INAddMediaMediaItemUnsupportedReason.cellularDataSettings
- INAddMediaMediaItemUnsupportedReason.restrictedContent
- INAddMediaMediaItemUnsupportedReason.regionRestriction
- INAddMediaMediaItemUnsupportedReason.serviceUnavailable
- successes(with:)
- INMediaDestinationResolutionResult
- INMediaItemResolutionResult
- INMediaAffinityTypeResolutionResult
-
INPlayMediaMediaItemResolutionResult
- init(mediaItemResolutionResult:)
- unsupported(forReason:)
-
INPlayMediaMediaItemUnsupportedReason
- INPlayMediaMediaItemUnsupportedReason.loginRequired
- INPlayMediaMediaItemUnsupportedReason.subscriptionRequired
- INPlayMediaMediaItemUnsupportedReason.unsupportedMediaType
- INPlayMediaMediaItemUnsupportedReason.explicitContentSettings
- INPlayMediaMediaItemUnsupportedReason.cellularDataSettings
- INPlayMediaMediaItemUnsupportedReason.restrictedContent
- INPlayMediaMediaItemUnsupportedReason.regionRestriction
- INPlayMediaMediaItemUnsupportedReason.serviceUnavailable
- successes(with:)
- INPlayMediaPlaybackSpeedResolutionResult
- INPlaybackRepeatModeResolutionResult
- INPlaybackQueueLocationResolutionResult
-
INSearchForMediaMediaItemResolutionResult
- init(mediaItemResolutionResult:)
- unsupported(forReason:)
-
INSearchForMediaMediaItemUnsupportedReason
- INSearchForMediaMediaItemUnsupportedReason.loginRequired
- INSearchForMediaMediaItemUnsupportedReason.subscriptionRequired
- INSearchForMediaMediaItemUnsupportedReason.unsupportedMediaType
- INSearchForMediaMediaItemUnsupportedReason.explicitContentSettings
- INSearchForMediaMediaItemUnsupportedReason.cellularDataSettings
- INSearchForMediaMediaItemUnsupportedReason.restrictedContent
- INSearchForMediaMediaItemUnsupportedReason.regionRestriction
- INSearchForMediaMediaItemUnsupportedReason.serviceUnavailable
- successes(with:)
-
INUpdateMediaAffinityMediaItemResolutionResult
- init(mediaItemResolutionResult:)
- unsupported(forReason:)
-
INUpdateMediaAffinityMediaItemUnsupportedReason
- INUpdateMediaAffinityMediaItemUnsupportedReason.loginRequired
- INUpdateMediaAffinityMediaItemUnsupportedReason.subscriptionRequired
- INUpdateMediaAffinityMediaItemUnsupportedReason.unsupportedMediaType
- INUpdateMediaAffinityMediaItemUnsupportedReason.explicitContentSettings
- INUpdateMediaAffinityMediaItemUnsupportedReason.cellularDataSettings
- INUpdateMediaAffinityMediaItemUnsupportedReason.restrictedContent
- INUpdateMediaAffinityMediaItemUnsupportedReason.regionRestriction
- INUpdateMediaAffinityMediaItemUnsupportedReason.serviceUnavailable
- successes(with:)
- Custom UI
-
INVocabulary
- shared()
- setVocabulary(_:of:)
-
INVocabularyStringType
- INVocabularyStringType.contactName
- INVocabularyStringType.contactGroupName
- INVocabularyStringType.photoTag
- INVocabularyStringType.photoAlbumName
- INVocabularyStringType.workoutActivityName
- INVocabularyStringType.carProfileName
- INVocabularyStringType.carName
- INVocabularyStringType.paymentsOrganizationName
- INVocabularyStringType.paymentsAccountNickname
- INVocabularyStringType.notebookItemTitle
- INVocabularyStringType.notebookItemGroupName
- INVocabularyStringType.mediaPlaylistTitle
- INVocabularyStringType.mediaMusicArtistName
- INVocabularyStringType.mediaAudiobookTitle
- INVocabularyStringType.mediaAudiobookAuthorName
- INVocabularyStringType.mediaShowTitle
- setVocabularyStrings(_:of:)
- removeAllVocabularyStrings()
- INInteraction
- Common Data Types
- Common Resolution Results
- Intent Class Identifiers
- INCallRecordFilter
- INCallRecordResolutionResult
- INStartCallCallRecordToCallBackResolutionResult
- SiriKit Enumerations
- SiriKit Constants
SMS and Call Reporting
StoreKit
-
In-App Purchase
-
SKPaymentQueue
- canMakePayments()
- storefront
- default()
- add(_:)
- transactionObservers
- remove(_:)
- delegate
- transactions
- add(_:)
- finishTransaction(_:)
- restoreCompletedTransactions()
- restoreCompletedTransactions(withApplicationUsername:)
- showPriceConsentIfNeeded()
- presentCodeRedemptionSheet()
- start(_:)
- cancel(_:)
- pause(_:)
- resume(_:)
-
SKPaymentTransactionObserver
- paymentQueue(_:updatedTransactions:)
- paymentQueue(_:removedTransactions:)
- paymentQueue(_:restoreCompletedTransactionsFailedWithError:)
- paymentQueueRestoreCompletedTransactionsFinished(_:)
- paymentQueue(_:updatedDownloads:)
- paymentQueue(_:shouldAddStorePayment:for:)
- paymentQueue(_:didRevokeEntitlementsForProductIdentifiers:)
- paymentQueueDidChangeStorefront(_:)
- SKPaymentQueueDelegate
- SKRequest
- SKProductsRequest
- SKProductsResponse
-
SKProduct
- productIdentifier
- localizedDescription
- localizedTitle
- contentVersion
- isFamilyShareable
- price
- priceLocale
- introductoryPrice
- discounts
- SKProductDiscount
- subscriptionGroupIdentifier
- subscriptionPeriod
- SKProductSubscriptionPeriod
- SKProduct.PeriodUnit
- isDownloadable
- downloadContentLengths
- downloadContentVersion
- SKStorefront
- SKPayment
- SKMutablePayment
- SKPaymentTransaction
- SKReceiptRefreshRequest
- SKDownload
- SKReceiptRefreshRequest
- SKRequest
- SKPaymentTransaction
- SKTerminateForInvalidReceipt()
- Subscriptions and Offers
- SKProductStorePromotionController
-
SKPaymentQueue
- SKReceiptRefreshRequest
- SKTerminateForInvalidReceipt()
-
Recommendations and Reviews
- SKStoreProductViewController
-
SKOverlay
- init(configuration:)
- configuration
- SKOverlay.AppConfiguration
- SKOverlay.AppClipConfiguration
- SKOverlay.Configuration
- present(in:)
- dismiss(in:)
- delegate
- SKOverlayDelegate
- SKAdNetwork
- SKStoreReviewController
-
Apple Music
-
SKCloudServiceController
- authorizationStatus()
- requestAuthorization(_:)
- SKCloudServiceAuthorizationStatus
- requestUserToken(forDeveloperToken:completionHandler:)
- requestStorefrontCountryCode(completionHandler:)
- requestCapabilities(completionHandler:)
- SKCloudServiceCapability
- requestStorefrontIdentifier(completionHandler:)
- SKStorefrontIdentifierDidChange
- SKCloudServiceCapabilitiesDidChange
- SKStorefrontCountryCodeDidChange
-
SKCloudServiceController
- SKArcadeService
-
SKError
- errorCode
- errorUserInfo
- localizedDescription
-
SKError.Code
- SKError.Code.unknown
- SKError.Code.clientInvalid
- SKError.Code.paymentCancelled
- SKError.Code.paymentInvalid
- SKError.Code.paymentNotAllowed
- SKError.Code.storeProductNotAvailable
- SKError.Code.cloudServicePermissionDenied
- SKError.Code.cloudServiceNetworkConnectionFailed
- SKError.Code.cloudServiceRevoked
- SKError.Code.privacyAcknowledgementRequired
- SKError.Code.unauthorizedRequestData
- SKError.Code.invalidOfferIdentifier
- SKError.Code.invalidOfferPrice
- SKError.Code.invalidSignature
- SKError.Code.missingOfferParams
- SKError.Code.ineligibleForOffer
- SKError.Code.overlayCancelled
- SKError.Code.overlayInvalidConfiguration
- SKError.Code.overlayTimeout
- unknown
- clientInvalid
- paymentCancelled
- paymentInvalid
- paymentNotAllowed
- storeProductNotAvailable
- cloudServicePermissionDenied
- cloudServiceNetworkConnectionFailed
- cloudServiceRevoked
- privacyAcknowledgementRequired
- unauthorizedRequestData
- invalidOfferIdentifier
- invalidOfferPrice
- invalidSignature
- missingOfferParams
- errorDomain
- SKErrorDomain
- !=(_:_:)
- ineligibleForOffer
- overlayCancelled
- overlayInvalidConfiguration
- overlayTimeout
-
SKError.Code
- SKError.Code.unknown
- SKError.Code.clientInvalid
- SKError.Code.paymentCancelled
- SKError.Code.paymentInvalid
- SKError.Code.paymentNotAllowed
- SKError.Code.storeProductNotAvailable
- SKError.Code.cloudServicePermissionDenied
- SKError.Code.cloudServiceNetworkConnectionFailed
- SKError.Code.cloudServiceRevoked
- SKError.Code.privacyAcknowledgementRequired
- SKError.Code.unauthorizedRequestData
- SKError.Code.invalidOfferIdentifier
- SKError.Code.invalidOfferPrice
- SKError.Code.invalidSignature
- SKError.Code.missingOfferParams
- SKError.Code.ineligibleForOffer
- SKError.Code.overlayCancelled
- SKError.Code.overlayInvalidConfiguration
- SKError.Code.overlayTimeout
- SKErrorDomain
TVServices
UserNotifications
UserNotificationsUI
- UNNotificationContentExtension
Wallet Passes
- DELETE /v1/devices/{deviceLibraryIdentifier}/registrations/{passTypeIdentifier}/{serialNumber}
- GET /v1/devices/{deviceLibraryIdentifier}/registrations/{passTypeIdentifier}?passesUpdatedSince={tag}
- GET /v1/passes/{passTypeIdentifier}/{serialNumber}
- POST /v1/devices/{deviceLibraryIdentifier}/registrations/{passTypeIdentifier}/{serialNumber}
- POST /v1/log
- POST /v1/passes/{passTypeIdentifier}/{serialNumber}/personalize
- LogEntries
- PassFieldKeys
- PassFields
- PersonalizationDictionary
- PushToken
- SemanticTagTypes
- SemanticTags
- SerialNumbers
- WalletPassFormat
- WalletPersonalizationFormat
WebKit
- WKNavigationDelegate
- WKWebView
- WKWebViewConfiguration
- WKPreferences
- WKWebpagePreferences
- WKUserContentController
- WKScriptMessage
- WKUserScript
- Setting Up a Web View (Legacy)
- DOMEventExceptionCode
- DOMExceptionCode
- DOMRangeExceptionCode
- DOMXPathExceptionCode
- WKError
- WKContentWorld
- WKFindConfiguration
- WKFindResult
- WKPDFConfiguration
- WKScriptMessageHandlerWithReply
WidgetKit
-
StaticConfiguration
- init(kind:provider:placeholder:content:)
- StaticConfiguration.Body
- configurationDisplayName(_:)
- configurationDisplayName(_:)
- configurationDisplayName(_:)
- description(_:)
- description(_:)
- description(_:)
- supportedFamilies(_:)
- onBackgroundURLSessionEvents(matching:_:)
- onBackgroundURLSessionEvents(matching:_:)
- WidgetFamily
-
IntentConfiguration
- init(kind:intent:provider:placeholder:content:)
- IntentConfiguration.Body
- configurationDisplayName(_:)
- configurationDisplayName(_:)
- configurationDisplayName(_:)
- description(_:)
- description(_:)
- description(_:)
- supportedFamilies(_:)
- onBackgroundURLSessionEvents(matching:_:)
- onBackgroundURLSessionEvents(matching:_:)
- WidgetInfo
- TimelineProvider
- IntentTimelineProvider
- TimelineProviderContext
- TimelineEntry
- Timeline
- WidgetCenter
- TimelineEntryRelevance
- WidgetPreviewContext
Automator
DeveloperToolsSupport
Playground Support
StoreKitTest
-
SKTestSession
- init(configurationFileNamed:)
- init(contentsOf:)
- resetToDefaultState()
- storefront
- locale
- disableDialogs
- failTransactionsEnabled
- failureError
- interruptedPurchasesEnabled
- resolveIssueForTransaction(identifier:)
- askToBuyEnabled
- approveAskToBuyTransaction(identifier:)
- declineAskToBuyTransaction(identifier:)
- timeRate
- SKTestSession.TimeRate
- enableAutoRenewForTransaction(identifier:)
- disableAutoRenewForTransaction(identifier:)
- forceRenewalOfSubscription(productIdentifier:)
- expireSubscription(productIdentifier:)
- allTransactions()
- deleteTransaction(identifier:)
- clearTransactions()
- buyProduct(productIdentifier:)
- refundTransaction(identifier:)
- SKTestTransaction
- SKTestErrorDomain
- SKTestError.Code
- SKTestError
Swift Packages
-
Package
- init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)
- name
- defaultLocalization
-
LanguageTag
- init(_:)
- init(extendedGraphemeClusterLiteral:)
- init(stringLiteral:)
- init(unicodeScalarLiteral:)
- init(rawValue:)
- rawValue
- tag
- description
- hash(into:)
- hashValue
- !=(_:_:)
- LanguageTag.ExtendedGraphemeClusterLiteralType
- LanguageTag.RawValue
- LanguageTag.StringLiteralType
- LanguageTag.UnicodeScalarLiteralType
- products
- Product
- targets
-
Target
- target(name:dependencies:path:exclude:sources:resources:publicHeadersPath:cSettings:cxxSettings:swiftSettings:linkerSettings:)
- name
- path
- exclude
- sources
- resources
- Resource
- publicHeadersPath
- binaryTarget(name:path:)
- binaryTarget(name:url:checksum:)
- url
- checksum
- testTarget(name:dependencies:path:exclude:sources:cSettings:cxxSettings:swiftSettings:linkerSettings:)
- testTarget(name:dependencies:path:exclude:sources:resources:cSettings:cxxSettings:swiftSettings:linkerSettings:)
- pkgConfig
- providers
- dependencies
- Target.Dependency
- cSettings
- cxxSettings
- swiftSettings
- linkerSettings
- BuildConfiguration
- BuildSettingCondition
- CSetting
- CXXSetting
- SwiftSetting
- LinkerSetting
- isTest
- type
- Target.TargetType
- encode(to:)
- platforms
- SupportedPlatform
- Platform
- SystemPackageProvider
- pkgConfig
- providers
- dependencies
- Package.Dependency
- SwiftVersion
- CLanguageStandard
- CXXLanguageStandard
- swiftLanguageVersions
- cLanguageStandard
- cxxLanguageStandard
- encode(to:)
Xcode
xcselect
XCTest
- XCTestCase
- XCTest
- Boolean Assertions
- Nil and Non-Nil Assertions
- Equality and Inequality Assertions
- Comparable Value Assertions
- Error Assertions
- Unconditional Test Failures
- Methods for Skipping Tests
-
User Interface Tests
- XCUIElement
- XCUICoordinate
-
XCUIApplication
- resetAuthorizationStatus(for:)
-
XCUIProtectedResource
- XCUIProtectedResource.bluetooth
- XCUIProtectedResource.calendar
- XCUIProtectedResource.camera
- XCUIProtectedResource.contacts
- XCUIProtectedResource.health
- XCUIProtectedResource.homeKit
- XCUIProtectedResource.keyboardNetwork
- XCUIProtectedResource.location
- XCUIProtectedResource.mediaLibrary
- XCUIProtectedResource.microphone
- XCUIProtectedResource.photos
- XCUIProtectedResource.reminders
- XCUIProtectedResource.systemRootDirectory
- XCUIProtectedResource.userDesktopDirectory
- XCUIProtectedResource.userDocumentsDirectory
- XCUIProtectedResource.userDownloadsDirectory
- Performance Tests
- Test Execution and Observation
- Deprecated Symbols
- XCTIssue
- XCTApplicationLaunchMetric
- XCTIssueReference
- XCTMutableIssue
- XCTSourceCodeContext
- XCTSourceCodeFrame
- XCTSourceCodeLocation
- XCTSourceCodeSymbolInfo
ARKit
-
ARSession
- run(_:options:)
- identifier
- ARSession.RunOptions
- configuration
- pause()
- delegate
- delegateQueue
- ARSessionDelegate
-
ARSessionObserver
- session(_:cameraDidChangeTrackingState:)
- session(_:didChange:)
- sessionWasInterrupted(_:)
- sessionInterruptionEnded(_:)
- sessionShouldAttemptRelocalization(_:)
- session(_:didOutputAudioSampleBuffer:)
- session(_:didFailWithError:)
- ARErrorDomain
-
ARError.Code
- ARError.Code.requestFailed
- ARError.Code.cameraUnauthorized
- ARError.Code.fileIOFailed
- ARError.Code.insufficientFeatures
- invalidCollaborationData
- ARError.Code.invalidConfiguration
- ARError.Code.invalidReferenceImage
- ARError.Code.invalidReferenceObject
- ARError.Code.invalidWorldMap
- ARError.Code.microphoneUnauthorized
- ARError.Code.objectMergeFailed
- ARError.Code.sensorFailed
- ARError.Code.sensorUnavailable
- ARError.Code.unsupportedConfiguration
- ARError.Code.worldTrackingFailed
- ARError.Code.geoTrackingFailed
- ARError.Code.geoTrackingNotAvailableAtLocation
- ARError.Code.locationUnauthorized
- ARError.Code.collaborationDataUnavailable
-
ARError
- errorCode
- errorUserInfo
- localizedDescription
- errorDomain
- !=(_:_:)
- requestFailed
- cameraUnauthorized
- fileIOFailed
- insufficientFeatures
- invalidCollaborationData
- invalidConfiguration
- invalidReferenceImage
- invalidReferenceObject
- invalidWorldMap
- microphoneUnauthorized
- objectMergeFailed
- sensorFailed
- sensorUnavailable
- unsupportedConfiguration
- worldTrackingFailed
- geoTrackingFailed
- geoTrackingNotAvailableAtLocation
- locationUnauthorized
- collaborationDataUnavailable
- session(_:didOutputCollaborationData:)
- currentFrame
- add(anchor:)
- remove(anchor:)
- getCurrentWorldMap(completionHandler:)
- createReferenceObject(transform:center:extent:completionHandler:)
- setWorldOrigin(relativeTransform:)
- raycast(_:)
- trackedRaycast(_:updateHandler:)
- getGeoLocation(forPoint:completionHandler:)
- update(with:)
- ARSession.CollaborationData
- ARSessionProviding
- ARConfiguration
- ARAnchor
-
ARFrame
- camera
- capturedImage
- timestamp
- cameraGrainIntensity
- cameraGrainTexture
- lightEstimate
- displayTransform(for:viewportSize:)
- rawFeaturePoints
- ARPointCloud
- capturedDepthData
- capturedDepthDataTimestamp
- sceneDepth
- ARDepthData
- anchors
- raycastQuery(from:allowing:alignment:)
- hitTest(_:types:)
- worldMappingStatus
- ARFrame.WorldMappingStatus
- detectedBody
-
ARBody2D
- skeleton
- ARSkeleton2D
-
ARSkeleton
- definition
- ARSkeletonDefinition
- isJointTracked(_:)
-
ARSkeleton.JointName
- init(rawValue:)
- init(_:)
-
VNRecognizedPointKey
-
Body Landmarks
- bodyLandmarkKeyLeftEye
- bodyLandmarkKeyRightEye
- bodyLandmarkKeyLeftEar
- bodyLandmarkKeyRightEar
- bodyLandmarkKeyNose
- bodyLandmarkRegionKeyFace
- bodyLandmarkKeyNeck
- bodyLandmarkKeyLeftShoulder
- bodyLandmarkKeyRightShoulder
- bodyLandmarkKeyLeftHip
- bodyLandmarkKeyRightHip
- bodyLandmarkKeyRoot
- bodyLandmarkRegionKeyTorso
- bodyLandmarkKeyRightWrist
- bodyLandmarkKeyRightElbow
- bodyLandmarkRegionKeyRightArm
- bodyLandmarkKeyLeftWrist
- bodyLandmarkKeyLeftElbow
- bodyLandmarkRegionKeyLeftArm
- bodyLandmarkKeyRightKnee
- bodyLandmarkKeyRightAnkle
- bodyLandmarkRegionKeyRightLeg
- bodyLandmarkKeyLeftKnee
- bodyLandmarkKeyLeftAnkle
- bodyLandmarkRegionKeyLeftLeg
- all
-
Hand Landmarks
- handLandmarkKeyIndexTIP
- handLandmarkKeyIndexDIP
- handLandmarkKeyIndexPIP
- handLandmarkKeyIndexMCP
- handLandmarkRegionKeyIndexFinger
- handLandmarkKeyMiddleTIP
- handLandmarkKeyMiddleDIP
- handLandmarkKeyMiddlePIP
- handLandmarkKeyMiddleMCP
- handLandmarkRegionKeyMiddleFinger
- handLandmarkKeyRingTIP
- handLandmarkKeyRingDIP
- handLandmarkKeyRingPIP
- handLandmarkKeyRingMCP
- handLandmarkRegionKeyRingFinger
- handLandmarkKeyLittleTIP
- handLandmarkKeyLittleDIP
- handLandmarkKeyLittlePIP
- handLandmarkKeyLittleMCP
- handLandmarkRegionKeyLittleFinger
- handLandmarkKeyThumbTIP
- handLandmarkKeyThumbIP
- handLandmarkKeyThumbMP
- handLandmarkKeyThumbCMC
- handLandmarkRegionKeyThumb
- handLandmarkKeyWrist
- all
- init(rawValue:)
-
Body Landmarks
- root
- head
- leftFoot
- leftHand
- leftShoulder
- rightFoot
- rightHand
- rightShoulder
- segmentationBuffer
- estimatedDepthData
- ARFrame.SegmentationClass
- geoTrackingStatus
-
ARGeoTrackingStatus
- state
- ARGeoTrackingStatus.State
- stateReason
-
ARGeoTrackingStatus.StateReason
- ARGeoTrackingStatus.StateReason.none
- ARGeoTrackingStatus.StateReason.notAvailableAtLocation
- ARGeoTrackingStatus.StateReason.needLocationPermissions
- ARGeoTrackingStatus.StateReason.devicePointedTooLow
- ARGeoTrackingStatus.StateReason.worldTrackingUnstable
- ARGeoTrackingStatus.StateReason.waitingForLocation
- ARGeoTrackingStatus.StateReason.geoDataNotLoaded
- ARGeoTrackingStatus.StateReason.visualLocalizationFailed
- ARGeoTrackingStatus.StateReason.waitingForAvailabilityCheck
- accuracy
- ARGeoTrackingStatus.Accuracy
-
ARCamera
- trackingState
- ARCamera.TrackingState
- transform
- eulerAngles
- imageResolution
- intrinsics
- projectionMatrix
- projectionMatrix(for:viewportSize:zNear:zFar:)
- viewMatrix(for:)
- projectPoint(_:orientation:viewportSize:)
- unprojectPoint(_:ontoPlane:orientation:viewportSize:)
- exposureDuration
- exposureOffset
- ARQuickLookPreviewItem
-
ARView
- Scene
-
ARView.Environment
- sceneUnderstanding
-
ARView.Environment.SceneUnderstanding
- options
-
ARView.Environment.SceneUnderstanding.Options
- ARView.Environment.SceneUnderstanding.Options.ArrayLiteralElement
- ARView.Environment.SceneUnderstanding.Options.Element
- ARView.Environment.SceneUnderstanding.Options.RawValue
- init()
- init(_:)
- init(arrayLiteral:)
- init(rawValue:)
- isEmpty
- rawValue
- collision
- default
- occlusion
- physics
- receivesLighting
- contains(_:)
- formIntersection(_:)
- formSymmetricDifference(_:)
- formUnion(_:)
- insert(_:)
- intersection(_:)
- isDisjoint(with:)
- isStrictSubset(of:)
- isStrictSuperset(of:)
- isSubset(of:)
- isSuperset(of:)
- remove(_:)
- subtract(_:)
- subtracting(_:)
- symmetricDifference(_:)
- union(_:)
- update(with:)
- !=(_:_:)
- EntityRotationGestureRecognizer
- EntityScaleGestureRecognizer
- EntityTranslationGestureRecognizer
- unproject(_:ontoPlane:relativeToCamera:)
- ARView.DebugOptions
- gestureRecognizer(_:shouldReceive:)
- ARSCNView
- ARSKView
-
World Tracking
-
ARWorldTrackingConfiguration
- init()
- initialWorldMap
- planeDetection
- ARWorldTrackingConfiguration.PlaneDetection
- sceneReconstruction
- supportsSceneReconstruction(_:)
- detectionImages
- maximumNumberOfTrackedImages
- automaticImageScaleEstimationEnabled
- detectionObjects
- userFaceTrackingEnabled
- supportsUserFaceTracking
- environmentTexturing
- ARWorldTrackingConfiguration.EnvironmentTexturing
- AREnvironmentProbeAnchor
- wantsHDREnvironmentTextures
- isAutoFocusEnabled
- isCollaborationEnabled
- ARCoachingOverlayView
-
ARPlaneAnchor
- alignment
- ARPlaneAnchor.Alignment
- geometry
- ARPlaneGeometry
- ARSCNPlaneGeometry
- center
- extent
- isClassificationSupported
- classification
-
ARPlaneAnchor.Classification
- ARPlaneAnchor.Classification.wall
- ARPlaneAnchor.Classification.floor
- ARPlaneAnchor.Classification.ceiling
- ARPlaneAnchor.Classification.table
- ARPlaneAnchor.Classification.seat
- ARPlaneAnchor.Classification.door
- ARPlaneAnchor.Classification.window
- ARPlaneAnchor.Classification.none(_:)
- ARPlaneAnchor.Classification.Status
- ARMeshAnchor
- Raycasting and Hit-Testing
- ARWorldMap
-
ARWorldTrackingConfiguration
-
ARGeoTrackingConfiguration
- init()
- checkAvailability(completionHandler:)
- checkAvailability(at:completionHandler:)
- planeDetection
- ARWorldTrackingConfiguration.PlaneDetection
- detectionImages
- maximumNumberOfTrackedImages
- automaticImageScaleEstimationEnabled
- detectionObjects
- environmentTexturing
- ARWorldTrackingConfiguration.EnvironmentTexturing
- AREnvironmentProbeAnchor
- wantsHDREnvironmentTextures
- ARGeoAnchor
- ARFaceTrackingConfiguration
-
ARFaceAnchor
- geometry
- ARFaceGeometry
- ARSCNFaceGeometry
- blendShapes
-
ARFaceAnchor.BlendShapeLocation
- eyeBlinkLeft
- eyeLookDownLeft
- eyeLookInLeft
- eyeLookOutLeft
- eyeLookUpLeft
- eyeSquintLeft
- eyeWideLeft
- eyeBlinkRight
- eyeLookDownRight
- eyeLookInRight
- eyeLookOutRight
- eyeLookUpRight
- eyeSquintRight
- eyeWideRight
- jawForward
- jawLeft
- jawRight
- jawOpen
- mouthClose
- mouthFunnel
- mouthPucker
- mouthLeft
- mouthRight
- mouthSmileLeft
- mouthSmileRight
- mouthFrownLeft
- mouthFrownRight
- mouthDimpleLeft
- mouthDimpleRight
- mouthStretchLeft
- mouthStretchRight
- mouthRollLower
- mouthRollUpper
- mouthShrugLower
- mouthShrugUpper
- mouthPressLeft
- mouthPressRight
- mouthLowerDownLeft
- mouthLowerDownRight
- mouthUpperUpLeft
- mouthUpperUpRight
- browDownLeft
- browDownRight
- browInnerUp
- browOuterUpLeft
- browOuterUpRight
- cheekPuff
- cheekSquintLeft
- cheekSquintRight
- noseSneerLeft
- noseSneerRight
- tongueOut
- init(rawValue:)
- leftEyeTransform
- rightEyeTransform
- lookAtPoint
- ARBodyTrackingConfiguration
-
ARBodyAnchor
- skeleton
- ARSkeleton3D
-
ARSkeleton
- definition
- ARSkeletonDefinition
- isJointTracked(_:)
-
ARSkeleton.JointName
- init(rawValue:)
- init(_:)
-
VNRecognizedPointKey
-
Body Landmarks
- bodyLandmarkKeyLeftEye
- bodyLandmarkKeyRightEye
- bodyLandmarkKeyLeftEar
- bodyLandmarkKeyRightEar
- bodyLandmarkKeyNose
- bodyLandmarkRegionKeyFace
- bodyLandmarkKeyNeck
- bodyLandmarkKeyLeftShoulder
- bodyLandmarkKeyRightShoulder
- bodyLandmarkKeyLeftHip
- bodyLandmarkKeyRightHip
- bodyLandmarkKeyRoot
- bodyLandmarkRegionKeyTorso
- bodyLandmarkKeyRightWrist
- bodyLandmarkKeyRightElbow
- bodyLandmarkRegionKeyRightArm
- bodyLandmarkKeyLeftWrist
- bodyLandmarkKeyLeftElbow
- bodyLandmarkRegionKeyLeftArm
- bodyLandmarkKeyRightKnee
- bodyLandmarkKeyRightAnkle
- bodyLandmarkRegionKeyRightLeg
- bodyLandmarkKeyLeftKnee
- bodyLandmarkKeyLeftAnkle
- bodyLandmarkRegionKeyLeftLeg
- all
-
Hand Landmarks
- handLandmarkKeyIndexTIP
- handLandmarkKeyIndexDIP
- handLandmarkKeyIndexPIP
- handLandmarkKeyIndexMCP
- handLandmarkRegionKeyIndexFinger
- handLandmarkKeyMiddleTIP
- handLandmarkKeyMiddleDIP
- handLandmarkKeyMiddlePIP
- handLandmarkKeyMiddleMCP
- handLandmarkRegionKeyMiddleFinger
- handLandmarkKeyRingTIP
- handLandmarkKeyRingDIP
- handLandmarkKeyRingPIP
- handLandmarkKeyRingMCP
- handLandmarkRegionKeyRingFinger
- handLandmarkKeyLittleTIP
- handLandmarkKeyLittleDIP
- handLandmarkKeyLittlePIP
- handLandmarkKeyLittleMCP
- handLandmarkRegionKeyLittleFinger
- handLandmarkKeyThumbTIP
- handLandmarkKeyThumbIP
- handLandmarkKeyThumbMP
- handLandmarkKeyThumbCMC
- handLandmarkRegionKeyThumb
- handLandmarkKeyWrist
- all
- init(rawValue:)
-
Body Landmarks
- root
- head
- leftFoot
- leftHand
- leftShoulder
- rightFoot
- rightHand
- rightShoulder
-
ARBody2D
- skeleton
- ARSkeleton2D
-
ARSkeleton
- definition
- ARSkeletonDefinition
- isJointTracked(_:)
-
ARSkeleton.JointName
- init(rawValue:)
- init(_:)
-
VNRecognizedPointKey
-
Body Landmarks
- bodyLandmarkKeyLeftEye
- bodyLandmarkKeyRightEye
- bodyLandmarkKeyLeftEar
- bodyLandmarkKeyRightEar
- bodyLandmarkKeyNose
- bodyLandmarkRegionKeyFace
- bodyLandmarkKeyNeck
- bodyLandmarkKeyLeftShoulder
- bodyLandmarkKeyRightShoulder
- bodyLandmarkKeyLeftHip
- bodyLandmarkKeyRightHip
- bodyLandmarkKeyRoot
- bodyLandmarkRegionKeyTorso
- bodyLandmarkKeyRightWrist
- bodyLandmarkKeyRightElbow
- bodyLandmarkRegionKeyRightArm
- bodyLandmarkKeyLeftWrist
- bodyLandmarkKeyLeftElbow
- bodyLandmarkRegionKeyLeftArm
- bodyLandmarkKeyRightKnee
- bodyLandmarkKeyRightAnkle
- bodyLandmarkRegionKeyRightLeg
- bodyLandmarkKeyLeftKnee
- bodyLandmarkKeyLeftAnkle
- bodyLandmarkRegionKeyLeftLeg
- all
-
Hand Landmarks
- handLandmarkKeyIndexTIP
- handLandmarkKeyIndexDIP
- handLandmarkKeyIndexPIP
- handLandmarkKeyIndexMCP
- handLandmarkRegionKeyIndexFinger
- handLandmarkKeyMiddleTIP
- handLandmarkKeyMiddleDIP
- handLandmarkKeyMiddlePIP
- handLandmarkKeyMiddleMCP
- handLandmarkRegionKeyMiddleFinger
- handLandmarkKeyRingTIP
- handLandmarkKeyRingDIP
- handLandmarkKeyRingPIP
- handLandmarkKeyRingMCP
- handLandmarkRegionKeyRingFinger
- handLandmarkKeyLittleTIP
- handLandmarkKeyLittleDIP
- handLandmarkKeyLittlePIP
- handLandmarkKeyLittleMCP
- handLandmarkRegionKeyLittleFinger
- handLandmarkKeyThumbTIP
- handLandmarkKeyThumbIP
- handLandmarkKeyThumbMP
- handLandmarkKeyThumbCMC
- handLandmarkRegionKeyThumb
- handLandmarkKeyWrist
- all
- init(rawValue:)
-
Body Landmarks
- root
- head
- leftFoot
- leftHand
- leftShoulder
- rightFoot
- rightHand
- rightShoulder
- estimatedScaleFactor
-
ARBody2D
- skeleton
- ARSkeleton2D
-
ARSkeleton
- definition
- ARSkeletonDefinition
- isJointTracked(_:)
-
ARSkeleton.JointName
- init(rawValue:)
- init(_:)
-
VNRecognizedPointKey
-
Body Landmarks
- bodyLandmarkKeyLeftEye
- bodyLandmarkKeyRightEye
- bodyLandmarkKeyLeftEar
- bodyLandmarkKeyRightEar
- bodyLandmarkKeyNose
- bodyLandmarkRegionKeyFace
- bodyLandmarkKeyNeck
- bodyLandmarkKeyLeftShoulder
- bodyLandmarkKeyRightShoulder
- bodyLandmarkKeyLeftHip
- bodyLandmarkKeyRightHip
- bodyLandmarkKeyRoot
- bodyLandmarkRegionKeyTorso
- bodyLandmarkKeyRightWrist
- bodyLandmarkKeyRightElbow
- bodyLandmarkRegionKeyRightArm
- bodyLandmarkKeyLeftWrist
- bodyLandmarkKeyLeftElbow
- bodyLandmarkRegionKeyLeftArm
- bodyLandmarkKeyRightKnee
- bodyLandmarkKeyRightAnkle
- bodyLandmarkRegionKeyRightLeg
- bodyLandmarkKeyLeftKnee
- bodyLandmarkKeyLeftAnkle
- bodyLandmarkRegionKeyLeftLeg
- all
-
Hand Landmarks
- handLandmarkKeyIndexTIP
- handLandmarkKeyIndexDIP
- handLandmarkKeyIndexPIP
- handLandmarkKeyIndexMCP
- handLandmarkRegionKeyIndexFinger
- handLandmarkKeyMiddleTIP
- handLandmarkKeyMiddleDIP
- handLandmarkKeyMiddlePIP
- handLandmarkKeyMiddleMCP
- handLandmarkRegionKeyMiddleFinger
- handLandmarkKeyRingTIP
- handLandmarkKeyRingDIP
- handLandmarkKeyRingPIP
- handLandmarkKeyRingMCP
- handLandmarkRegionKeyRingFinger
- handLandmarkKeyLittleTIP
- handLandmarkKeyLittleDIP
- handLandmarkKeyLittlePIP
- handLandmarkKeyLittleMCP
- handLandmarkRegionKeyLittleFinger
- handLandmarkKeyThumbTIP
- handLandmarkKeyThumbIP
- handLandmarkKeyThumbMP
- handLandmarkKeyThumbCMC
- handLandmarkRegionKeyThumb
- handLandmarkKeyWrist
- all
- init(rawValue:)
-
Body Landmarks
- root
- head
- leftFoot
- leftHand
- leftShoulder
- rightFoot
- rightHand
- rightShoulder
- ARReferenceImage
- ARImageAnchor
- ARImageTrackingConfiguration
- ARReferenceObject
- ARObjectAnchor
- ARObjectScanningConfiguration
- AROrientationTrackingConfiguration
- ARPositionalTrackingConfiguration
- AREnvironmentProbeAnchor
- ARLightEstimate
- ARDirectionalLightEstimate
- ARSession.CollaborationData
- ARParticipantAnchor
- ARMatteGenerator
ColorSync
Core Graphics
- CGFloat
- CGRect
- CGContext
- CGImage
- CGColor
- CGColorSpace
- Quartz Event Services
- Core Graphics Enumerations
- Core Graphics Constants
- Core Graphics Functions
Core Image
Game Controller
- GCController
- GCDevice
- GCControllerElement
- GCControllerButtonInput
- GCControllerTouchpad
- GCDeviceCursor
- GCExtendedGamepad
- GCDualShockGamepad
- GCMicroGamepad
- GCXboxGamepad
- GCMotion
- GCPhysicalInputProfile
- Xbox Controller Button Names
- DualShock Controller Button Names
-
GameController Constants
- GCHapticDurationInfinite
- GCKeyA
- GCKeyApplication
- GCKeyB
- GCKeyBackslash
- GCKeyC
- GCKeyCapsLock
- GCKeyCloseBracket
- GCKeyComma
- GCKeyD
- GCKeyDeleteForward
- GCKeyDeleteOrBackspace
- GCKeyDownArrow
- GCKeyE
- GCKeyEight
- GCKeyEnd
- GCKeyEqualSign
- GCKeyEscape
- GCKeyF
- GCKeyF1
- GCKeyF10
- GCKeyF11
- GCKeyF12
- GCKeyF2
- GCKeyF3
- GCKeyF4
- GCKeyF5
- GCKeyF6
- GCKeyF7
- GCKeyF8
- GCKeyF9
- GCKeyFive
- GCKeyFour
- GCKeyG
- GCKeyGraveAccentAndTilde
- GCKeyH
- GCKeyHome
- GCKeyHyphen
- GCKeyI
- GCKeyInsert
- GCKeyInternational1
- GCKeyInternational2
- GCKeyInternational3
- GCKeyInternational4
- GCKeyInternational5
- GCKeyInternational6
- GCKeyInternational7
- GCKeyInternational8
- GCKeyInternational9
- GCKeyJ
- GCKeyK
- GCKeyKeypad0
- GCKeyKeypad1
- GCKeyKeypad2
- GCKeyKeypad3
- GCKeyKeypad4
- GCKeyKeypad5
- GCKeyKeypad6
- GCKeyKeypad7
- GCKeyKeypad8
- GCKeyKeypad9
- GCKeyKeypadAsterisk
- GCKeyKeypadEnter
- GCKeyKeypadEqualSign
- GCKeyKeypadHyphen
- GCKeyKeypadNumLock
- GCKeyKeypadPeriod
- GCKeyKeypadPlus
- GCKeyKeypadSlash
- GCKeyL
- GCKeyLANG1
- GCKeyLANG2
- GCKeyLANG3
- GCKeyLANG4
- GCKeyLANG5
- GCKeyLANG6
- GCKeyLANG7
- GCKeyLANG8
- GCKeyLANG9
- GCKeyLeftAlt
- GCKeyLeftArrow
- GCKeyLeftControl
- GCKeyLeftGUI
- GCKeyLeftShift
- GCKeyM
- GCKeyN
- GCKeyNine
- GCKeyNonUSBackslash
- GCKeyNonUSPound
- GCKeyO
- GCKeyOne
- GCKeyOpenBracket
- GCKeyP
- GCKeyPageDown
- GCKeyPageUp
- GCKeyPause
- GCKeyPeriod
- GCKeyPower
- GCKeyPrintScreen
- GCKeyQ
- GCKeyQuote
- GCKeyR
- GCKeyReturnOrEnter
- GCKeyRightAlt
- GCKeyRightArrow
- GCKeyRightControl
- GCKeyRightGUI
- GCKeyRightShift
- GCKeyS
- GCKeyScrollLock
- GCKeySemicolon
- GCKeySeven
- GCKeySix
- GCKeySlash
- GCKeySpacebar
- GCKeyT
- GCKeyTab
- GCKeyThree
- GCKeyTwo
- GCKeyU
- GCKeyUpArrow
- GCKeyV
- GCKeyW
- GCKeyX
- GCKeyY
- GCKeyZ
- GCKeyZero
-
Common Controller Button Names
- GCInputButtonA
- GCInputButtonB
- GCInputButtonHome
- GCInputButtonMenu
- GCInputButtonOptions
- GCInputButtonX
- GCInputButtonY
- GCInputDirectionPad
- GCInputLeftShoulder
- GCInputLeftThumbstick
- GCInputLeftThumbstickButton
- GCInputLeftTrigger
- GCInputRightShoulder
- GCInputRightThumbstick
- GCInputRightThumbstickButton
- GCInputRightTrigger
- GCMouse
- GCKeyboard
- GCControllerButtonTouchedChangedHandler
- GCControllerTouchpadHandler
- GCDeviceAxisInput
- GCDeviceButtonInput
- GCDeviceDirectionPad
- GCDeviceElement
- GCKeyboardValueChangedHandler
- GCMouseMoved
- Deprecated Symbols
- GCColor
- GCDeviceBattery
- GCDeviceHaptics
- GCDeviceLight
- GCKeyboardInput
- GCMouseInput
- GameController Enumerations
-
GameController Data Types
- GCHapticsLocality
-
GCKeyCode
- init(rawValue:)
- F1
- F10
- F11
- F12
- F2
- F3
- F4
- F5
- F6
- F7
- F8
- F9
- LANG1
- LANG2
- LANG3
- LANG4
- LANG5
- LANG6
- LANG7
- LANG8
- LANG9
- application
- backslash
- capsLock
- closeBracket
- comma
- deleteForward
- deleteOrBackspace
- downArrow
- eight
- end
- equalSign
- escape
- five
- four
- graveAccentAndTilde
- home
- hyphen
- insert
- international1
- international2
- international3
- international4
- international5
- international6
- international7
- international8
- international9
- keyA
- keyB
- keyC
- keyD
- keyE
- keyF
- keyG
- keyH
- keyI
- keyJ
- keyK
- keyL
- keyM
- keyN
- keyO
- keyP
- keyQ
- keyR
- keyS
- keyT
- keyU
- keyV
- keyW
- keyX
- keyY
- keyZ
- keypad0
- keypad1
- keypad2
- keypad3
- keypad4
- keypad5
- keypad6
- keypad7
- keypad8
- keypad9
- keypadAsterisk
- keypadEnter
- keypadEqualSign
- keypadHyphen
- keypadNumLock
- keypadPeriod
- keypadPlus
- keypadSlash
- leftAlt
- leftArrow
- leftControl
- leftGUI
- leftShift
- nine
- nonUSBackslash
- nonUSPound
- one
- openBracket
- pageDown
- pageUp
- pause
- period
- power
- printScreen
- quote
- returnOrEnter
- rightAlt
- rightArrow
- rightControl
- rightGUI
- rightShift
- scrollLock
- semicolon
- seven
- six
- slash
- spacebar
- tab
- three
- two
- upArrow
- zero
GameKit
- GKAccessPoint
- GKLocalPlayer
-
GKLeaderboard
- baseLeaderboardID
- type
- GKLeaderboard.LeaderboardType
- startDate
- nextStartDate
- duration
- loadLeaderboards(IDs:completionHandler:)
- loadPreviousOccurrence(completionHandler:)
- submitScore(_:context:player:leaderboardIDs:completionHandler:)
- submitScore(_:context:player:completionHandler:)
- loadEntries(for:timeScope:range:completionHandler:)
- loadEntries(for:timeScope:completionHandler:)
- GKLeaderboard.Entry
- Deprecated Symbols
- GKLeaderboardSet
- GKLeaderboardScore
- GKAchievement
- GKGameCenterViewController
- GKTurnBasedMatch
- GKMatch
- GKVoiceChat
- GKMatchmakerViewController
- GKPlayerIDNoLongerAvailable
- GKError
-
Deprecated Symbols
- GKChallengeEventHandler
- GKChallengesViewController
- GKFriendRequestComposeViewController
-
GKScore
- init(leaderboardIdentifier:)
- init(leaderboardIdentifier:player:)
- context
- date
- formattedValue
- leaderboardIdentifier
- player
- rank
- value
- report(_:withEligibleChallenges:withCompletionHandler:)
- report(_:withCompletionHandler:)
- report(_:withEligibleChallenges:withCompletionHandler:)
- shouldSetDefaultLeaderboard
- challengeComposeController(withPlayers:message:completionHandler:)
- init(leaderboardIdentifier:forPlayer:)
- playerID
- GKSession
- GKTurnBasedEventHandler
-
GKVoiceChatServiceError
- errorCode
- errorUserInfo
- localizedDescription
- audioUnavailableError
- clientMissingRequiredMethodsError
- errorDomain
- internalError
- invalidCallIDError
- invalidParameterError
- methodCurrentlyInvalidError
- networkConfigurationError
- noRemotePacketsError
- outOfMemoryError
- remoteParticipantBusyError
- remoteParticipantCancelledError
- remoteParticipantDeclinedInviteError
- remoteParticipantHangupError
- remoteParticipantResponseInvalidError
- unableToConnectError
- uninitializedClientError
- unsupportedRemoteVersionError
- !=(_:_:)
-
GKSessionError
- errorCode
- errorUserInfo
- localizedDescription
- cancelledError
- cannotEnableError
- connectionClosedError
- connectionFailedError
- connectivityError
- dataTooBigError
- declinedError
- errorDomain
- inProgressError
- internalError
- invalidParameterError
- notConnectedError
- peerNotFoundError
- systemError
- timedOutError
- transportError
- unknownError
- !=(_:_:)
-
GKGameSessionError
- errorCode
- errorUserInfo
- localizedDescription
- badContainer
- cloudDriveDisabled
- cloudQuotaExceeded
- connectionCancelledByUser
- connectionFailed
- invalidSession
- networkFailure
- notAuthenticated
- sendDataNoRecipients
- sendDataNotConnected
- sendDataNotReachable
- sendRateLimitReached
- sessionConflict
- sessionHasMaxConnectedPlayers
- sessionNotShared
- unknown
- errorDomain
- !=(_:_:)
- GKPeerConnectionState
GLKit
- GLKTextureInfo
- GLKTextureLoader
- GLKView
- GLKEffectPropertyFog
- GLKEffectPropertyLight
- GLKEffectPropertyTexture
- GLKit Effects Constants
-
GLKit Structures
-
GLKTextureLoaderError
- errorCode
- errorUserInfo
- localizedDescription
- alphaPremultiplicationFailure
- compressedTextureUpload
- cubeMapInvalidNumFiles
- dataPreprocessingFailure
- errorDomain
- fileOrURLNotFound
- incompatibleFormatSRGB
- invalidCGImage
- invalidEAGLContext
- invalidNSData
- mipmapUnsupported
- pvrAtlasUnsupported
- reorientationFailure
- uncompressedTextureUpload
- unknownFileType
- unknownPathType
- unsupportedBitDepth
- unsupportedCubeMapDimensions
- unsupportedOrientation
- unsupportedPVRFormat
- unsupportedTextureTarget
- !=(_:_:)
-
GLKTextureLoaderError
- GLKit Enumerations
- GLKit Constants
Image I/O
- Image I/O Enumerations
-
Image I/O Constants
- kCGImageAnimationDelayTime
- kCGImageAnimationLoopCount
- kCGImageAnimationStartIndex
- kCGImagePropertyExifCompositeImage
- kCGImagePropertyExifSourceExposureTimesOfCompositeImage
- kCGImagePropertyExifSourceImageNumberOfCompositeImage
- kCGImagePropertyWebPCanvasPixelHeight
- kCGImagePropertyWebPCanvasPixelWidth
- kCGImagePropertyWebPDelayTime
- kCGImagePropertyWebPDictionary
- kCGImagePropertyWebPFrameInfoArray
- kCGImagePropertyWebPLoopCount
- kCGImagePropertyWebPUnclampedDelayTime
- Image I/O Functions
- Image I/O Data Types
Metal
-
MTLDevice
- MTLCopyAllDevicesWithObserver(handler:)
- MTLGPUFamily
-
Specific Features and Capabilities
- counterSets
- supportsCounterSampling(_:)
- MTLCounterSamplingPoint
- supportsDynamicLibraries
- supportsFunctionPointers
- supportsRaytracing
- supports32BitMSAA
- supportsPullModelInterpolation
- supportsVertexAmplificationCount(_:)
- supports32BitFloatFiltering
- supportsBCTextureCompression
- supportsQueryTextureLOD
-
minimumLinearTextureAlignment(for:)
-
MTLPixelFormat
- MTLPixelFormat.r8Unorm_srgb
- MTLPixelFormat.rg8Unorm_srgb
- MTLPixelFormat.b5g6r5Unorm
- MTLPixelFormat.a1bgr5Unorm
- MTLPixelFormat.abgr4Unorm
- MTLPixelFormat.bgr5A1Unorm
- MTLPixelFormat.pvrtc_rgb_2bpp
- MTLPixelFormat.pvrtc_rgb_2bpp_srgb
- MTLPixelFormat.pvrtc_rgb_4bpp
- MTLPixelFormat.pvrtc_rgb_4bpp_srgb
- MTLPixelFormat.pvrtc_rgba_2bpp
- MTLPixelFormat.pvrtc_rgba_2bpp_srgb
- MTLPixelFormat.pvrtc_rgba_4bpp
- MTLPixelFormat.pvrtc_rgba_4bpp_srgb
- MTLPixelFormat.eac_r11Unorm
- MTLPixelFormat.eac_r11Snorm
- MTLPixelFormat.eac_rg11Unorm
- MTLPixelFormat.eac_rg11Snorm
- MTLPixelFormat.eac_rgba8
- MTLPixelFormat.eac_rgba8_srgb
- MTLPixelFormat.etc2_rgb8
- MTLPixelFormat.etc2_rgb8_srgb
- MTLPixelFormat.etc2_rgb8a1
- MTLPixelFormat.etc2_rgb8a1_srgb
- MTLPixelFormat.astc_4x4_srgb
- MTLPixelFormat.astc_5x4_srgb
- MTLPixelFormat.astc_5x5_srgb
- MTLPixelFormat.astc_6x5_srgb
- MTLPixelFormat.astc_6x6_srgb
- MTLPixelFormat.astc_8x5_srgb
- MTLPixelFormat.astc_8x6_srgb
- MTLPixelFormat.astc_8x8_srgb
- MTLPixelFormat.astc_10x5_srgb
- MTLPixelFormat.astc_10x6_srgb
- MTLPixelFormat.astc_10x8_srgb
- MTLPixelFormat.astc_10x10_srgb
- MTLPixelFormat.astc_12x10_srgb
- MTLPixelFormat.astc_12x12_srgb
- MTLPixelFormat.astc_4x4_ldr
- MTLPixelFormat.astc_5x4_ldr
- MTLPixelFormat.astc_5x5_ldr
- MTLPixelFormat.astc_6x5_ldr
- MTLPixelFormat.astc_6x6_ldr
- MTLPixelFormat.astc_8x5_ldr
- MTLPixelFormat.astc_8x6_ldr
- MTLPixelFormat.astc_8x8_ldr
- MTLPixelFormat.astc_10x5_ldr
- MTLPixelFormat.astc_10x6_ldr
- MTLPixelFormat.astc_10x8_ldr
- MTLPixelFormat.astc_10x10_ldr
- MTLPixelFormat.astc_12x10_ldr
- MTLPixelFormat.astc_12x12_ldr
- MTLPixelFormat.astc_4x4_hdr
- MTLPixelFormat.astc_5x4_hdr
- MTLPixelFormat.astc_5x5_hdr
- MTLPixelFormat.astc_6x5_hdr
- MTLPixelFormat.astc_6x6_hdr
- MTLPixelFormat.astc_8x5_hdr
- MTLPixelFormat.astc_8x6_hdr
- MTLPixelFormat.astc_8x8_hdr
- MTLPixelFormat.astc_10x5_hdr
- MTLPixelFormat.astc_10x6_hdr
- MTLPixelFormat.astc_10x8_hdr
- MTLPixelFormat.astc_10x10_hdr
- MTLPixelFormat.astc_12x10_hdr
- MTLPixelFormat.astc_12x12_hdr
- MTLPixelFormat.bgra10_xr
- MTLPixelFormat.bgra10_xr_srgb
- MTLPixelFormat.bgr10_xr
- MTLPixelFormat.bgr10_xr_srgb
-
MTLPixelFormat
-
Object Creation
- makeAccelerationStructure(descriptor:)
- makeAccelerationStructure(size:)
- accelerationStructureSizes(descriptor:)
- MTLAccelerationStructureSizes
- makeBinaryArchive(descriptor:)
- MTLBinaryArchiveDescriptor
- MTLBinaryArchiveError
- MTLBinaryArchiveDomain
- MTLBinaryArchiveError.Code
- makeBuffer(length:options:)
- makeBuffer(bytes:length:options:)
- makeBuffer(bytesNoCopy:length:options:deallocator:)
- makeComputePipelineState(descriptor:options:completionHandler:)
- makeComputePipelineState(function:options:completionHandler:)
- makeComputePipelineState(descriptor:options:reflection:)
- makeComputePipelineState(function:options:reflection:)
- makeCounterSampleBuffer(descriptor:)
- makeDynamicLibrary(library:)
- makeDynamicLibrary(url:)
- MTLDynamicLibraryError
- MTLDynamicLibraryDomain
- MTLDynamicLibraryError.Code
- supportsRasterizationRateMap(layerCount:)
- makeRasterizationRateMap(descriptor:)
- makeRenderPipelineState(descriptor:options:completionHandler:)
- makeRenderPipelineState(descriptor:options:reflection:)
- makeRenderPipelineState(tileDescriptor:options:completionHandler:)
- makeRenderPipelineState(tileDescriptor:options:reflection:)
- makeLibrary(source:options:completionHandler:)
- makeLibrary(source:options:)
- sparseTileSizeInBytes
- sparseTileSize(with:pixelFormat:sampleCount:)
- convertSparsePixelRegions(_:toTileRegions:withTileSize:alignmentMode:numRegions:)
- convertSparseTileRegions(_:toPixelRegions:withTileSize:numRegions:)
- MTLSparseTextureRegionAlignmentMode
- sampleTimestamps()
- MTLCommandQueue
-
MTLCommandBuffer
- makeComputeCommandEncoder(descriptor:)
- makeBlitCommandEncoder(descriptor:)
- makeResourceStateCommandEncoder()
- resourceStateCommandEncoder(with:)
- makeAccelerationStructureCommandEncoder()
- present(_:afterMinimumDuration:)
- errorOptions
- MTLCommandBufferError
- MTLCommandBufferError.Code
- MTLCommandBufferEncoderInfoErrorKey
- MTLCommandBufferEncoderInfo
- MTLFunctionLog
- logs
-
Counter Sampling
- MTLCounterSampleBufferDescriptor
- MTLCounterSampleBuffer
- MTLCounterDontSample
-
MTLCommonCounter
- init(rawValue:)
- timestamp
- vertexCycles
- fragmentCycles
- tessellationCycles
- postTessellationVertexCycles
- renderTargetWriteCycles
- totalCycles
- vertexInvocations
- tessellationInputPatches
- postTessellationVertexInvocations
- clipperInvocations
- clipperPrimitivesOut
- fragmentInvocations
- fragmentsPassed
- computeKernelInvocations
- MTLCommonCounterSet
- MTLCounterSet
- MTLCounter
- MTLCounterResultStageUtilization
-
MTLCounterResultStatistic
- init()
- init(tessellationInputPatches:vertexInvocations:postTessellationVertexInvocations:clipperInvocations:clipperPrimitivesOut:fragmentInvocations:fragmentsPassed:computeKernelInvocations:)
- tessellationInputPatches
- vertexInvocations
- postTessellationVertexInvocations
- clipperInvocations
- clipperPrimitivesOut
- fragmentInvocations
- fragmentsPassed
- computeKernelInvocations
- MTLCounterResultTimestamp
- MTLCounterSampleBufferError
- MTLCounterSampleBufferError.Code
- MTLCounterErrorDomain
- MTLCounterErrorValue
- MTLComputePipelineDescriptor
-
MTLComputePipelineState
- imageblockMemoryLength(forDimensions:)
- supportIndirectCommandBuffers
- functionHandle(function:)
- makeComputePipelineStateWithAdditionalBinaryFunctions(functions:)
- makeVisibleFunctionTable(descriptor:)
- makeIntersectionFunctionTable(descriptor:)
- MTLVisibleFunctionTableDescriptor
- MTLIntersectionFunctionTableDescriptor
- MTLComputePassDescriptor
-
MTLComputeCommandEncoder
- setVisibleFunctionTable(_:bufferIndex:)
- setIntersectionFunctionTable(_:bufferIndex:)
- setAccelerationStructure(_:bufferIndex:)
- MTLResourceUsage
- setImageblockWidth(_:height:)
- MTLStageInRegionIndirectArguments
- executeCommands(in:indirectBuffer:indirectBufferOffset:)
- executeCommands(in:with:)
- sampleCounters(sampleBuffer:sampleIndex:barrier:)
- executeCommandsInBuffer(_:indirectBuffer:offset:)
- executeCommandsInBuffer(_:range:)
- setIntersectionFunctionTables(_:range:)
- setVisibleFunctionTables(_:range:)
- MTLAccelerationStructure
- MTLAccelerationStructureDescriptor
- MTLAccelerationStructureGeometryDescriptor
- MTLAccelerationStructureBoundingBoxGeometryDescriptor
-
MTLAccelerationStructureTriangleGeometryDescriptor
- triangleCount
- indexDataType
- indexBuffer
- indexBufferOffset
-
MTLDataType
- MTLDataType.r16Snorm
- MTLDataType.r16Unorm
- MTLDataType.r8Snorm
- MTLDataType.r8Unorm
- MTLDataType.rg11b10Float
- MTLDataType.rg16Snorm
- MTLDataType.rg16Unorm
- MTLDataType.rg8Snorm
- MTLDataType.rg8Unorm
- MTLDataType.rgb10a2Unorm
- MTLDataType.rgb9e5Float
- MTLDataType.rgba16Snorm
- MTLDataType.rgba16Unorm
- MTLDataType.rgba8Snorm
- MTLDataType.rgba8Unorm
- MTLDataType.rgba8Unorm_srgb
- MTLDataType.computePipeline
- MTLDataType.visibleFunctionTable
- MTLDataType.intersectionFunctionTable
- MTLDataType.primitiveAccelerationStructure
- MTLDataType.instanceAccelerationStructure
- vertexBuffer
- vertexBufferOffset
- vertexStride
- MTLPrimitiveAccelerationStructureDescriptor
- MTLInstanceAccelerationStructureDescriptor
- MTLAccelerationStructureInstanceDescriptor
- MTLIntersectionFunctionTable
- MTLIntersectionFunctionTableDescriptor
- MTLIntersectionFunctionDescriptor
-
MTLAccelerationStructureCommandEncoder
- build(accelerationStructure:descriptor:scratchBuffer:scratchBufferOffset:)
- copy(sourceAccelerationStructure:destinationAccelerationStructure:)
- writeCompactedSize(accelerationStructure:buffer:offset:)
- copyAndCompact(sourceAccelerationStructure:destinationAccelerationStructure:)
- refit(sourceAccelerationStructure:descriptor:destinationAccelerationStructure:scratchBuffer:scratchBufferOffset:)
- updateFence(_:)
- waitForFence(_:)
- useHeap(_:)
- useResource(_:usage:)
- MTLResourceUsage
- sampleCounters(sampleBuffer:sampleIndex:barrier:)
- useHeaps(_:)
- useResources(_:usage:)
- Render Pipelines
-
MTLRenderPassDescriptor
- MTLRenderPassAttachmentDescriptor
- imageblockSampleLength
- threadgroupMemoryLength
- tileWidth
- tileHeight
- rasterizationRateMap
- MTLRasterizationRateMapDescriptor
- MTLRasterizationRateMap
- MTLMaxRenderPassSampleBuffers
- sampleBufferAttachments
- MTLRenderPassSampleBufferAttachmentDescriptorArray
- MTLRenderPassSampleBufferAttachmentDescriptor
-
MTLRenderCommandEncoder
- MTLResourceUsage
- setVertexAmplificationCount(_:viewMappings:)
- MTLVertexAmplificationViewMapping
- sampleCounters(sampleBuffer:sampleIndex:barrier:)
- setThreadgroupMemoryLength(_:offset:index:)
- setTileBuffer(_:offset:index:)
- setTileBufferOffset(_:index:)
- setTileBytes(_:length:index:)
- setTileSamplerState(_:index:)
- setTileSamplerState(_:lodMinClamp:lodMaxClamp:index:)
- setTileTexture(_:index:)
- tileWidth
- tileHeight
- dispatchThreadsPerTile(_:)
- memoryBarrier(resources:after:before:)
- MTLRenderStages
- MTLBarrierScope
- Drawable Objects
-
Libraries
- MTLLibrary
- MTLDynamicLibrary
- MTLBinaryArchive
- MTLCompileOptions
-
Functions
- MTLFunction
- MTLFunctionHandle
- MTLVisibleFunctionTable
- MTLPipelineOption
- MTLRenderPipelineReflection
-
MTLDataType
- MTLDataType.r16Snorm
- MTLDataType.r16Unorm
- MTLDataType.r8Snorm
- MTLDataType.r8Unorm
- MTLDataType.rg11b10Float
- MTLDataType.rg16Snorm
- MTLDataType.rg16Unorm
- MTLDataType.rg8Snorm
- MTLDataType.rg8Unorm
- MTLDataType.rgb10a2Unorm
- MTLDataType.rgb9e5Float
- MTLDataType.rgba16Snorm
- MTLDataType.rgba16Unorm
- MTLDataType.rgba8Snorm
- MTLDataType.rgba8Unorm
- MTLDataType.rgba8Unorm_srgb
- MTLDataType.computePipeline
- MTLDataType.visibleFunctionTable
- MTLDataType.intersectionFunctionTable
- MTLDataType.primitiveAccelerationStructure
- MTLDataType.instanceAccelerationStructure
- MTLArgumentType
- MTLResource
- MTLBlitCommandEncoder
- MTLBlitPassDescriptor
- MTLResourceStateCommandEncoder
- MTLResourceStatePassDescriptor
-
Buffers
- MTLBuffer
-
MTLArgumentEncoder
- setRenderPipelineStates(_:range:)
- setComputePipelineState(_:index:)
- setComputePipelineStates(_:with:)
- setAccelerationStructure(_:index:)
- setVisibleFunctionTable(_:index:)
- setIntersectionFunctionTable(_:index:)
- setComputePipelineState(_:at:)
- setComputePipelineStates(_:range:)
- setIntersectionFunctionTables(_:range:)
- setVisibleFunctionTables(_:range:)
-
Textures
- MTLTexture
- MTLTextureDescriptor
-
MTLPixelFormat
- MTLPixelFormat.r8Unorm_srgb
- MTLPixelFormat.rg8Unorm_srgb
- MTLPixelFormat.b5g6r5Unorm
- MTLPixelFormat.a1bgr5Unorm
- MTLPixelFormat.abgr4Unorm
- MTLPixelFormat.bgr5A1Unorm
- MTLPixelFormat.pvrtc_rgb_2bpp
- MTLPixelFormat.pvrtc_rgb_2bpp_srgb
- MTLPixelFormat.pvrtc_rgb_4bpp
- MTLPixelFormat.pvrtc_rgb_4bpp_srgb
- MTLPixelFormat.pvrtc_rgba_2bpp
- MTLPixelFormat.pvrtc_rgba_2bpp_srgb
- MTLPixelFormat.pvrtc_rgba_4bpp
- MTLPixelFormat.pvrtc_rgba_4bpp_srgb
- MTLPixelFormat.eac_r11Unorm
- MTLPixelFormat.eac_r11Snorm
- MTLPixelFormat.eac_rg11Unorm
- MTLPixelFormat.eac_rg11Snorm
- MTLPixelFormat.eac_rgba8
- MTLPixelFormat.eac_rgba8_srgb
- MTLPixelFormat.etc2_rgb8
- MTLPixelFormat.etc2_rgb8_srgb
- MTLPixelFormat.etc2_rgb8a1
- MTLPixelFormat.etc2_rgb8a1_srgb
- MTLPixelFormat.astc_4x4_srgb
- MTLPixelFormat.astc_5x4_srgb
- MTLPixelFormat.astc_5x5_srgb
- MTLPixelFormat.astc_6x5_srgb
- MTLPixelFormat.astc_6x6_srgb
- MTLPixelFormat.astc_8x5_srgb
- MTLPixelFormat.astc_8x6_srgb
- MTLPixelFormat.astc_8x8_srgb
- MTLPixelFormat.astc_10x5_srgb
- MTLPixelFormat.astc_10x6_srgb
- MTLPixelFormat.astc_10x8_srgb
- MTLPixelFormat.astc_10x10_srgb
- MTLPixelFormat.astc_12x10_srgb
- MTLPixelFormat.astc_12x12_srgb
- MTLPixelFormat.astc_4x4_ldr
- MTLPixelFormat.astc_5x4_ldr
- MTLPixelFormat.astc_5x5_ldr
- MTLPixelFormat.astc_6x5_ldr
- MTLPixelFormat.astc_6x6_ldr
- MTLPixelFormat.astc_8x5_ldr
- MTLPixelFormat.astc_8x6_ldr
- MTLPixelFormat.astc_8x8_ldr
- MTLPixelFormat.astc_10x5_ldr
- MTLPixelFormat.astc_10x6_ldr
- MTLPixelFormat.astc_10x8_ldr
- MTLPixelFormat.astc_10x10_ldr
- MTLPixelFormat.astc_12x10_ldr
- MTLPixelFormat.astc_12x12_ldr
- MTLPixelFormat.astc_4x4_hdr
- MTLPixelFormat.astc_5x4_hdr
- MTLPixelFormat.astc_5x5_hdr
- MTLPixelFormat.astc_6x5_hdr
- MTLPixelFormat.astc_6x6_hdr
- MTLPixelFormat.astc_8x5_hdr
- MTLPixelFormat.astc_8x6_hdr
- MTLPixelFormat.astc_8x8_hdr
- MTLPixelFormat.astc_10x5_hdr
- MTLPixelFormat.astc_10x6_hdr
- MTLPixelFormat.astc_10x8_hdr
- MTLPixelFormat.astc_10x10_hdr
- MTLPixelFormat.astc_12x10_hdr
- MTLPixelFormat.astc_12x12_hdr
- MTLPixelFormat.bgra10_xr
- MTLPixelFormat.bgra10_xr_srgb
- MTLPixelFormat.bgr10_xr
- MTLPixelFormat.bgr10_xr_srgb
- MTLSamplerDescriptor
- Indirect Command Buffers
- Heaps
- Synchronization
- MTLCoordinate2D
- MTLCoordinate2DMake(_:_:)
- MTLPackedFloat3
- MTLPackedFloat4x3
- MTLTimestamp
-
MTLLogContainer
- MTLLogContainer.Element
- lazy
- publisher
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(where:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max(by:)
- min(by:)
- prefix(_:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
- MTLLogContainer.Iterator
Metal Performance Shaders
- Image Filters
-
MPSImage
-
MTLPixelFormat
- MTLPixelFormat.r8Unorm_srgb
- MTLPixelFormat.rg8Unorm_srgb
- MTLPixelFormat.b5g6r5Unorm
- MTLPixelFormat.a1bgr5Unorm
- MTLPixelFormat.abgr4Unorm
- MTLPixelFormat.bgr5A1Unorm
- MTLPixelFormat.pvrtc_rgb_2bpp
- MTLPixelFormat.pvrtc_rgb_2bpp_srgb
- MTLPixelFormat.pvrtc_rgb_4bpp
- MTLPixelFormat.pvrtc_rgb_4bpp_srgb
- MTLPixelFormat.pvrtc_rgba_2bpp
- MTLPixelFormat.pvrtc_rgba_2bpp_srgb
- MTLPixelFormat.pvrtc_rgba_4bpp
- MTLPixelFormat.pvrtc_rgba_4bpp_srgb
- MTLPixelFormat.eac_r11Unorm
- MTLPixelFormat.eac_r11Snorm
- MTLPixelFormat.eac_rg11Unorm
- MTLPixelFormat.eac_rg11Snorm
- MTLPixelFormat.eac_rgba8
- MTLPixelFormat.eac_rgba8_srgb
- MTLPixelFormat.etc2_rgb8
- MTLPixelFormat.etc2_rgb8_srgb
- MTLPixelFormat.etc2_rgb8a1
- MTLPixelFormat.etc2_rgb8a1_srgb
- MTLPixelFormat.astc_4x4_srgb
- MTLPixelFormat.astc_5x4_srgb
- MTLPixelFormat.astc_5x5_srgb
- MTLPixelFormat.astc_6x5_srgb
- MTLPixelFormat.astc_6x6_srgb
- MTLPixelFormat.astc_8x5_srgb
- MTLPixelFormat.astc_8x6_srgb
- MTLPixelFormat.astc_8x8_srgb
- MTLPixelFormat.astc_10x5_srgb
- MTLPixelFormat.astc_10x6_srgb
- MTLPixelFormat.astc_10x8_srgb
- MTLPixelFormat.astc_10x10_srgb
- MTLPixelFormat.astc_12x10_srgb
- MTLPixelFormat.astc_12x12_srgb
- MTLPixelFormat.astc_4x4_ldr
- MTLPixelFormat.astc_5x4_ldr
- MTLPixelFormat.astc_5x5_ldr
- MTLPixelFormat.astc_6x5_ldr
- MTLPixelFormat.astc_6x6_ldr
- MTLPixelFormat.astc_8x5_ldr
- MTLPixelFormat.astc_8x6_ldr
- MTLPixelFormat.astc_8x8_ldr
- MTLPixelFormat.astc_10x5_ldr
- MTLPixelFormat.astc_10x6_ldr
- MTLPixelFormat.astc_10x8_ldr
- MTLPixelFormat.astc_10x10_ldr
- MTLPixelFormat.astc_12x10_ldr
- MTLPixelFormat.astc_12x12_ldr
- MTLPixelFormat.astc_4x4_hdr
- MTLPixelFormat.astc_5x4_hdr
- MTLPixelFormat.astc_5x5_hdr
- MTLPixelFormat.astc_6x5_hdr
- MTLPixelFormat.astc_6x6_hdr
- MTLPixelFormat.astc_8x5_hdr
- MTLPixelFormat.astc_8x6_hdr
- MTLPixelFormat.astc_8x8_hdr
- MTLPixelFormat.astc_10x5_hdr
- MTLPixelFormat.astc_10x6_hdr
- MTLPixelFormat.astc_10x8_hdr
- MTLPixelFormat.astc_10x10_hdr
- MTLPixelFormat.astc_12x10_hdr
- MTLPixelFormat.astc_12x12_hdr
- MTLPixelFormat.bgra10_xr
- MTLPixelFormat.bgra10_xr_srgb
- MTLPixelFormat.bgr10_xr
- MTLPixelFormat.bgr10_xr_srgb
- MTLTextureUsage
- MTLTexture
-
MTLPixelFormat
- MPSTemporaryImage
-
Objects that Simplify the Creation of Neural Networks
- MPSCNNBinaryConvolutionNode
- MPSCNNConvolutionNode
- MPSCNNConvolutionTransposeNode
- MPSCNNBinaryFullyConnectedNode
-
MPSNNFilterNode
-
MPSNNPadding
-
MPSImage
-
MTLPixelFormat
- MTLPixelFormat.r8Unorm_srgb
- MTLPixelFormat.rg8Unorm_srgb
- MTLPixelFormat.b5g6r5Unorm
- MTLPixelFormat.a1bgr5Unorm
- MTLPixelFormat.abgr4Unorm
- MTLPixelFormat.bgr5A1Unorm
- MTLPixelFormat.pvrtc_rgb_2bpp
- MTLPixelFormat.pvrtc_rgb_2bpp_srgb
- MTLPixelFormat.pvrtc_rgb_4bpp
- MTLPixelFormat.pvrtc_rgb_4bpp_srgb
- MTLPixelFormat.pvrtc_rgba_2bpp
- MTLPixelFormat.pvrtc_rgba_2bpp_srgb
- MTLPixelFormat.pvrtc_rgba_4bpp
- MTLPixelFormat.pvrtc_rgba_4bpp_srgb
- MTLPixelFormat.eac_r11Unorm
- MTLPixelFormat.eac_r11Snorm
- MTLPixelFormat.eac_rg11Unorm
- MTLPixelFormat.eac_rg11Snorm
- MTLPixelFormat.eac_rgba8
- MTLPixelFormat.eac_rgba8_srgb
- MTLPixelFormat.etc2_rgb8
- MTLPixelFormat.etc2_rgb8_srgb
- MTLPixelFormat.etc2_rgb8a1
- MTLPixelFormat.etc2_rgb8a1_srgb
- MTLPixelFormat.astc_4x4_srgb
- MTLPixelFormat.astc_5x4_srgb
- MTLPixelFormat.astc_5x5_srgb
- MTLPixelFormat.astc_6x5_srgb
- MTLPixelFormat.astc_6x6_srgb
- MTLPixelFormat.astc_8x5_srgb
- MTLPixelFormat.astc_8x6_srgb
- MTLPixelFormat.astc_8x8_srgb
- MTLPixelFormat.astc_10x5_srgb
- MTLPixelFormat.astc_10x6_srgb
- MTLPixelFormat.astc_10x8_srgb
- MTLPixelFormat.astc_10x10_srgb
- MTLPixelFormat.astc_12x10_srgb
- MTLPixelFormat.astc_12x12_srgb
- MTLPixelFormat.astc_4x4_ldr
- MTLPixelFormat.astc_5x4_ldr
- MTLPixelFormat.astc_5x5_ldr
- MTLPixelFormat.astc_6x5_ldr
- MTLPixelFormat.astc_6x6_ldr
- MTLPixelFormat.astc_8x5_ldr
- MTLPixelFormat.astc_8x6_ldr
- MTLPixelFormat.astc_8x8_ldr
- MTLPixelFormat.astc_10x5_ldr
- MTLPixelFormat.astc_10x6_ldr
- MTLPixelFormat.astc_10x8_ldr
- MTLPixelFormat.astc_10x10_ldr
- MTLPixelFormat.astc_12x10_ldr
- MTLPixelFormat.astc_12x12_ldr
- MTLPixelFormat.astc_4x4_hdr
- MTLPixelFormat.astc_5x4_hdr
- MTLPixelFormat.astc_5x5_hdr
- MTLPixelFormat.astc_6x5_hdr
- MTLPixelFormat.astc_6x6_hdr
- MTLPixelFormat.astc_8x5_hdr
- MTLPixelFormat.astc_8x6_hdr
- MTLPixelFormat.astc_8x8_hdr
- MTLPixelFormat.astc_10x5_hdr
- MTLPixelFormat.astc_10x6_hdr
- MTLPixelFormat.astc_10x8_hdr
- MTLPixelFormat.astc_10x10_hdr
- MTLPixelFormat.astc_12x10_hdr
- MTLPixelFormat.astc_12x12_hdr
- MTLPixelFormat.bgra10_xr
- MTLPixelFormat.bgra10_xr_srgb
- MTLPixelFormat.bgr10_xr
- MTLPixelFormat.bgr10_xr_srgb
- MTLTextureUsage
- MTLTexture
-
MTLPixelFormat
-
MPSImage
-
MPSNNPadding
-
Convolutional Neural Network Kernels
- MPSCNNBinaryConvolution
- MPSCNNConvolution
- MPSCNNConvolutionTranspose
- MPSCNNBinaryFullyConnected
- MPSCNNFullyConnected
- MPSCNNLoss
- MPSCNNLossDescriptor
- MPSCNNYOLOLoss
- MPSCNNYOLOLossDescriptor
-
MPSNNReshape
- encode(commandBuffer:sourceImage:destinationState:destinationStateIsTemporary:reshapedWidth:reshapedHeight:reshapedFeatureChannels:)
- encode(commandBuffer:sourceImage:reshapedWidth:reshapedHeight:reshapedFeatureChannels:)
- encodeBatch(commandBuffer:sourceImages:destinationStates:destinationStateIsTemporary:reshapedWidth:reshapedHeight:reshapedFeatureChannels:)
- encodeBatch(commandBuffer:sourceImages:reshapedWidth:reshapedHeight:reshapedFeatureChannels:)
-
MPSCNNKernel
-
MPSNNPadding
-
MPSImage
-
MTLPixelFormat
- MTLPixelFormat.r8Unorm_srgb
- MTLPixelFormat.rg8Unorm_srgb
- MTLPixelFormat.b5g6r5Unorm
- MTLPixelFormat.a1bgr5Unorm
- MTLPixelFormat.abgr4Unorm
- MTLPixelFormat.bgr5A1Unorm
- MTLPixelFormat.pvrtc_rgb_2bpp
- MTLPixelFormat.pvrtc_rgb_2bpp_srgb
- MTLPixelFormat.pvrtc_rgb_4bpp
- MTLPixelFormat.pvrtc_rgb_4bpp_srgb
- MTLPixelFormat.pvrtc_rgba_2bpp
- MTLPixelFormat.pvrtc_rgba_2bpp_srgb
- MTLPixelFormat.pvrtc_rgba_4bpp
- MTLPixelFormat.pvrtc_rgba_4bpp_srgb
- MTLPixelFormat.eac_r11Unorm
- MTLPixelFormat.eac_r11Snorm
- MTLPixelFormat.eac_rg11Unorm
- MTLPixelFormat.eac_rg11Snorm
- MTLPixelFormat.eac_rgba8
- MTLPixelFormat.eac_rgba8_srgb
- MTLPixelFormat.etc2_rgb8
- MTLPixelFormat.etc2_rgb8_srgb
- MTLPixelFormat.etc2_rgb8a1
- MTLPixelFormat.etc2_rgb8a1_srgb
- MTLPixelFormat.astc_4x4_srgb
- MTLPixelFormat.astc_5x4_srgb
- MTLPixelFormat.astc_5x5_srgb
- MTLPixelFormat.astc_6x5_srgb
- MTLPixelFormat.astc_6x6_srgb
- MTLPixelFormat.astc_8x5_srgb
- MTLPixelFormat.astc_8x6_srgb
- MTLPixelFormat.astc_8x8_srgb
- MTLPixelFormat.astc_10x5_srgb
- MTLPixelFormat.astc_10x6_srgb
- MTLPixelFormat.astc_10x8_srgb
- MTLPixelFormat.astc_10x10_srgb
- MTLPixelFormat.astc_12x10_srgb
- MTLPixelFormat.astc_12x12_srgb
- MTLPixelFormat.astc_4x4_ldr
- MTLPixelFormat.astc_5x4_ldr
- MTLPixelFormat.astc_5x5_ldr
- MTLPixelFormat.astc_6x5_ldr
- MTLPixelFormat.astc_6x6_ldr
- MTLPixelFormat.astc_8x5_ldr
- MTLPixelFormat.astc_8x6_ldr
- MTLPixelFormat.astc_8x8_ldr
- MTLPixelFormat.astc_10x5_ldr
- MTLPixelFormat.astc_10x6_ldr
- MTLPixelFormat.astc_10x8_ldr
- MTLPixelFormat.astc_10x10_ldr
- MTLPixelFormat.astc_12x10_ldr
- MTLPixelFormat.astc_12x12_ldr
- MTLPixelFormat.astc_4x4_hdr
- MTLPixelFormat.astc_5x4_hdr
- MTLPixelFormat.astc_5x5_hdr
- MTLPixelFormat.astc_6x5_hdr
- MTLPixelFormat.astc_6x6_hdr
- MTLPixelFormat.astc_8x5_hdr
- MTLPixelFormat.astc_8x6_hdr
- MTLPixelFormat.astc_8x8_hdr
- MTLPixelFormat.astc_10x5_hdr
- MTLPixelFormat.astc_10x6_hdr
- MTLPixelFormat.astc_10x8_hdr
- MTLPixelFormat.astc_10x10_hdr
- MTLPixelFormat.astc_12x10_hdr
- MTLPixelFormat.astc_12x12_hdr
- MTLPixelFormat.bgra10_xr
- MTLPixelFormat.bgra10_xr_srgb
- MTLPixelFormat.bgr10_xr
- MTLPixelFormat.bgr10_xr_srgb
- MTLTextureUsage
- MTLTexture
-
MTLPixelFormat
-
MPSImage
-
MPSNNPadding
- Recurrent Neural Networks
- Matrices and Vectors
- MPSImageCanny
-
MPSImageEDLines
- init(coder:device:)
- init(device:gaussianSigma:minLineLength:maxLines:detailRatio:gradientThreshold:lineErrorThreshold:mergeLocalityThreshold:)
- clipRectSource
- detailRatio
- gaussianSigma
- gradientThreshold
- lineErrorThreshold
- maxLines
- mergeLocalityThreshold
- minLineLength
- encode(to:sourceTexture:destinationTexture:endpointBuffer:endpointOffset:)
- MPSMatrixRandomDistributionDescriptor
- MPSNDArrayBinaryKernel
- MPSNDArrayMultiaryBase
- MPSNDArrayUnaryKernel
- MPSNNForwardLoss
- MPSNNForwardLossNode
- MPSNNLossGradient
- MPSNNLossGradientNode
- MetalPerformanceShaders Structures
- MetalPerformanceShaders Enumerations
-
MetalPerformanceShaders Constants
- MPSDeviceCapsIndex
- MPSDeviceCapsNull
- MPSDeviceIsAppleDevice
- MPSDeviceSupportsFloat16BicubicFiltering
- MPSDeviceSupportsFloat32Filtering
- MPSDeviceSupportsNorm16BicubicFiltering
- MPSDeviceSupportsQuadShuffle
- MPSDeviceSupportsReadWriteTextures
- MPSDeviceSupportsReadableArrayOfTextures
- MPSDeviceSupportsSimdReduction
- MPSDeviceSupportsSimdShuffle
- MPSDeviceSupportsSimdgroupBarrier
- MPSDeviceSupportsWritableArrayOfTextures
- MPSFunctionConstantIndexReserved
- MPSUserAvailableFunctionConstantStartIndex
- MetalPerformanceShaders Functions
- MetalPerformanceShaders Data Types
Metal Performance Shaders Graph
-
MPSGraph
- init()
- options
- placeholderTensors
- absolute(with:name:)
- acos(with:name:)
- acosh(with:name:)
- addition(_:_:name:)
- applyStochasticGradientDescent(learningRate:variable:gradient:name:)
- asin(with:name:)
- asinh(with:name:)
- assign(_:tensor:name:)
- atan(with:name:)
- atan2(withPrimaryTensor:secondaryTensor:name:)
- atanh(with:name:)
- avgPooling2D(withSourceTensor:descriptor:name:)
- avgPooling2DGradient(withGradientTensor:sourceTensor:descriptor:name:)
- ceil(with:name:)
- clamp(_:min:max:name:)
- concatTensor(_:with:dimension:name:)
- concatTensors(_:dimension:name:)
- constant(_:shape:dataType:)
- constant(_:shape:dataType:)
- convolution2D(_:weights:descriptor:name:)
- convolution2DDataGradient(_:weights:outputShape:forwardConvolutionDescriptor:name:)
- convolution2DWeightsGradient(_:source:outputShape:forwardConvolutionDescriptor:name:)
- convolutionTranspose2D(_:weights:outputShape:descriptor:name:)
- convolutionTranspose2DDataGradient(_:weights:outputShape:forwardConvolutionDescriptor:name:)
- convolutionTranspose2DWeightsGradient(_:weights:outputShape:forwardConvolutionDescriptor:name:)
- cos(with:name:)
- cosh(with:name:)
- division(_:_:name:)
- dropout(_:rate:name:)
- dropout(_:rate:name:)
- encode(to:feeds:targetOperations:resultsDictionary:executionDescriptor:)
- encode(to:feeds:targetTensors:targetOperations:executionDescriptor:)
- equal(_:_:name:)
- erf(with:name:)
- exponent(with:name:)
- exponentBase10(with:name:)
- exponentBase2(with:name:)
- floor(with:name:)
- gather(withUpdatesTensor:indicesTensor:axis:batchDimensions:name:)
- gatherND(withUpdatesTensor:indicesTensor:batchDimensions:name:)
- gradients(of:with:name:)
- greaterThan(_:_:name:)
- greaterThanOrEqualTo(_:_:name:)
- identity(with:name:)
- isFinite(with:name:)
- isInfinite(with:name:)
- isNaN(with:name:)
- lessThan(_:_:name:)
- lessThanOrEqualTo(_:_:name:)
- logarithm(with:name:)
- logarithmBase10(with:name:)
- logarithmBase2(with:name:)
- logicalAND(_:_:name:)
- logicalNAND(_:_:name:)
- logicalNOR(_:_:name:)
- logicalOR(_:_:name:)
- logicalXNOR(_:_:name:)
- logicalXOR(_:_:name:)
- matrixMultiplication(primary:secondary:name:)
- maxPooling2D(withSourceTensor:descriptor:name:)
- maxPooling2DGradient(withGradientTensor:sourceTensor:descriptor:name:)
- maximum(_:_:name:)
- mean(of:axes:name:)
- minimum(_:_:name:)
- modulo(_:_:name:)
- multiplication(_:_:name:)
- negative(with:name:)
- normalize(_:mean:variance:gamma:beta:epsilon:name:)
- normalizationBetaGradient(withIncomingGradientTensor:sourceTensor:reductionAxes:name:)
- normalizationGammaGradient(withIncomingGradientTensor:sourceTensor:mean:varianceTensor:reductionAxes:epsilon:name:)
- normalizationGradient(withIncomingGradientTensor:sourceTensor:mean:varianceTensor:gammaTensor:gammaGradientTensor:betaGradientTensor:reductionAxes:epsilon:name:)
- not(with:name:)
- notEqual(_:_:name:)
- oneHot(withIndicesTensor:depth:axis:dataType:name:)
- oneHot(withIndicesTensor:depth:axis:dataType:onValue:offValue:name:)
- oneHot(withIndicesTensor:depth:axis:name:)
- oneHot(withIndicesTensor:depth:dataType:name:)
- oneHot(withIndicesTensor:depth:dataType:onValue:offValue:name:)
- oneHot(withIndicesTensor:depth:name:)
- padGradient(withIncomingGradientTensor:sourceTensor:paddingMode:leftPadding:rightPadding:name:)
- padTensor(_:with:leftPadding:rightPadding:constantValue:name:)
- placeholder(shape:dataType:name:)
- placeholder(shape:name:)
- power(_:_:name:)
- reLU(with:name:)
- reLUGradient(withIncomingGradient:sourceTensor:name:)
- read(_:name:)
- reciprocal(with:name:)
- reductionMaximum(with:axes:name:)
- reductionMaximum(with:axis:name:)
- reductionMinimum(with:axes:name:)
- reductionMinimum(with:axis:name:)
- reductionProduct(with:axes:name:)
- reductionProduct(with:axis:name:)
- reductionSum(with:axes:name:)
- reductionSum(with:axis:name:)
- reshape(_:shape:name:)
- resize(_:size:mode:centerResult:alignCorners:layout:name:)
- reverseSquareRoot(with:name:)
- rint(with:name:)
- round(with:name:)
- run(with:feeds:targetOperations:resultsDictionary:)
- run(with:feeds:targetTensors:targetOperations:)
- run(feeds:targetTensors:targetOperations:)
- runAsync(with:feeds:targetOperations:resultsDictionary:executionDescriptor:)
- runAsync(with:feeds:targetTensors:targetOperations:executionDescriptor:)
- runAsync(feeds:targetTensors:targetOperations:executionDescriptor:)
- scatterND(withUpdatesTensor:indicesTensor:shape:batchDimensions:name:)
- select(predicate:trueTensor:falseTensor:name:)
- sigmoid(with:name:)
- sigmoidGradient(withIncomingGradient:sourceTensor:name:)
- sign(with:name:)
- signbit(with:name:)
- sin(with:name:)
- sinh(with:name:)
- sliceTensor(_:dimension:start:length:name:)
- softMax(with:axis:name:)
- softMaxCrossEntropy(_:labels:axis:reuctionType:name:)
- softMaxCrossEntropyGradient(_:source:labels:axis:reuctionType:name:)
- softMaxGradient(withIncomingGradient:sourceTensor:axis:name:)
- square(with:name:)
- squareRoot(with:name:)
- stochasticGradientDescent(learningRate:values:gradient:name:)
- subtraction(_:_:name:)
- tan(with:name:)
- tanh(with:name:)
- tileGradient(withIncomingGradientTensor:sourceTensor:withMultiplier:name:)
- tileTensor(_:withMultiplier:name:)
- transposeTensor(_:dimension:withDimension:name:)
- variable(with:shape:dataType:name:)
- variance(of:axes:name:)
- variance(of:mean:axes:name:)
- new()
-
MPSGraphConvolution2DOpDescriptor
- init(strideInX:strideInY:dilationRateInX:dilationRateInY:groups:paddingLeft:paddingRight:paddingTop:paddingBottom:paddingStyle:dataLayout:weightsLayout:)
- init(strideInX:strideInY:dilationRateInX:dilationRateInY:groups:paddingStyle:dataLayout:weightsLayout:)
- dataLayout
- dilationRateInX
- dilationRateInY
- groups
- paddingBottom
- paddingLeft
- paddingRight
- paddingStyle
- paddingTop
- strideInX
- strideInY
- weightsLayout
- setExplicitPaddingWithPaddingLeft(_:paddingRight:paddingTop:paddingBottom:)
- MPSGraphDevice
- MPSGraphExecutionDescriptor
- MPSGraphOperation
-
MPSGraphPooling2DOpDescriptor
- init(kernelWidth:kernelHeight:strideInX:strideInY:dilationRateInX:dilationRateInY:paddingLeft:paddingRight:paddingTop:paddingBottom:paddingStyle:dataLayout:)
- init(kernelWidth:kernelHeight:strideInX:strideInY:paddingStyle:dataLayout:)
- dataLayout
- dilationRateInX
- dilationRateInY
- kernelHeight
- kernelWidth
- paddingBottom
- paddingLeft
- paddingRight
- paddingStyle
- paddingTop
- strideInX
- strideInY
- setExplicitPaddingWithPaddingLeft(_:paddingRight:paddingTop:paddingBottom:)
- MPSGraphShapedType
- MPSGraphTensor
- MPSGraphTensorData
- MPSGraphVariableOp
- MetalPerformanceShadersGraph Enumerations
- MetalPerformanceShadersGraph Data Types
OpenGL ES
-
EAGLContext
- init(api:)
- init(api:sharegroup:)
- setCurrent(_:)
- renderbufferStorage(_:from:)
- presentRenderbuffer(_:)
- api
- sharegroup
- debugLabel
- current()
- isMultiThreaded
- EAGLRenderingAPI
- presentRenderbuffer(_:afterMinimumDuration:)
- presentRenderbuffer(_:atTime:)
- texImageIOSurface(_:target:internalFormat:width:height:format:type:plane:)
- EAGLSharegroup
- EAGLDrawable
- EAGL Functions
- OpenGL ES Enumerations
-
OpenGL ES Constants
- EAGL_MAJOR_VERSION
- EAGL_MINOR_VERSION
- GL_ACTIVE_ATTRIBUTES
- GL_ACTIVE_ATTRIBUTE_MAX_LENGTH
- GL_ACTIVE_PROGRAM_EXT
- GL_ACTIVE_TEXTURE
- GL_ACTIVE_UNIFORMS
- GL_ACTIVE_UNIFORM_MAX_LENGTH
- GL_ALIASED_LINE_WIDTH_RANGE
- GL_ALIASED_POINT_SIZE_RANGE
- GL_ALL_SHADER_BITS_EXT
- GL_ALPHA
- GL_ALPHA16F_EXT
- GL_ALPHA32F_EXT
- GL_ALPHA8_EXT
- GL_ALPHA_BITS
- GL_ALREADY_SIGNALED_APPLE
- GL_ALWAYS
- GL_ANY_SAMPLES_PASSED_CONSERVATIVE
- GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXT
- GL_ANY_SAMPLES_PASSED_EXT
- GL_APPLE_clip_distance
- GL_APPLE_color_buffer_packed_float
- GL_APPLE_copy_texture_levels
- GL_APPLE_framebuffer_multisample
- GL_APPLE_rgb_422
- GL_APPLE_sync
- GL_APPLE_texture_2D_limited_npot
- GL_APPLE_texture_format_BGRA8888
- GL_APPLE_texture_max_level
- GL_APPLE_texture_packed_float
- GL_ARRAY_BUFFER
- GL_ARRAY_BUFFER_BINDING
- GL_ATTACHED_SHADERS
- GL_BACK
- GL_BGRA
- GL_BGRA8_EXT
- GL_BGRA_EXT
- GL_BGRA_IMG
- GL_BLEND
- GL_BLEND_COLOR
- GL_BLEND_DST_ALPHA
- GL_BLEND_DST_ALPHA_OES
- GL_BLEND_DST_RGB
- GL_BLEND_DST_RGB_OES
- GL_BLEND_EQUATION
- GL_BLEND_EQUATION_ALPHA
- GL_BLEND_EQUATION_ALPHA_OES
- GL_BLEND_EQUATION_OES
- GL_BLEND_EQUATION_RGB
- GL_BLEND_EQUATION_RGB_OES
- GL_BLEND_SRC_ALPHA
- GL_BLEND_SRC_ALPHA_OES
- GL_BLEND_SRC_RGB
- GL_BLEND_SRC_RGB_OES
- GL_BLUE_BITS
- GL_BOOL
- GL_BOOL_VEC2
- GL_BOOL_VEC3
- GL_BOOL_VEC4
- GL_BUFFER_ACCESS_OES
- GL_BUFFER_MAPPED_OES
- GL_BUFFER_MAP_POINTER_OES
- GL_BUFFER_OBJECT_EXT
- GL_BUFFER_SIZE
- GL_BUFFER_USAGE
- GL_BYTE
- GL_CCW
- GL_CLAMP_TO_EDGE
- GL_CLIP_DISTANCE0_APPLE
- GL_CLIP_DISTANCE1_APPLE
- GL_CLIP_DISTANCE2_APPLE
- GL_CLIP_DISTANCE3_APPLE
- GL_CLIP_DISTANCE4_APPLE
- GL_CLIP_DISTANCE5_APPLE
- GL_CLIP_DISTANCE6_APPLE
- GL_CLIP_DISTANCE7_APPLE
- GL_COLOR_ATTACHMENT0
- GL_COLOR_ATTACHMENT0_OES
- GL_COLOR_BUFFER_BIT
- GL_COLOR_CLEAR_VALUE
- GL_COLOR_EXT
- GL_COLOR_WRITEMASK
- GL_COMPARE_REF_TO_TEXTURE_EXT
- GL_COMPILE_STATUS
- GL_COMPRESSED_R11_EAC
- GL_COMPRESSED_RG11_EAC
- GL_COMPRESSED_RGB8_ETC2
- GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2
- GL_COMPRESSED_RGBA8_ETC2_EAC
- GL_COMPRESSED_RGBA_ASTC_10x10_KHR
- GL_COMPRESSED_RGBA_ASTC_10x5_KHR
- GL_COMPRESSED_RGBA_ASTC_10x6_KHR
- GL_COMPRESSED_RGBA_ASTC_10x8_KHR
- GL_COMPRESSED_RGBA_ASTC_12x10_KHR
- GL_COMPRESSED_RGBA_ASTC_12x12_KHR
- GL_COMPRESSED_RGBA_ASTC_4x4_KHR
- GL_COMPRESSED_RGBA_ASTC_5x4_KHR
- GL_COMPRESSED_RGBA_ASTC_5x5_KHR
- GL_COMPRESSED_RGBA_ASTC_6x5_KHR
- GL_COMPRESSED_RGBA_ASTC_6x6_KHR
- GL_COMPRESSED_RGBA_ASTC_8x5_KHR
- GL_COMPRESSED_RGBA_ASTC_8x6_KHR
- GL_COMPRESSED_RGBA_ASTC_8x8_KHR
- GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG
- GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG
- GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG
- GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG
- GL_COMPRESSED_SIGNED_R11_EAC
- GL_COMPRESSED_SIGNED_RG11_EAC
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR
- GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR
- GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC
- GL_COMPRESSED_SRGB8_ETC2
- GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2
- GL_COMPRESSED_SRGB_ALPHA_PVRTC_2BPPV1_EXT
- GL_COMPRESSED_SRGB_ALPHA_PVRTC_4BPPV1_EXT
- GL_COMPRESSED_SRGB_PVRTC_2BPPV1_EXT
- GL_COMPRESSED_SRGB_PVRTC_4BPPV1_EXT
- GL_COMPRESSED_TEXTURE_FORMATS
- GL_CONDITION_SATISFIED_APPLE
- GL_CONSTANT_ALPHA
- GL_CONSTANT_COLOR
- GL_COORD_REPLACE_OES
- GL_COPY_READ_BUFFER_BINDING
- GL_COPY_WRITE_BUFFER_BINDING
- GL_CULL_FACE
- GL_CULL_FACE_MODE
- GL_CURRENT_PALETTE_MATRIX_OES
- GL_CURRENT_PROGRAM
- GL_CURRENT_QUERY_EXT
- GL_CURRENT_VERTEX_ATTRIB
- GL_CW
- GL_DECR
- GL_DECR_WRAP
- GL_DECR_WRAP_OES
- GL_DELETE_STATUS
- GL_DEPTH24_STENCIL8_OES
- GL_DEPTH_ATTACHMENT
- GL_DEPTH_ATTACHMENT_OES
- GL_DEPTH_BITS
- GL_DEPTH_BUFFER_BIT
- GL_DEPTH_CLEAR_VALUE
- GL_DEPTH_COMPONENT
- GL_DEPTH_COMPONENT16
- GL_DEPTH_COMPONENT16_OES
- GL_DEPTH_COMPONENT24_OES
- GL_DEPTH_COMPONENT32_OES
- GL_DEPTH_EXT
- GL_DEPTH_FUNC
- GL_DEPTH_RANGE
- GL_DEPTH_STENCIL_OES
- GL_DEPTH_TEST
- GL_DEPTH_WRITEMASK
- GL_DITHER
- GL_DONT_CARE
- GL_DRAW_FRAMEBUFFER_APPLE
- GL_DRAW_FRAMEBUFFER_BINDING_APPLE
- GL_DST_ALPHA
- GL_DST_COLOR
- GL_DYNAMIC_DRAW
- GL_ELEMENT_ARRAY_BUFFER
- GL_ELEMENT_ARRAY_BUFFER_BINDING
- GL_EQUAL
- GL_ES_VERSION_2_0
- GL_ES_VERSION_3_0
- GL_EXTENSIONS
- GL_EXT_blend_minmax
- GL_EXT_color_buffer_half_float
- GL_EXT_debug_label
- GL_EXT_debug_marker
- GL_EXT_discard_framebuffer
- GL_EXT_draw_instanced
- GL_EXT_instanced_arrays
- GL_EXT_map_buffer_range
- GL_EXT_occlusion_query_boolean
- GL_EXT_pvrtc_sRGB
- GL_EXT_read_format_bgra
- GL_EXT_sRGB
- GL_EXT_separate_shader_objects
- GL_EXT_shader_framebuffer_fetch
- GL_EXT_shader_texture_lod
- GL_EXT_shadow_samplers
- GL_EXT_texture_filter_anisotropic
- GL_EXT_texture_rg
- GL_EXT_texture_storage
- GL_FALSE
- GL_FASTEST
- GL_FIXED
- GL_FLOAT
- GL_FLOAT_MAT2
- GL_FLOAT_MAT3
- GL_FLOAT_MAT4
- GL_FLOAT_VEC2
- GL_FLOAT_VEC3
- GL_FLOAT_VEC4
- GL_FRAGMENT_SHADER
- GL_FRAGMENT_SHADER_BIT_EXT
- GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES
- GL_FRAGMENT_SHADER_DISCARDS_SAMPLES_EXT
- GL_FRAMEBUFFER
- GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT
- GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT
- GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME
- GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES
- GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE
- GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES
- GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE
- GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES
- GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL
- GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES
- GL_FRAMEBUFFER_BINDING
- GL_FRAMEBUFFER_BINDING_OES
- GL_FRAMEBUFFER_COMPLETE
- GL_FRAMEBUFFER_COMPLETE_OES
- GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT
- GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES
- GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS
- GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES
- GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES
- GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT
- GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES
- GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_APPLE
- GL_FRAMEBUFFER_OES
- GL_FRAMEBUFFER_UNSUPPORTED
- GL_FRAMEBUFFER_UNSUPPORTED_OES
- GL_FRONT
- GL_FRONT_AND_BACK
- GL_FRONT_FACE
- GL_FUNC_ADD
- GL_FUNC_ADD_OES
- GL_FUNC_REVERSE_SUBTRACT
- GL_FUNC_REVERSE_SUBTRACT_OES
- GL_FUNC_SUBTRACT
- GL_FUNC_SUBTRACT_OES
- GL_GENERATE_MIPMAP_HINT
- GL_GEQUAL
- GL_GREATER
- GL_GREEN_BITS
- GL_HALF_FLOAT_OES
- GL_HIGH_FLOAT
- GL_HIGH_INT
- GL_IMG_read_format
- GL_IMG_texture_compression_pvrtc
- GL_IMPLEMENTATION_COLOR_READ_FORMAT
- GL_IMPLEMENTATION_COLOR_READ_FORMAT_OES
- GL_IMPLEMENTATION_COLOR_READ_TYPE
- GL_IMPLEMENTATION_COLOR_READ_TYPE_OES
- GL_INCR
- GL_INCR_WRAP
- GL_INCR_WRAP_OES
- GL_INFO_LOG_LENGTH
- GL_INT
- GL_INT_VEC2
- GL_INT_VEC3
- GL_INT_VEC4
- GL_INVALID_ENUM
- GL_INVALID_FRAMEBUFFER_OPERATION
- GL_INVALID_FRAMEBUFFER_OPERATION_OES
- GL_INVALID_OPERATION
- GL_INVALID_VALUE
- GL_INVERT
- GL_KEEP
- GL_KHR_texture_compression_astc_ldr
- GL_LEQUAL
- GL_LESS
- GL_LINEAR
- GL_LINEAR_MIPMAP_LINEAR
- GL_LINEAR_MIPMAP_NEAREST
- GL_LINES
- GL_LINE_LOOP
- GL_LINE_STRIP
- GL_LINE_WIDTH
- GL_LINK_STATUS
- GL_LOW_FLOAT
- GL_LOW_INT
- GL_LUMINANCE
- GL_LUMINANCE16F_EXT
- GL_LUMINANCE32F_EXT
- GL_LUMINANCE8_ALPHA8_EXT
- GL_LUMINANCE8_EXT
- GL_LUMINANCE_ALPHA
- GL_LUMINANCE_ALPHA16F_EXT
- GL_LUMINANCE_ALPHA32F_EXT
- GL_MAP_FLUSH_EXPLICIT_BIT_EXT
- GL_MAP_INVALIDATE_BUFFER_BIT_EXT
- GL_MAP_INVALIDATE_RANGE_BIT_EXT
- GL_MAP_READ_BIT_EXT
- GL_MAP_UNSYNCHRONIZED_BIT_EXT
- GL_MAP_WRITE_BIT_EXT
- GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES
- GL_MATRIX_INDEX_ARRAY_OES
- GL_MATRIX_INDEX_ARRAY_POINTER_OES
- GL_MATRIX_INDEX_ARRAY_SIZE_OES
- GL_MATRIX_INDEX_ARRAY_STRIDE_OES
- GL_MATRIX_INDEX_ARRAY_TYPE_OES
- GL_MATRIX_PALETTE_OES
- GL_MAX_CLIP_DISTANCES_APPLE
- GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS
- GL_MAX_CUBE_MAP_TEXTURE_SIZE
- GL_MAX_ELEMENT_INDEX
- GL_MAX_EXT
- GL_MAX_FRAGMENT_UNIFORM_VECTORS
- GL_MAX_PALETTE_MATRICES_OES
- GL_MAX_RENDERBUFFER_SIZE
- GL_MAX_RENDERBUFFER_SIZE_OES
- GL_MAX_SAMPLES_APPLE
- GL_MAX_SERVER_WAIT_TIMEOUT_APPLE
- GL_MAX_TEXTURE_IMAGE_UNITS
- GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT
- GL_MAX_TEXTURE_SIZE
- GL_MAX_VARYING_VECTORS
- GL_MAX_VERTEX_ATTRIBS
- GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS
- GL_MAX_VERTEX_UNIFORM_VECTORS
- GL_MAX_VERTEX_UNITS_OES
- GL_MAX_VIEWPORT_DIMS
- GL_MEDIUM_FLOAT
- GL_MEDIUM_INT
- GL_MIN_EXT
- GL_MIRRORED_REPEAT
- GL_MIRRORED_REPEAT_OES
- GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES
- GL_NEAREST
- GL_NEAREST_MIPMAP_LINEAR
- GL_NEAREST_MIPMAP_NEAREST
- GL_NEVER
- GL_NICEST
- GL_NONE
- GL_NOTEQUAL
- GL_NO_ERROR
- GL_NUM_COMPRESSED_TEXTURE_FORMATS
- GL_NUM_SHADER_BINARY_FORMATS
- GL_OBJECT_TYPE_APPLE
- GL_OES_VERSION_1_0
- GL_OES_VERSION_1_1
- GL_OES_blend_equation_separate
- GL_OES_blend_func_separate
- GL_OES_blend_subtract
- GL_OES_byte_coordinates
- GL_OES_compressed_paletted_texture
- GL_OES_depth24
- GL_OES_depth_texture
- GL_OES_draw_texture
- GL_OES_element_index_uint
- GL_OES_fbo_render_mipmap
- GL_OES_fixed_point
- GL_OES_framebuffer_object
- GL_OES_mapbuffer
- GL_OES_matrix_get
- GL_OES_matrix_palette
- GL_OES_packed_depth_stencil
- GL_OES_point_size_array
- GL_OES_point_sprite
- GL_OES_read_format
- GL_OES_rgb8_rgba8
- GL_OES_single_precision
- GL_OES_standard_derivatives
- GL_OES_stencil8
- GL_OES_stencil_wrap
- GL_OES_texture_float
- GL_OES_texture_half_float
- GL_OES_texture_half_float_linear
- GL_OES_texture_mirrored_repeat
- GL_OES_vertex_array_object
- GL_ONE
- GL_ONE_MINUS_CONSTANT_ALPHA
- GL_ONE_MINUS_CONSTANT_COLOR
- GL_ONE_MINUS_DST_ALPHA
- GL_ONE_MINUS_DST_COLOR
- GL_ONE_MINUS_SRC_ALPHA
- GL_ONE_MINUS_SRC_COLOR
- GL_OUT_OF_MEMORY
- GL_PACK_ALIGNMENT
- GL_PALETTE4_R5_G6_B5_OES
- GL_PALETTE4_RGB5_A1_OES
- GL_PALETTE4_RGB8_OES
- GL_PALETTE4_RGBA4_OES
- GL_PALETTE4_RGBA8_OES
- GL_PALETTE8_R5_G6_B5_OES
- GL_PALETTE8_RGB5_A1_OES
- GL_PALETTE8_RGB8_OES
- GL_PALETTE8_RGBA4_OES
- GL_PALETTE8_RGBA8_OES
- GL_POINTS
- GL_POINT_SIZE_ARRAY_BUFFER_BINDING_OES
- GL_POINT_SIZE_ARRAY_OES
- GL_POINT_SIZE_ARRAY_POINTER_OES
- GL_POINT_SIZE_ARRAY_STRIDE_OES
- GL_POINT_SIZE_ARRAY_TYPE_OES
- GL_POINT_SPRITE_OES
- GL_POLYGON_OFFSET_FACTOR
- GL_POLYGON_OFFSET_FILL
- GL_POLYGON_OFFSET_UNITS
- GL_PRIMITIVE_RESTART_FIXED_INDEX
- GL_PROGRAM_OBJECT_EXT
- GL_PROGRAM_PIPELINE_BINDING_EXT
- GL_PROGRAM_PIPELINE_OBJECT_EXT
- GL_PROGRAM_SEPARABLE_EXT
- GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES
- GL_QUERY_OBJECT_EXT
- GL_QUERY_RESULT_AVAILABLE_EXT
- GL_QUERY_RESULT_EXT
- GL_R11F_G11F_B10F_APPLE
- GL_R16F_EXT
- GL_R32F_EXT
- GL_R8_EXT
- GL_READ_FRAMEBUFFER_APPLE
- GL_READ_FRAMEBUFFER_BINDING_APPLE
- GL_RED_BITS
- GL_RED_EXT
- GL_RENDERBUFFER
- GL_RENDERBUFFER_ALPHA_SIZE
- GL_RENDERBUFFER_ALPHA_SIZE_OES
- GL_RENDERBUFFER_BINDING
- GL_RENDERBUFFER_BINDING_OES
- GL_RENDERBUFFER_BLUE_SIZE
- GL_RENDERBUFFER_BLUE_SIZE_OES
- GL_RENDERBUFFER_DEPTH_SIZE
- GL_RENDERBUFFER_DEPTH_SIZE_OES
- GL_RENDERBUFFER_GREEN_SIZE
- GL_RENDERBUFFER_GREEN_SIZE_OES
- GL_RENDERBUFFER_HEIGHT
- GL_RENDERBUFFER_HEIGHT_OES
- GL_RENDERBUFFER_INTERNAL_FORMAT
- GL_RENDERBUFFER_INTERNAL_FORMAT_OES
- GL_RENDERBUFFER_OES
- GL_RENDERBUFFER_RED_SIZE
- GL_RENDERBUFFER_RED_SIZE_OES
- GL_RENDERBUFFER_SAMPLES_APPLE
- GL_RENDERBUFFER_STENCIL_SIZE
- GL_RENDERBUFFER_STENCIL_SIZE_OES
- GL_RENDERBUFFER_WIDTH
- GL_RENDERBUFFER_WIDTH_OES
- GL_RENDERER
- GL_REPEAT
- GL_REPLACE
- GL_RG16F_EXT
- GL_RG32F_EXT
- GL_RG8_EXT
- GL_RGB
- GL_RGB16F_EXT
- GL_RGB32F_EXT
- GL_RGB565
- GL_RGB565_OES
- GL_RGB5_A1
- GL_RGB5_A1_OES
- GL_RGB8_OES
- GL_RGB9_E5_APPLE
- GL_RGBA
- GL_RGBA16F_EXT
- GL_RGBA32F_EXT
- GL_RGBA4
- GL_RGBA4_OES
- GL_RGBA8_OES
- GL_RGB_422_APPLE
- GL_RGB_RAW_422_APPLE
- GL_RG_EXT
- GL_SAMPLER_2D
- GL_SAMPLER_2D_SHADOW_EXT
- GL_SAMPLER_CUBE
- GL_SAMPLES
- GL_SAMPLE_ALPHA_TO_COVERAGE
- GL_SAMPLE_BUFFERS
- GL_SAMPLE_COVERAGE
- GL_SAMPLE_COVERAGE_INVERT
- GL_SAMPLE_COVERAGE_VALUE
- GL_SCISSOR_BOX
- GL_SCISSOR_TEST
- GL_SHADER_BINARY_FORMATS
- GL_SHADER_COMPILER
- GL_SHADER_OBJECT_EXT
- GL_SHADER_SOURCE_LENGTH
- GL_SHADER_TYPE
- GL_SHADING_LANGUAGE_VERSION
- GL_SHORT
- GL_SIGNALED_APPLE
- GL_SRC_ALPHA
- GL_SRC_ALPHA_SATURATE
- GL_SRC_COLOR
- GL_STATIC_DRAW
- GL_STENCIL_ATTACHMENT
- GL_STENCIL_ATTACHMENT_OES
- GL_STENCIL_BACK_FAIL
- GL_STENCIL_BACK_FUNC
- GL_STENCIL_BACK_PASS_DEPTH_FAIL
- GL_STENCIL_BACK_PASS_DEPTH_PASS
- GL_STENCIL_BACK_REF
- GL_STENCIL_BACK_VALUE_MASK
- GL_STENCIL_BACK_WRITEMASK
- GL_STENCIL_BITS
- GL_STENCIL_BUFFER_BIT
- GL_STENCIL_CLEAR_VALUE
- GL_STENCIL_EXT
- GL_STENCIL_FAIL
- GL_STENCIL_FUNC
- GL_STENCIL_INDEX8
- GL_STENCIL_INDEX8_OES
- GL_STENCIL_PASS_DEPTH_FAIL
- GL_STENCIL_PASS_DEPTH_PASS
- GL_STENCIL_REF
- GL_STENCIL_TEST
- GL_STENCIL_VALUE_MASK
- GL_STENCIL_WRITEMASK
- GL_STREAM_DRAW
- GL_SUBPIXEL_BITS
- GL_SYNC_CONDITION_APPLE
- GL_SYNC_FENCE_APPLE
- GL_SYNC_FLAGS_APPLE
- GL_SYNC_FLUSH_COMMANDS_BIT_APPLE
- GL_SYNC_GPU_COMMANDS_COMPLETE_APPLE
- GL_SYNC_OBJECT_APPLE
- GL_SYNC_STATUS_APPLE
- GL_TEXTURE
- GL_TEXTURE0
- GL_TEXTURE1
- GL_TEXTURE10
- GL_TEXTURE11
- GL_TEXTURE12
- GL_TEXTURE13
- GL_TEXTURE14
- GL_TEXTURE15
- GL_TEXTURE16
- GL_TEXTURE17
- GL_TEXTURE18
- GL_TEXTURE19
- GL_TEXTURE2
- GL_TEXTURE20
- GL_TEXTURE21
- GL_TEXTURE22
- GL_TEXTURE23
- GL_TEXTURE24
- GL_TEXTURE25
- GL_TEXTURE26
- GL_TEXTURE27
- GL_TEXTURE28
- GL_TEXTURE29
- GL_TEXTURE3
- GL_TEXTURE30
- GL_TEXTURE31
- GL_TEXTURE4
- GL_TEXTURE5
- GL_TEXTURE6
- GL_TEXTURE7
- GL_TEXTURE8
- GL_TEXTURE9
- GL_TEXTURE_2D
- GL_TEXTURE_BINDING_2D
- GL_TEXTURE_BINDING_CUBE_MAP
- GL_TEXTURE_COMPARE_FUNC_EXT
- GL_TEXTURE_COMPARE_MODE_EXT
- GL_TEXTURE_CROP_RECT_OES
- GL_TEXTURE_CUBE_MAP
- GL_TEXTURE_CUBE_MAP_NEGATIVE_X
- GL_TEXTURE_CUBE_MAP_NEGATIVE_Y
- GL_TEXTURE_CUBE_MAP_NEGATIVE_Z
- GL_TEXTURE_CUBE_MAP_POSITIVE_X
- GL_TEXTURE_CUBE_MAP_POSITIVE_Y
- GL_TEXTURE_CUBE_MAP_POSITIVE_Z
- GL_TEXTURE_IMMUTABLE_FORMAT_EXT
- GL_TEXTURE_IMMUTABLE_LEVELS
- GL_TEXTURE_MAG_FILTER
- GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES
- GL_TEXTURE_MAX_ANISOTROPY_EXT
- GL_TEXTURE_MAX_LEVEL_APPLE
- GL_TEXTURE_MIN_FILTER
- GL_TEXTURE_WRAP_S
- GL_TEXTURE_WRAP_T
- GL_TIMEOUT_EXPIRED_APPLE
- GL_TIMEOUT_IGNORED_APPLE
- GL_TRANSFORM_FEEDBACK_ACTIVE
- GL_TRANSFORM_FEEDBACK_PAUSED
- GL_TRIANGLES
- GL_TRIANGLE_FAN
- GL_TRIANGLE_STRIP
- GL_TRUE
- GL_UNPACK_ALIGNMENT
- GL_UNSIGNALED_APPLE
- GL_UNSIGNED_BYTE
- GL_UNSIGNED_INT
- GL_UNSIGNED_INT_10F_11F_11F_REV_APPLE
- GL_UNSIGNED_INT_24_8_OES
- GL_UNSIGNED_INT_5_9_9_9_REV_APPLE
- GL_UNSIGNED_INT_OES
- GL_UNSIGNED_NORMALIZED_EXT
- GL_UNSIGNED_SHORT
- GL_UNSIGNED_SHORT_1_5_5_5_REV
- GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT
- GL_UNSIGNED_SHORT_4_4_4_4
- GL_UNSIGNED_SHORT_4_4_4_4_REV
- GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT
- GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG
- GL_UNSIGNED_SHORT_5_5_5_1
- GL_UNSIGNED_SHORT_5_6_5
- GL_UNSIGNED_SHORT_8_8_APPLE
- GL_UNSIGNED_SHORT_8_8_REV_APPLE
- GL_VALIDATE_STATUS
- GL_VENDOR
- GL_VERSION
- GL_VERSION_ES_CL_1_0
- GL_VERSION_ES_CL_1_1
- GL_VERSION_ES_CM_1_0
- GL_VERSION_ES_CM_1_1
- GL_VERTEX_ARRAY_BINDING_OES
- GL_VERTEX_ARRAY_OBJECT_EXT
- GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING
- GL_VERTEX_ATTRIB_ARRAY_DIVISOR_EXT
- GL_VERTEX_ATTRIB_ARRAY_ENABLED
- GL_VERTEX_ATTRIB_ARRAY_NORMALIZED
- GL_VERTEX_ATTRIB_ARRAY_POINTER
- GL_VERTEX_ATTRIB_ARRAY_SIZE
- GL_VERTEX_ATTRIB_ARRAY_STRIDE
- GL_VERTEX_ATTRIB_ARRAY_TYPE
- GL_VERTEX_SHADER
- GL_VERTEX_SHADER_BIT_EXT
- GL_VIEWPORT
- GL_WAIT_FAILED_APPLE
- GL_WEIGHT_ARRAY_BUFFER_BINDING_OES
- GL_WEIGHT_ARRAY_OES
- GL_WEIGHT_ARRAY_POINTER_OES
- GL_WEIGHT_ARRAY_SIZE_OES
- GL_WEIGHT_ARRAY_STRIDE_OES
- GL_WEIGHT_ARRAY_TYPE_OES
- GL_WRITE_ONLY_OES
- GL_ZERO
- kEAGLColorFormatRGB565
- kEAGLColorFormatRGBA8
- kEAGLColorFormatSRGBA8
- kEAGLDrawablePropertyColorFormat
- kEAGLDrawablePropertyRetainedBacking
-
OpenGL ES Functions
- glActiveShaderProgramEXT(_:_:)
- glActiveTexture(_:)
- glAlphaFuncx(_:_:)
- glAttachShader(_:_:)
- glBeginQueryEXT(_:_:)
- glBindAttribLocation(_:_:_:)
- glBindBuffer(_:_:)
- glBindFramebuffer(_:_:)
- glBindFramebufferOES(_:_:)
- glBindProgramPipelineEXT(_:)
- glBindRenderbuffer(_:_:)
- glBindRenderbufferOES(_:_:)
- glBindTexture(_:_:)
- glBindVertexArrayOES(_:)
- glBlendColor(_:_:_:_:)
- glBlendEquation(_:)
- glBlendEquationOES(_:)
- glBlendEquationSeparate(_:_:)
- glBlendEquationSeparateOES(_:_:)
- glBlendFunc(_:_:)
- glBlendFuncSeparate(_:_:_:_:)
- glBlendFuncSeparateOES(_:_:_:_:)
- glBufferData(_:_:_:_:)
- glBufferSubData(_:_:_:_:)
- glCheckFramebufferStatus(_:)
- glCheckFramebufferStatusOES(_:)
- glClear(_:)
- glClearColor(_:_:_:_:)
- glClearColorx(_:_:_:_:)
- glClearDepthf(_:)
- glClearDepthx(_:)
- glClearStencil(_:)
- glClientWaitSyncAPPLE(_:_:_:)
- glClipPlanef(_:_:)
- glClipPlanex(_:_:)
- glColor4x(_:_:_:_:)
- glColorMask(_:_:_:_:)
- glCompileShader(_:)
- glCompressedTexImage2D(_:_:_:_:_:_:_:_:)
- glCompressedTexSubImage2D(_:_:_:_:_:_:_:_:_:)
- glCopyTexImage2D(_:_:_:_:_:_:_:_:)
- glCopyTexSubImage2D(_:_:_:_:_:_:_:_:)
- glCopyTextureLevelsAPPLE(_:_:_:_:)
- glCreateProgram()
- glCreateShader(_:)
- glCreateShaderProgramvEXT(_:_:_:)
- glCullFace(_:)
- glCurrentPaletteMatrixOES(_:)
- glDeleteBuffers(_:_:)
- glDeleteFramebuffers(_:_:)
- glDeleteFramebuffersOES(_:_:)
- glDeleteProgram(_:)
- glDeleteProgramPipelinesEXT(_:_:)
- glDeleteQueriesEXT(_:_:)
- glDeleteRenderbuffers(_:_:)
- glDeleteRenderbuffersOES(_:_:)
- glDeleteShader(_:)
- glDeleteSyncAPPLE(_:)
- glDeleteTextures(_:_:)
- glDeleteVertexArraysOES(_:_:)
- glDepthFunc(_:)
- glDepthMask(_:)
- glDepthRangef(_:_:)
- glDepthRangex(_:_:)
- glDetachShader(_:_:)
- glDisable(_:)
- glDisableVertexAttribArray(_:)
- glDiscardFramebufferEXT(_:_:_:)
- glDrawArrays(_:_:_:)
- glDrawArraysInstancedEXT(_:_:_:_:)
- glDrawElements(_:_:_:_:)
- glDrawElementsInstancedEXT(_:_:_:_:_:)
- glDrawTexfOES(_:_:_:_:_:)
- glDrawTexfvOES(_:)
- glDrawTexiOES(_:_:_:_:_:)
- glDrawTexivOES(_:)
- glDrawTexsOES(_:_:_:_:_:)
- glDrawTexsvOES(_:)
- glDrawTexxOES(_:_:_:_:_:)
- glDrawTexxvOES(_:)
- glEnable(_:)
- glEnableVertexAttribArray(_:)
- glEndQueryEXT(_:)
- glFenceSyncAPPLE(_:_:)
- glFinish()
- glFlush()
- glFlushMappedBufferRangeEXT(_:_:_:)
- glFogx(_:_:)
- glFogxv(_:_:)
- glFramebufferRenderbuffer(_:_:_:_:)
- glFramebufferRenderbufferOES(_:_:_:_:)
- glFramebufferTexture2D(_:_:_:_:_:)
- glFramebufferTexture2DOES(_:_:_:_:_:)
- glFrontFace(_:)
- glFrustumf(_:_:_:_:_:_:)
- glFrustumx(_:_:_:_:_:_:)
- glGenBuffers(_:_:)
- glGenFramebuffers(_:_:)
- glGenFramebuffersOES(_:_:)
- glGenProgramPipelinesEXT(_:_:)
- glGenQueriesEXT(_:_:)
- glGenRenderbuffers(_:_:)
- glGenRenderbuffersOES(_:_:)
- glGenTextures(_:_:)
- glGenVertexArraysOES(_:_:)
- glGenerateMipmap(_:)
- glGenerateMipmapOES(_:)
- glGetActiveAttrib(_:_:_:_:_:_:_:)
- glGetActiveUniform(_:_:_:_:_:_:_:)
- glGetAttachedShaders(_:_:_:_:)
- glGetAttribLocation(_:_:)
- glGetBooleanv(_:_:)
- glGetBufferParameteriv(_:_:_:)
- glGetBufferPointervOES(_:_:_:)
- glGetClipPlanef(_:_:)
- glGetClipPlanex(_:_:)
- glGetError()
- glGetFixedv(_:_:)
- glGetFloatv(_:_:)
- glGetFramebufferAttachmentParameteriv(_:_:_:_:)
- glGetFramebufferAttachmentParameterivOES(_:_:_:_:)
- glGetInteger64vAPPLE(_:_:)
- glGetIntegerv(_:_:)
- glGetLightxv(_:_:_:)
- glGetMaterialxv(_:_:_:)
- glGetObjectLabelEXT(_:_:_:_:_:)
- glGetProgramInfoLog(_:_:_:_:)
- glGetProgramPipelineInfoLogEXT(_:_:_:_:)
- glGetProgramPipelineivEXT(_:_:_:)
- glGetProgramiv(_:_:_:)
- glGetQueryObjectuivEXT(_:_:_:)
- glGetQueryivEXT(_:_:_:)
- glGetRenderbufferParameteriv(_:_:_:)
- glGetRenderbufferParameterivOES(_:_:_:)
- glGetShaderInfoLog(_:_:_:_:)
- glGetShaderPrecisionFormat(_:_:_:_:)
- glGetShaderSource(_:_:_:_:)
- glGetShaderiv(_:_:_:)
- glGetString(_:)
- glGetSyncivAPPLE(_:_:_:_:_:)
- glGetTexEnvxv(_:_:_:)
- glGetTexParameterfv(_:_:_:)
- glGetTexParameteriv(_:_:_:)
- glGetTexParameterxv(_:_:_:)
- glGetUniformLocation(_:_:)
- glGetUniformfv(_:_:_:)
- glGetUniformiv(_:_:_:)
- glGetVertexAttribPointerv(_:_:_:)
- glGetVertexAttribfv(_:_:_:)
- glGetVertexAttribiv(_:_:_:)
- glHint(_:_:)
- glInsertEventMarkerEXT(_:_:)
- glInvalidateFramebuffer(_:_:_:)
- glInvalidateSubFramebuffer(_:_:_:_:_:_:_:)
- glIsBuffer(_:)
- glIsEnabled(_:)
- glIsFramebuffer(_:)
- glIsFramebufferOES(_:)
- glIsProgram(_:)
- glIsProgramPipelineEXT(_:)
- glIsQueryEXT(_:)
- glIsRenderbuffer(_:)
- glIsRenderbufferOES(_:)
- glIsShader(_:)
- glIsSyncAPPLE(_:)
- glIsTexture(_:)
- glIsVertexArrayOES(_:)
- glLabelObjectEXT(_:_:_:_:)
- glLightModelx(_:_:)
- glLightModelxv(_:_:)
- glLightx(_:_:_:)
- glLightxv(_:_:_:)
- glLineWidth(_:)
- glLineWidthx(_:)
- glLinkProgram(_:)
- glLoadMatrixx(_:)
- glLoadPaletteFromModelViewMatrixOES()
- glMapBufferOES(_:_:)
- glMapBufferRangeEXT(_:_:_:_:)
- glMaterialx(_:_:_:)
- glMaterialxv(_:_:_:)
- glMatrixIndexPointerOES(_:_:_:_:)
- glMultMatrixx(_:)
- glMultiTexCoord4x(_:_:_:_:_:)
- glNormal3x(_:_:_:)
- glOrthof(_:_:_:_:_:_:)
- glOrthox(_:_:_:_:_:_:)
- glPixelStorei(_:_:)
- glPointParameterx(_:_:)
- glPointParameterxv(_:_:)
- glPointSizePointerOES(_:_:_:)
- glPointSizex(_:)
- glPolygonOffset(_:_:)
- glPolygonOffsetx(_:_:)
- glPopGroupMarkerEXT()
- glProgramParameteriEXT(_:_:_:)
- glProgramUniform1fEXT(_:_:_:)
- glProgramUniform1fvEXT(_:_:_:_:)
- glProgramUniform1iEXT(_:_:_:)
- glProgramUniform1ivEXT(_:_:_:_:)
- glProgramUniform1uiEXT(_:_:_:)
- glProgramUniform1uivEXT(_:_:_:_:)
- glProgramUniform2fEXT(_:_:_:_:)
- glProgramUniform2fvEXT(_:_:_:_:)
- glProgramUniform2iEXT(_:_:_:_:)
- glProgramUniform2ivEXT(_:_:_:_:)
- glProgramUniform2uiEXT(_:_:_:_:)
- glProgramUniform2uivEXT(_:_:_:_:)
- glProgramUniform3fEXT(_:_:_:_:_:)
- glProgramUniform3fvEXT(_:_:_:_:)
- glProgramUniform3iEXT(_:_:_:_:_:)
- glProgramUniform3ivEXT(_:_:_:_:)
- glProgramUniform3uiEXT(_:_:_:_:_:)
- glProgramUniform3uivEXT(_:_:_:_:)
- glProgramUniform4fEXT(_:_:_:_:_:_:)
- glProgramUniform4fvEXT(_:_:_:_:)
- glProgramUniform4iEXT(_:_:_:_:_:_:)
- glProgramUniform4ivEXT(_:_:_:_:)
- glProgramUniform4uiEXT(_:_:_:_:_:_:)
- glProgramUniform4uivEXT(_:_:_:_:)
- glProgramUniformMatrix2fvEXT(_:_:_:_:_:)
- glProgramUniformMatrix2x3fvEXT(_:_:_:_:_:)
- glProgramUniformMatrix2x4fvEXT(_:_:_:_:_:)
- glProgramUniformMatrix3fvEXT(_:_:_:_:_:)
- glProgramUniformMatrix3x2fvEXT(_:_:_:_:_:)
- glProgramUniformMatrix3x4fvEXT(_:_:_:_:_:)
- glProgramUniformMatrix4fvEXT(_:_:_:_:_:)
- glProgramUniformMatrix4x2fvEXT(_:_:_:_:_:)
- glProgramUniformMatrix4x3fvEXT(_:_:_:_:_:)
- glPushGroupMarkerEXT(_:_:)
- glReadPixels(_:_:_:_:_:_:_:)
- glReleaseShaderCompiler()
- glRenderbufferStorage(_:_:_:_:)
- glRenderbufferStorageMultisampleAPPLE(_:_:_:_:_:)
- glRenderbufferStorageOES(_:_:_:_:)
- glResolveMultisampleFramebufferAPPLE()
- glRotatex(_:_:_:_:)
- glSampleCoverage(_:_:)
- glSampleCoveragex(_:_:)
- glScalex(_:_:_:)
- glScissor(_:_:_:_:)
- glShaderBinary(_:_:_:_:_:)
- glShaderSource(_:_:_:_:)
- glStencilFunc(_:_:_:)
- glStencilFuncSeparate(_:_:_:_:)
- glStencilMask(_:)
- glStencilMaskSeparate(_:_:)
- glStencilOp(_:_:_:)
- glStencilOpSeparate(_:_:_:_:)
- glTexEnvx(_:_:_:)
- glTexEnvxv(_:_:_:)
- glTexImage2D(_:_:_:_:_:_:_:_:_:)
- glTexParameterf(_:_:_:)
- glTexParameterfv(_:_:_:)
- glTexParameteri(_:_:_:)
- glTexParameteriv(_:_:_:)
- glTexParameterx(_:_:_:)
- glTexParameterxv(_:_:_:)
- glTexStorage2DEXT(_:_:_:_:_:)
- glTexSubImage2D(_:_:_:_:_:_:_:_:_:)
- glTranslatex(_:_:_:)
- glUniform1f(_:_:)
- glUniform1fv(_:_:_:)
- glUniform1i(_:_:)
- glUniform1iv(_:_:_:)
- glUniform2f(_:_:_:)
- glUniform2fv(_:_:_:)
- glUniform2i(_:_:_:)
- glUniform2iv(_:_:_:)
- glUniform3f(_:_:_:_:)
- glUniform3fv(_:_:_:)
- glUniform3i(_:_:_:_:)
- glUniform3iv(_:_:_:)
- glUniform4f(_:_:_:_:_:)
- glUniform4fv(_:_:_:)
- glUniform4i(_:_:_:_:_:)
- glUniform4iv(_:_:_:)
- glUniformMatrix2fv(_:_:_:_:)
- glUniformMatrix3fv(_:_:_:_:)
- glUniformMatrix4fv(_:_:_:_:)
- glUnmapBufferOES(_:)
- glUseProgram(_:)
- glUseProgramStagesEXT(_:_:_:)
- glValidateProgram(_:)
- glValidateProgramPipelineEXT(_:)
- glVertexAttrib1f(_:_:)
- glVertexAttrib1fv(_:_:)
- glVertexAttrib2f(_:_:_:)
- glVertexAttrib2fv(_:_:)
- glVertexAttrib3f(_:_:_:_:)
- glVertexAttrib3fv(_:_:)
- glVertexAttrib4f(_:_:_:_:_:)
- glVertexAttrib4fv(_:_:)
- glVertexAttribDivisorEXT(_:_:)
- glVertexAttribPointer(_:_:_:_:_:_:)
- glViewport(_:_:_:_:)
- glWaitSyncAPPLE(_:_:_:)
- glWeightPointerOES(_:_:_:_:)
- OpenGL ES Data Types
PDFKit
PencilKit
- PKCanvasView
- PKDrawing
- PKStroke
-
PKStrokePath
- init()
- init(controlPoints:creationDate:)
- count
- creationDate
- endIndex
- first
- indices
- isEmpty
- last
- startIndex
- underestimatedCount
- lazy
- publisher
- interpolatedPoints(in:by:)
- interpolatedLocation(at:)
- interpolatedPoint(at:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
-
PKStrokePath.InterpolatedSlice
- lazy
- publisher
- underestimatedCount
- PKStrokePath.InterpolatedSlice.Stride
- elementsEqual(_:by:)
- enumerated()
- forEach(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- next()
- reversed()
- shuffled()
- shuffled(using:)
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
- Operating on Streams of Points
- PKStrokePath.InterpolatedSlice.Element
- PKStrokePath.InterpolatedSlice.Iterator
- PKStrokePath.Element
- PKStrokePath.Index
- PKStrokePath.Indices
- PKStrokePath.Iterator
- PKStrokePath.SubSequence
- allSatisfy(_:)
- compactMap(_:)
- contains(where:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- last(where:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max(by:)
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- parametricValue(_:offsetBy:)
- PKStrokePoint
- PKInk
- PKToolPicker
- PKInkingTool
- PKEraserTool
- PKLassoTool
- PKTool
Quartz
- ImageKit
- PDFKit
- Quartz Composer
RealityKit
-
ARView
- Scene
-
ARView.Environment
- sceneUnderstanding
-
ARView.Environment.SceneUnderstanding
- options
-
ARView.Environment.SceneUnderstanding.Options
- ARView.Environment.SceneUnderstanding.Options.ArrayLiteralElement
- ARView.Environment.SceneUnderstanding.Options.Element
- ARView.Environment.SceneUnderstanding.Options.RawValue
- init()
- init(_:)
- init(arrayLiteral:)
- init(rawValue:)
- isEmpty
- rawValue
- collision
- default
- occlusion
- physics
- receivesLighting
- contains(_:)
- formIntersection(_:)
- formSymmetricDifference(_:)
- formUnion(_:)
- insert(_:)
- intersection(_:)
- isDisjoint(with:)
- isStrictSubset(of:)
- isStrictSuperset(of:)
- isSubset(of:)
- isSuperset(of:)
- remove(_:)
- subtract(_:)
- subtracting(_:)
- symmetricDifference(_:)
- union(_:)
- update(with:)
- !=(_:_:)
- EntityRotationGestureRecognizer
- EntityScaleGestureRecognizer
- EntityTranslationGestureRecognizer
- unproject(_:ontoPlane:relativeToCamera:)
- ARView.DebugOptions
- gestureRecognizer(_:shouldReceive:)
- Scene
- Entity
- AnchorEntity
- ModelEntity
- TriggerVolume
- BodyTrackedEntity
- PerspectiveCamera
- PointLight
- DirectionalLight
- SpotLight
- NetworkCompatibilityToken
-
ModelDebugOptionsComponent
- ModelDebugOptionsComponent.ShaderDebugMode
- init(shaderDebugMode:)
- init(visualizationMode:)
- shaderDebugMode
- visualizationMode
- registerComponent()
-
ModelDebugOptionsComponent.VisualizationMode
- ModelDebugOptionsComponent.VisualizationMode.RawValue
- ModelDebugOptionsComponent.VisualizationMode.ambientOcclusion
- ModelDebugOptionsComponent.VisualizationMode.baseColor
- ModelDebugOptionsComponent.VisualizationMode.bitangent
- ModelDebugOptionsComponent.VisualizationMode.clearcoat
- ModelDebugOptionsComponent.VisualizationMode.clearcoatRoughness
- ModelDebugOptionsComponent.VisualizationMode.emissive
- ModelDebugOptionsComponent.VisualizationMode.finalAlpha
- ModelDebugOptionsComponent.VisualizationMode.finalColor
- ModelDebugOptionsComponent.VisualizationMode.lightingDiffuse
- ModelDebugOptionsComponent.VisualizationMode.lightingSpecular
- ModelDebugOptionsComponent.VisualizationMode.metallic
- ModelDebugOptionsComponent.VisualizationMode.none
- ModelDebugOptionsComponent.VisualizationMode.normal
- ModelDebugOptionsComponent.VisualizationMode.roughness
- ModelDebugOptionsComponent.VisualizationMode.specular
- ModelDebugOptionsComponent.VisualizationMode.tangent
- ModelDebugOptionsComponent.VisualizationMode.textureCoordinates
- init(rawValue:)
- hashValue
- rawValue
- hash(into:)
- !=(_:_:)
- SceneUnderstandingComponent
- VideoMaterial
- VideoPlaybackController
- AssetBundleEnvelopeVersion
- HasSceneUnderstanding
- RealityKit Type Aliases
ReplayKit
-
RPScreenRecorder
- shared()
- isAvailable
- isRecording
- isMicrophoneEnabled
- isCameraEnabled
- cameraPreviewView
- cameraPosition
- RPCameraPosition
- delegate
- RPScreenRecorderDelegate
- startRecording(handler:)
- stopRecording(handler:)
- stopRecording(withOutput:completionHandler:)
- startCapture(handler:completionHandler:)
- RPSampleBufferType
- stopCapture(handler:)
- discardRecording(handler:)
- RPPreviewViewController
- RPBroadcastController
- RPBroadcastHandler
- RPBroadcastSampleHandler
- RPBroadcastActivityController
- RPBroadcastActivityControllerDelegate
-
RPRecordingErrorCode
- RPRecordingErrorCode.activePhoneCall
- RPRecordingErrorCode.attemptToStartInRecordingState
- RPRecordingErrorCode.attemptToStopNonRecording
- RPRecordingErrorCode.broadcastInvalidSession
- RPRecordingErrorCode.broadcastSetupFailed
- RPRecordingErrorCode.carPlay
- RPRecordingErrorCode.codeSuccessful
- RPRecordingErrorCode.contentResize
- RPRecordingErrorCode.disabled
- RPRecordingErrorCode.entitlements
- RPRecordingErrorCode.failed
- RPRecordingErrorCode.failedApplicationConnectionInterrupted
- RPRecordingErrorCode.failedApplicationConnectionInvalid
- RPRecordingErrorCode.failedAssetWriterExportCanceled
- RPRecordingErrorCode.failedAssetWriterExportFailed
- RPRecordingErrorCode.failedAssetWriterFailedToSave
- RPRecordingErrorCode.failedAssetWriterInWrongState
- RPRecordingErrorCode.failedIncorrectTimeStamps
- RPRecordingErrorCode.failedMediaServicesFailure
- RPRecordingErrorCode.failedNoAssetWriter
- RPRecordingErrorCode.failedNoMatchingApplicationContext
- RPRecordingErrorCode.failedToObtainURL
- RPRecordingErrorCode.failedToProcessFirstSample
- RPRecordingErrorCode.failedToRemoveFile
- RPRecordingErrorCode.failedToStartCaptureStack
- RPRecordingErrorCode.failedToStart
- RPRecordingErrorCode.failedToSave
- RPRecordingErrorCode.filePermissions
- RPRecordingErrorCode.insufficientStorage
- RPRecordingErrorCode.interrupted
- RPRecordingErrorCode.invalidParameter
- RPRecordingErrorCode.photoFailure
- RPRecordingErrorCode.recordingInvalidSession
- RPRecordingErrorCode.systemDormancy
- RPRecordingErrorCode.unknown
- RPRecordingErrorCode.userDeclined
- RPRecordingErrorCode.videoMixingFailure
- RPRecordingErrorDomain
SceneKit
- SCNView
- SCNSceneRenderer
- SCNMaterial
- SCNGeometrySource
- SCNGeometryElement
- Physics Simulation
-
SceneView
- init(scene:pointOfView:options:preferredFramesPerSecond:antialiasingMode:delegate:technique:)
-
SceneView.Options
- SceneView.Options.ArrayLiteralElement
- SceneView.Options.Element
- SceneView.Options.RawValue
- init()
- init(_:)
- init(arrayLiteral:)
- init(rawValue:)
- isEmpty
- rawValue
- allowsCameraControl
- autoenablesDefaultLighting
- jitteringEnabled
- rendersContinuously
- temporalAntialiasingEnabled
- contains(_:)
- formIntersection(_:)
- formSymmetricDifference(_:)
- formUnion(_:)
- insert(_:)
- intersection(_:)
- isDisjoint(with:)
- isStrictSubset(of:)
- isStrictSuperset(of:)
- isSubset(of:)
- isSuperset(of:)
- remove(_:)
- subtract(_:)
- subtracting(_:)
- symmetricDifference(_:)
- union(_:)
- update(with:)
- !=(_:_:)
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- keyboardType(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textContentType(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- autocapitalization(_:)
- disableAutocorrection(_:)
- labelsHidden()
- defaultWheelPickerItemHeight(_:)
- horizontalRadioGroupLayout()
- controlSize(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- signInWithAppleButtonStyle(_:)
- menuButtonStyle(_:)
- menuStyle(_:)
- pickerStyle(_:)
- datePickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- indexViewStyle(_:)
- listStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- listRowPlatterColor(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarHidden(_:)
- statusBar(hidden:)
- navigationBarBackButtonHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- touchBar(content:)
- touchBar(_:)
- touchBarItemPrincipal(_:)
- touchBarCustomizationLabel(_:)
- touchBarItemPresence(_:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- digitalCrownRotation(_:)
- digitalCrownRotation(_:from:through:by:sensitivity:isContinuous:isHapticFeedbackEnabled:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onCutCommand(perform:)
- onCopyCommand(perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:perform:)
- onPasteCommand(of:validator:perform:)
- onPasteCommand(of:validator:perform:)
- onDeleteCommand(perform:)
- onMoveCommand(perform:)
- onExitCommand(perform:)
- onPlayPauseCommand(perform:)
- onCommand(_:perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- body
- SceneView.Body
- modifier(_:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityIgnoresInvertColors(_:)
- ignoresSafeArea(_:edges:)
- isPlaceholder(_:)
- redacted(reason:)
- unredacted()
- SceneKit Constants
- SceneKit Type Aliases
SpriteKit
- SKView
- WKInterfaceSKScene
- SKTileGroupRule
- SpriteKit Data Types
- SpriteKit Constants
-
SpriteView
- init(scene:transition:isPaused:preferredFramesPerSecond:)
- init(scene:transition:isPaused:preferredFramesPerSecond:options:shouldRender:)
-
SpriteView.Options
- SpriteView.Options.ArrayLiteralElement
- SpriteView.Options.Element
- SpriteView.Options.RawValue
- init()
- init(_:)
- init(arrayLiteral:)
- init(rawValue:)
- isEmpty
- rawValue
- allowsTransparency
- ignoresSiblingOrder
- shouldCullNonVisibleNodes
- contains(_:)
- formIntersection(_:)
- formSymmetricDifference(_:)
- formUnion(_:)
- insert(_:)
- intersection(_:)
- isDisjoint(with:)
- isStrictSubset(of:)
- isStrictSuperset(of:)
- isSubset(of:)
- isSuperset(of:)
- remove(_:)
- subtract(_:)
- subtracting(_:)
- symmetricDifference(_:)
- union(_:)
- update(with:)
- !=(_:_:)
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- keyboardType(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- autocapitalization(_:)
- disableAutocorrection(_:)
- labelsHidden()
- defaultWheelPickerItemHeight(_:)
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- signInWithAppleButtonStyle(_:)
- pickerStyle(_:)
- datePickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- indexViewStyle(_:)
- listStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- gaugeStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- listRowPlatterColor(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarHidden(_:)
- statusBar(hidden:)
- navigationBarBackButtonHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- digitalCrownRotation(_:)
- digitalCrownRotation(_:from:through:by:sensitivity:isContinuous:isHapticFeedbackEnabled:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onMoveCommand(perform:)
- onExitCommand(perform:)
- onPlayPauseCommand(perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- body
- SpriteView.Body
- modifier(_:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityIgnoresInvertColors(_:)
- ignoresSafeArea(_:edges:)
- isPlaceholder(_:)
- menuStyle(_:)
- redacted(reason:)
- unredacted()
Vision
- VNImageRequestHandler
- VNStatefulRequest
- VNObservation
- VNSequenceRequestHandler
- VNDetectFaceCaptureQualityRequest
- VNDetectHumanBodyPoseRequest
- VNDetectHumanHandPoseRequest
- VNRecognizedPointsObservation
- VNPoint
- VNDetectedPoint
- VNRecognizedPoint
-
VNRecognizedPointKey
-
Body Landmarks
- bodyLandmarkKeyLeftEye
- bodyLandmarkKeyRightEye
- bodyLandmarkKeyLeftEar
- bodyLandmarkKeyRightEar
- bodyLandmarkKeyNose
- bodyLandmarkRegionKeyFace
- bodyLandmarkKeyNeck
- bodyLandmarkKeyLeftShoulder
- bodyLandmarkKeyRightShoulder
- bodyLandmarkKeyLeftHip
- bodyLandmarkKeyRightHip
- bodyLandmarkKeyRoot
- bodyLandmarkRegionKeyTorso
- bodyLandmarkKeyRightWrist
- bodyLandmarkKeyRightElbow
- bodyLandmarkRegionKeyRightArm
- bodyLandmarkKeyLeftWrist
- bodyLandmarkKeyLeftElbow
- bodyLandmarkRegionKeyLeftArm
- bodyLandmarkKeyRightKnee
- bodyLandmarkKeyRightAnkle
- bodyLandmarkRegionKeyRightLeg
- bodyLandmarkKeyLeftKnee
- bodyLandmarkKeyLeftAnkle
- bodyLandmarkRegionKeyLeftLeg
- all
-
Hand Landmarks
- handLandmarkKeyIndexTIP
- handLandmarkKeyIndexDIP
- handLandmarkKeyIndexPIP
- handLandmarkKeyIndexMCP
- handLandmarkRegionKeyIndexFinger
- handLandmarkKeyMiddleTIP
- handLandmarkKeyMiddleDIP
- handLandmarkKeyMiddlePIP
- handLandmarkKeyMiddleMCP
- handLandmarkRegionKeyMiddleFinger
- handLandmarkKeyRingTIP
- handLandmarkKeyRingDIP
- handLandmarkKeyRingPIP
- handLandmarkKeyRingMCP
- handLandmarkRegionKeyRingFinger
- handLandmarkKeyLittleTIP
- handLandmarkKeyLittleDIP
- handLandmarkKeyLittlePIP
- handLandmarkKeyLittleMCP
- handLandmarkRegionKeyLittleFinger
- handLandmarkKeyThumbTIP
- handLandmarkKeyThumbIP
- handLandmarkKeyThumbMP
- handLandmarkKeyThumbCMC
- handLandmarkRegionKeyThumb
- handLandmarkKeyWrist
- all
- init(rawValue:)
-
Body Landmarks
-
VNRecognizedPointGroupKey
- bodyLandmarkRegionKeyFace
- bodyLandmarkRegionKeyTorso
- bodyLandmarkRegionKeyRightArm
- bodyLandmarkRegionKeyLeftArm
- bodyLandmarkRegionKeyRightLeg
- bodyLandmarkRegionKeyLeftLeg
- handLandmarkRegionKeyIndexFinger
- handLandmarkRegionKeyMiddleFinger
- handLandmarkRegionKeyRingFinger
- handLandmarkRegionKeyLittleFinger
- handLandmarkRegionKeyThumb
- all
- init(rawValue:)
- VNIdentifiedPointsObservation
- VNDetectTrajectoriesRequest
- VNTrajectoryObservation
- VNDetectContoursRequest
- VNContoursObservation
- VNContour
- VNGenerateOpticalFlowRequest
- VNRecognizeTextRequest
- VNTargetedImageRequest
- VNNormalizedPointForImagePoint(_:_:_:)
- VNGeometryUtils
- VNVideoProcessor
- VNCircle
- VNVector
- VNErrorCode
Apple News
Apple Search Ads
- Authenticating with the Apple Search Ads API
- Campaigns
- Ad Groups
-
Targeting Keywords and Negative Keywords
- Create Targeting Keywords
- Find Targeting Keywords in a Campaign
- Get a Targeting Keyword in an Ad Group
- Get all Targeting Keywords in an Ad Group
- Update Targeting Keywords
- Create Campaign Negative Keywords
- Find Campaign Negative Keywords
- Get a Campaign Negative Keyword
- Get all Campaign Negative Keywords
- Update Campaign Negative Keywords
- Delete Campaign Negative Keywords
- Create Ad Group Negative Keywords
- Find Ad Group Negative Keywords
- Get an Ad Group Negative Keyword
- Get all Ad Group Negative Keywords
- Update Ad Group Negative Keywords
- Delete Ad Group Negative Keywords
- KeywordUpdateRequest
-
Creative Sets
- Get App Language, Device Sizes, and Assets Details
- Get App Preview Device Sizes
- Create an Ad Group Creative Set
- Find AdGroupCreativeSets
- Update an Ad Group Creative Set
- Delete Ad Group Creative Sets
- Get a Creative Set
- Find Creative Sets
- Assign a Creative Set to an Ad Group
- Update a Creative Set
- CreativeSet
- CreativeSetCreate
- CreativeSetUpdate
- FindCreativeSetRequest
- Asset
- CreativeSetAsset
- CreativeSetAssetsDetail
- CreativeSetAssetsDetail.CreativeSetDetails
- CreativeSetLocaleDetail
- CreativeSetLocaleDetail.AppPreviewDeviceWithAssets
- AppPreviewDevicesMappingResponse
- AppPreviewDevicesMappingResponse.Data
- CreativeSetResponse
- ResponseBodyCreativeSet
- CreateAdGroupCreativeSetRequest
- AssignAdGroupCreativeSetRequest
- MediaAppPreviewOrScreenshotsDetail
- MediaAppPreviewOrScreenshotsDetail.FallBackDevicesDisplayNames
- MediaAppPreviewOrScreenshots
- MediaCreativeSetRequest
- MediaCreativeSetDetailResponse
- Reports
- Search Apps and Geo Locations
AssetsLibrary
-
ALAsset
- value(forProperty:)
- isEditable
- original
- defaultRepresentation()
- representation(forUTI:)
- thumbnail()
- aspectRatioThumbnail()
- setImageData(_:metadata:completionBlock:)
- setVideoAtPath(_:completionBlock:)
- writeModifiedImageData(toSavedPhotosAlbum:metadata:completionBlock:)
- writeModifiedVideoAtPath(toSavedPhotosAlbum:completionBlock:)
- Property Keys
- Invalid Property Value
- Asset Types
- ALAssetRepresentation
- ALAssetsFilter
- ALAssetsGroup
-
ALAssetsLibrary
- authorizationStatus()
- disableSharedPhotoStreamsSupport()
- asset(for:resultBlock:failureBlock:)
- enumerateGroups(withTypes:using:failureBlock:)
- enumerateGroupsWithTypes(_:usingBlock:failureBlock:)
- writeVideoAtPath(toSavedPhotosAlbum:completionBlock:)
- videoAtPathIs(compatibleWithSavedPhotosAlbum:)
- writeImage(toSavedPhotosAlbum:orientation:completionBlock:)
- writeImageData(toSavedPhotosAlbum:metadata:completionBlock:)
- writeImage(toSavedPhotosAlbum:metadata:completionBlock:)
- addAssetsGroupAlbum(withName:resultBlock:failureBlock:)
- group(for:resultBlock:failureBlock:)
- ALAssetsGroupType
- Types of Asset
- ALAssetOrientation
- ALAssetsLibraryGroupsEnumerationResultsBlock
- ALAssetsLibraryAssetForURLResultBlock
- ALAssetsLibraryWriteImageCompletionBlock
- ALAssetsLibraryWriteVideoCompletionBlock
- ALAssetsLibraryAccessFailureBlock
- ALAssetsLibraryGroupResultBlock
- ALAuthorizationStatus
- Notification Keys
- Error Domain
-
Error Codes
- ALAssetsLibraryUnknownError
- ALAssetsLibraryWriteFailedError
- ALAssetsLibraryWriteBusyError
- ALAssetsLibraryWriteInvalidDataError
- ALAssetsLibraryWriteIncompatibleDataError
- ALAssetsLibraryWriteDataEncodingError
- ALAssetsLibraryWriteDiskSpaceError
- ALAssetsLibraryDataUnavailableError
- ALAssetsLibraryAccessUserDeniedError
- ALAssetsLibraryAccessGloballyDeniedError
- ALAssetsLibraryChanged
-
AssetsLibrary Enumerations
- ALAssetOrientation
- ALAuthorizationStatus
-
Error Codes
- ALAssetsLibraryUnknownError
- ALAssetsLibraryWriteFailedError
- ALAssetsLibraryWriteBusyError
- ALAssetsLibraryWriteInvalidDataError
- ALAssetsLibraryWriteIncompatibleDataError
- ALAssetsLibraryWriteDataEncodingError
- ALAssetsLibraryWriteDiskSpaceError
- ALAssetsLibraryDataUnavailableError
- ALAssetsLibraryAccessUserDeniedError
- ALAssetsLibraryAccessGloballyDeniedError
- Types of Asset
-
AssetsLibrary Constants
- ALAssetLibraryDeletedAssetGroupsKey
- ALAssetLibraryInsertedAssetGroupsKey
- ALAssetLibraryUpdatedAssetGroupsKey
- ALAssetLibraryUpdatedAssetsKey
- ALAssetPropertyAssetURL
- ALAssetPropertyDate
- ALAssetPropertyDuration
- ALAssetPropertyLocation
- ALAssetPropertyOrientation
- ALAssetPropertyRepresentations
- ALAssetPropertyType
- ALAssetPropertyURLs
- ALAssetTypePhoto
- ALAssetTypeUnknown
- ALAssetTypeVideo
- ALAssetsGroupPropertyName
- ALAssetsGroupPropertyPersistentID
- ALAssetsGroupPropertyType
- ALAssetsGroupPropertyURL
- ALAssetsLibraryErrorDomain
- ALErrorInvalidProperty
- AssetsLibrary Data Types
AudioToolbox
- Audio Components
- Audio Unit v2 (C) API
- Audio Unit Properties
- Audio Queue Services
- Audio File Services
- Extended Audio File Services
- Audio File Stream Services
-
Audio Session Support
-
Audio Session Property Identifiers
- kAudioSessionProperty_PreferredHardwareSampleRate
- kAudioSessionProperty_PreferredHardwareIOBufferDuration
- kAudioSessionProperty_AudioCategory
- kAudioSessionProperty_AudioRouteChange
- kAudioSessionProperty_CurrentHardwareSampleRate
- kAudioSessionProperty_CurrentHardwareInputNumberChannels
- kAudioSessionProperty_CurrentHardwareOutputNumberChannels
- kAudioSessionProperty_CurrentHardwareOutputVolume
- kAudioSessionProperty_CurrentHardwareInputLatency
- kAudioSessionProperty_CurrentHardwareOutputLatency
- kAudioSessionProperty_CurrentHardwareIOBufferDuration
- kAudioSessionProperty_OtherAudioIsPlaying
- kAudioSessionProperty_OverrideAudioRoute
- kAudioSessionProperty_AudioInputAvailable
- kAudioSessionProperty_ServerDied
- kAudioSessionProperty_OtherMixableAudioShouldDuck
- kAudioSessionProperty_OverrideCategoryMixWithOthers
- kAudioSessionProperty_OverrideCategoryDefaultToSpeaker
- kAudioSessionProperty_OverrideCategoryEnableBluetoothInput
- kAudioSessionProperty_InterruptionType
- kAudioSessionProperty_Mode
- kAudioSessionProperty_InputSources
- kAudioSessionProperty_OutputDestinations
- kAudioSessionProperty_InputSource
- kAudioSessionProperty_OutputDestination
- kAudioSessionProperty_InputGainAvailable
- kAudioSessionProperty_InputGainScalar
- kAudioSessionProperty_AudioRouteDescription
- Audio Session Categories
- Audio Session Modes
- Audio Session Category Route Overrides
- Audio Session Activation Flags
- Audio Session Interruption States
- AudioSessionInterruptionType
-
Audio Route Change Reasons
- kAudioSessionRouteChangeReason_Unknown
- kAudioSessionRouteChangeReason_NewDeviceAvailable
- kAudioSessionRouteChangeReason_OldDeviceUnavailable
- kAudioSessionRouteChangeReason_CategoryChange
- kAudioSessionRouteChangeReason_Override
- kAudioSessionRouteChangeReason_WakeFromSleep
- kAudioSessionRouteChangeReason_NoSuitableRouteForCategory
- kAudioSessionRouteChangeReason_RouteConfigurationChange
- Alternative Audio Route Change Reason Dictionary Key
- kAudioSessionInputRoute_BluetoothHFP
- kAudioSessionInputRoute_BuiltInMic
- kAudioSessionInputRoute_HeadsetMic
- kAudioSessionInputRoute_LineIn
- kAudioSessionInputRoute_USBAudio
- kAudioSessionOutputRoute_AirPlay
- kAudioSessionOutputRoute_BluetoothA2DP
- kAudioSessionOutputRoute_BluetoothHFP
- kAudioSessionOutputRoute_BuiltInReceiver
- kAudioSessionOutputRoute_BuiltInSpeaker
- kAudioSessionOutputRoute_HDMI
- kAudioSessionOutputRoute_Headphones
- kAudioSessionOutputRoute_LineOut
- kAudioSessionOutputRoute_USBAudio
- kAudioSession_AudioRouteChangeKey_CurrentRouteDescription
- kAudioSession_AudioRouteChangeKey_PreviousRouteDescription
- kAudioSession_AudioRouteKey_Inputs
- kAudioSession_AudioRouteKey_Outputs
- kAudioSession_AudioRouteKey_Type
- kAudioSession_InputSourceKey_Description
- kAudioSession_InputSourceKey_ID
- kAudioSession_OutputDestinationKey_Description
- kAudioSession_OutputDestinationKey_ID
- kAudioSession_RouteChangeKey_Reason
- Audio Session Interruption Types
-
Audio Session Errors
- kAudioSessionNoError
- kAudioSessionNotInitialized
- kAudioSessionAlreadyInitialized
- kAudioSessionInitializationError
- kAudioSessionUnsupportedPropertyError
- kAudioSessionBadPropertySizeError
- kAudioSessionNotActiveError
- kAudioServicesNoHardwareError
- kAudioSessionNoCategorySet
- kAudioSessionIncompatibleCategory
- kAudioSessionUnspecifiedError
-
Audio Session Property Identifiers
-
Workgroup Management
- kAudioDevicePropertyIOThreadOSWorkgroup
- os_workgroup_interval_t
- os_workgroup_t
- os_workgroup_interval_data_t
- os_workgroup_join_token_s
- os_workgroup_join_token_t
- os_workgroup_mpt_attr_t
- os_workgroup_attr_t
- os_clockid_t
- OS_os_workgroup
- OS_os_workgroup_interval
- OS_os_workgroup_intervalProtocol
- os_workgroup_attr_s
- os_workgroup_interval_data_s
- os_workgroup_attr_opaque_s
- os_workgroup_interval_data_opaque_s
- os_workgroup_join_token_opaque_s
-
Deprecated Symbols
- AudioOutputUnitPublish(_:_:_:_:)
- AudioOutputUnitGetHostIcon(_:_:)
- AudioComponentGetIcon(_:_:)
- AudioComponentGetLastActiveTime(_:)
- AudioComponentGetIcon(_:_:)
- AudioComponentGetLastActiveTime(_:)
- AudioOutputUnitGetHostIcon(_:_:)
- AudioOutputUnitPublish(_:_:_:_:)
- AudioSessionAddPropertyListener(_:_:_:)
- AudioSessionGetProperty(_:_:_:)
- AudioSessionGetPropertySize(_:_:)
- AudioSessionInitialize(_:_:_:_:)
- AudioSessionRemovePropertyListener(_:)
- AudioSessionRemovePropertyListenerWithUserData(_:_:_:)
- AudioSessionSetActive(_:)
- AudioSessionSetActiveWithFlags(_:_:)
- AudioSessionSetProperty(_:_:_:)
- AudioSessionInterruptionListener
- AudioSessionPropertyListener
- AudioSessionPropertyID
- Anonymous
- kAudioSession_AudioRouteChangeKey_OldRoute
- AU_SUPPORT_INTERAPP_AUDIO
- Deprecated Audio Session Categories
-
Audio Unit Processing Graph Services
- AUGraphAddNode(_:_:_:)
- AUGraphAddRenderNotify(_:_:_:)
- AUGraphClearConnections(_:)
- AUGraphClose(_:)
- AUGraphConnectNodeInput(_:_:_:_:_:)
- AUGraphCountNodeInteractions(_:_:_:)
- AUGraphDisconnectNodeInput(_:_:_:)
- AUGraphGetCPULoad(_:_:)
- AUGraphGetIndNode(_:_:_:)
- AUGraphGetInteractionInfo(_:_:_:)
- AUGraphGetMaxCPULoad(_:_:)
- AUGraphGetNodeCount(_:_:)
- AUGraphGetNodeInfoSubGraph(_:_:_:)
- AUGraphGetNodeInteractions(_:_:_:_:)
- AUGraphGetNumberOfInteractions(_:_:)
- AUGraphInitialize(_:)
- AUGraphIsInitialized(_:_:)
- AUGraphIsNodeSubGraph(_:_:_:)
- AUGraphIsOpen(_:_:)
- AUGraphIsRunning(_:_:)
- AUGraphNewNodeSubGraph(_:_:)
- AUGraphNodeInfo(_:_:_:_:)
- AUGraphOpen(_:)
- AUGraphRemoveNode(_:_:)
- AUGraphRemoveRenderNotify(_:_:_:)
- AUGraphSetNodeInputCallback(_:_:_:_:)
- AUGraphStart(_:)
- AUGraphStop(_:)
- AUGraphUninitialize(_:)
- AUGraphUpdate(_:_:)
- DisposeAUGraph(_:)
- NewAUGraph(_:)
AudioUnit
AVFoundation
-
Media Assets and Metadata
- AVAsset
-
Asset Tracks
-
AVAssetTrack
- asset
- trackID
- mediaType
- hasMediaCharacteristic(_:)
- AVMediaCharacteristic
- formatDescriptions
- isEnabled
- isSelfContained
- estimatedDataRate
- totalSampleDataLength
- timeRange
- naturalTimeScale
- languageCode
- extendedLanguageTag
- naturalSize
- preferredTransform
- preferredVolume
- nominalFrameRate
- segments
- segment(forTrackTime:)
- samplePresentationTime(forTrackTime:)
- commonMetadata
- availableMetadataFormats
- metadata(forFormat:)
- AVMetadataFormat
- AVAssetTrack.AssociationType
- AVAssetTrackGroup
- AVAssetTrackSegment
- AVAssetSegmentType
- AVAssetSegmentReport
- AVAssetSegmentReportSampleInformation
- AVAssetSegmentTrackReport
-
AVAssetTrack
-
AVMetadataItem
- key
- keySpace
- AVMetadataKeySpace
- commonKey
- AVMetadataKey
- value
- time
- locale
- dataValue
- extraAttributes
- AVMetadataExtraAttributeKey
- AVMetadataKeySpace
- AVMetadataIdentifier
- stringValue
- numberValue
- dateValue
- metadataItems(from:withKey:keySpace:)
- AVMetadataKeySpace
- metadataItems(from:with:)
- AVMetadataIdentifier
- AVMetadataItemValueRequest
- AVMutableMetadataItem
- AVMetadataFormat
- AVFragmentedAsset
- AVAssetExportSession
- Sample-level Reading and Writing
- AVAssetImageGenerator
- AVFileTypeProfile
- Video Settings Dictionaries
- AVFileType
- AVMediaType
- AVMediaCharacteristic
-
Media Playback and Selection
-
Asset Playback
-
AVPlayer
- init(url:)
- init(playerItem:)
- play()
- pause()
- rate
- actionAtItemEnd
- AVPlayer.ActionAtItemEnd
- replaceCurrentItem(with:)
- AVPlayer.WaitingReason
- AVPlayer.TimeControlStatus
- currentTime()
- seek(to:)
- seek(to:)
- seek(to:toleranceBefore:toleranceAfter:)
- addPeriodicTimeObserver(forInterval:queue:using:)
- addBoundaryTimeObserver(forTimes:queue:using:)
- removeTimeObserver(_:)
- AVLayerVideoGravity
- status
- AVPlayer.Status
- error
- currentItem
- eligibleForHDRPlayback
- eligibleForHDRPlaybackDidChangeNotification
- AVPlayer.HDRMode
- AVQueuePlayer
- AVPlayerLayer
-
AVPlayerItem
- init(url:)
- init(asset:)
- asset
- tracks
- status
- AVPlayerItem.Status
- loadedTimeRanges
- presentationSize
- error
- step(byCount:)
- seekableTimeRanges
- isPlaybackLikelyToKeepUp
- isPlaybackBufferEmpty
- isPlaybackBufferFull
- currentTime()
- currentDate()
- forwardPlaybackEndTime
- reversePlaybackEndTime
- audioMix
- AVVideoCompositing
- AVVideoApertureMode
- AVPlayerItemAccessLog
- AVPlayerItemAccessLogEvent
- AVPlayerItemErrorLog
- AVPlayerItemErrorLogEvent
- externalMetadata
- allowedAudioSpatializationFormats
- isAudioSpatializationAllowed
- startsOnFirstEligibleVariant
- AVPlayerItemMetadataCollector
- AVPlayerItemTrack
- AVPlayerMediaSelectionCriteria
- AVSampleBufferAudioRenderer
- AVSampleBufferDisplayLayer
- AVSampleBufferRenderSynchronizer
-
AVPlayer
- Sample Buffer Playback
- AVMetadataGroup
- AVDateRangeMetadataGroup
- AVMutableDateRangeMetadataGroup
- AVTimedMetadataGroup
- AVMutableTimedMetadataGroup
- AVURLAsset
- AVAssetResourceLoader
- AVAssetResourceLoadingRequest
- AVAssetDownloadStorageManagementPolicy
- AVMutableAssetDownloadStorageManagementPolicy
- AVPlayerItemOutput
- AVPlayerItemOutputPushDelegate
- AVPlayerItemLegibleOutput
- AVPlayerItemMetadataOutput
- AVPlayerItemVideoOutput
- AVQueuedSampleBufferRendering
-
AVContentKeyRequest
- makeStreamingContentKeyRequestData(forApp:contentIdentifier:options:completionHandler:)
- AVContentKeyRequestProtocolVersionsKey
- respondByRequestingPersistableContentKeyRequestAndReturnError()
- processContentKeyResponse(_:)
- processContentKeyResponseError(_:)
- identifier
- canProvidePersistableContentKey
- error
- initializationData
- renewsExpiringResponseData
- status
- AVContentKeyRequest.Status
- AVContentKeyRequest.RetryReason
- options
- AVContentKeyResponse
-
AVContentKeySession
- init(keySystem:)
- init(keySystem:storageDirectoryAt:)
- keySystem
- AVContentKeySystem
- setDelegate(_:queue:)
- delegate
-
AVContentKeySessionDelegate
- contentKeySession(_:didProvide:)
- contentKeySession(_:didProvideRenewingContentKeyRequest:)
- contentKeySession(_:didProvide:)
- contentKeySession(_:didUpdatePersistableContentKey:forContentKeyIdentifier:)
- contentKeySession(_:shouldRetry:reason:)
- AVContentKeyRequest.RetryReason
- contentKeySessionContentProtectionSessionIdentifierDidChange(_:)
- contentKeySession(_:contentKeyRequest:didFailWithError:)
- contentKeySession(_:contentKeyRequestDidSucceed:)
- contentKeySessionDidGenerateExpiredSessionReport(_:)
- delegateQueue
- addContentKeyRecipient(_:)
- contentKeyRecipients
- AVContentKeyRecipient
- processContentKeyRequest(withIdentifier:initializationData:options:)
- renewExpiringResponseData(for:)
- makeSecureTokenForExpirationDate(ofPersistableContentKey:completionHandler:)
- contentProtectionSessionIdentifier
- expire()
- removeContentKeyRecipient(_:)
- AVContentKeyRecipient
- pendingExpiredSessionReports(withAppIdentifier:storageDirectoryAt:)
- removePendingExpiredSessionReports(_:withAppIdentifier:storageDirectoryAt:)
- storageURL
- invalidateAllPersistableContentKeys(forApp:options:completionHandler:)
- invalidatePersistableContentKey(_:options:completionHandler:)
- AVPersistableContentKeyRequest
- AVContentKeySessionServerPlaybackContextOption
-
AVError.Code
- AVError.Code.applicationIsNotAuthorized
- AVError.Code.applicationIsNotAuthorizedToUseDevice
- AVError.Code.compositionTrackSegmentsNotContiguous
- AVError.Code.contentIsNotAuthorized
- AVError.Code.contentIsProtected
- AVError.Code.decodeFailed
- AVError.Code.decoderNotFound
- AVError.Code.decoderTemporarilyUnavailable
- AVError.Code.deviceAlreadyUsedByAnotherSession
- AVError.Code.deviceInUseByAnotherApplication
- AVError.Code.deviceLockedForConfigurationByAnotherProcess
- AVError.Code.deviceNotConnected
- AVError.Code.deviceWasDisconnected
- AVError.Code.diskFull
- AVError.Code.displayWasDisabled
- AVError.Code.encoderNotFound
- AVError.Code.encoderTemporarilyUnavailable
- AVError.Code.exportFailed
- AVError.Code.failedToLoadMediaData
- AVError.Code.fileAlreadyExists
- AVError.Code.fileFailedToParse
- AVError.Code.fileFormatNotRecognized
- AVError.Code.incompatibleAsset
- AVError.Code.invalidCompositionTrackSegmentDuration
- AVError.Code.invalidCompositionTrackSegmentSourceDuration
- AVError.Code.invalidCompositionTrackSegmentSourceStartTime
- AVError.Code.invalidOutputURLPathExtension
- AVError.Code.invalidSourceMedia
- AVError.Code.invalidVideoComposition
- AVError.Code.maximumDurationReached
- AVError.Code.maximumFileSizeReached
- AVError.Code.maximumNumberOfSamplesForFileFormatReached
- AVError.Code.maximumStillImageCaptureRequestsExceeded
- AVError.Code.mediaChanged
- AVError.Code.mediaDiscontinuity
- AVError.Code.mediaServicesWereReset
- AVError.Code.noDataCaptured
- AVError.Code.noImageAtTime
- AVError.Code.operationInterrupted
- AVError.Code.operationNotSupportedForAsset
- AVError.Code.outOfMemory
- AVError.Code.referenceForbiddenByReferencePolicy
- AVError.Code.screenCaptureFailed
- AVError.Code.serverIncorrectlyConfigured
- AVError.Code.sessionConfigurationChanged
- AVError.Code.sessionNotRunning
- AVError.Code.sessionWasInterrupted
- AVError.Code.torchLevelUnavailable
- AVError.Code.unknown
- AVError.Code.incorrectlyConfigured
- AVError.Code.segmentStartedWithNonSyncSample
-
AVError
- errorCode
- errorUserInfo
- localizedDescription
- errorDomain
- applicationIsNotAuthorized
- applicationIsNotAuthorizedToUseDevice
- compositionTrackSegmentsNotContiguous
- contentIsNotAuthorized
- contentIsProtected
- decodeFailed
- decoderNotFound
- decoderTemporarilyUnavailable
- deviceAlreadyUsedByAnotherSession
- deviceInUseByAnotherApplication
- deviceLockedForConfigurationByAnotherProcess
- deviceNotConnected
- deviceWasDisconnected
- diskFull
- displayWasDisabled
- encoderNotFound
- encoderTemporarilyUnavailable
- exportFailed
- failedToLoadMediaData
- fileAlreadyExists
- fileFailedToParse
- fileFormatNotRecognized
- incompatibleAsset
- invalidCompositionTrackSegmentDuration
- invalidCompositionTrackSegmentSourceDuration
- invalidCompositionTrackSegmentSourceStartTime
- invalidOutputURLPathExtension
- invalidSourceMedia
- invalidVideoComposition
- maximumDurationReached
- maximumFileSizeReached
- maximumNumberOfSamplesForFileFormatReached
- maximumStillImageCaptureRequestsExceeded
- mediaChanged
- mediaDiscontinuity
- mediaServicesWereReset
- noDataCaptured
- noImageAtTime
- operationInterrupted
- operationNotSupportedForAsset
- outOfMemory
- referenceForbiddenByReferencePolicy
- screenCaptureFailed
- serverIncorrectlyConfigured
- sessionConfigurationChanged
- sessionNotRunning
- sessionWasInterrupted
- torchLevelUnavailable
- unknown
- !=(_:_:)
-
AVError.Code
- AVError.Code.applicationIsNotAuthorized
- AVError.Code.applicationIsNotAuthorizedToUseDevice
- AVError.Code.compositionTrackSegmentsNotContiguous
- AVError.Code.contentIsNotAuthorized
- AVError.Code.contentIsProtected
- AVError.Code.decodeFailed
- AVError.Code.decoderNotFound
- AVError.Code.decoderTemporarilyUnavailable
- AVError.Code.deviceAlreadyUsedByAnotherSession
- AVError.Code.deviceInUseByAnotherApplication
- AVError.Code.deviceLockedForConfigurationByAnotherProcess
- AVError.Code.deviceNotConnected
- AVError.Code.deviceWasDisconnected
- AVError.Code.diskFull
- AVError.Code.displayWasDisabled
- AVError.Code.encoderNotFound
- AVError.Code.encoderTemporarilyUnavailable
- AVError.Code.exportFailed
- AVError.Code.failedToLoadMediaData
- AVError.Code.fileAlreadyExists
- AVError.Code.fileFailedToParse
- AVError.Code.fileFormatNotRecognized
- AVError.Code.incompatibleAsset
- AVError.Code.invalidCompositionTrackSegmentDuration
- AVError.Code.invalidCompositionTrackSegmentSourceDuration
- AVError.Code.invalidCompositionTrackSegmentSourceStartTime
- AVError.Code.invalidOutputURLPathExtension
- AVError.Code.invalidSourceMedia
- AVError.Code.invalidVideoComposition
- AVError.Code.maximumDurationReached
- AVError.Code.maximumFileSizeReached
- AVError.Code.maximumNumberOfSamplesForFileFormatReached
- AVError.Code.maximumStillImageCaptureRequestsExceeded
- AVError.Code.mediaChanged
- AVError.Code.mediaDiscontinuity
- AVError.Code.mediaServicesWereReset
- AVError.Code.noDataCaptured
- AVError.Code.noImageAtTime
- AVError.Code.operationInterrupted
- AVError.Code.operationNotSupportedForAsset
- AVError.Code.outOfMemory
- AVError.Code.referenceForbiddenByReferencePolicy
- AVError.Code.screenCaptureFailed
- AVError.Code.serverIncorrectlyConfigured
- AVError.Code.sessionConfigurationChanged
- AVError.Code.sessionNotRunning
- AVError.Code.sessionWasInterrupted
- AVError.Code.torchLevelUnavailable
- AVError.Code.unknown
- AVError.Code.incorrectlyConfigured
- AVError.Code.segmentStartedWithNonSyncSample
- incorrectlyConfigured
- segmentStartedWithNonSyncSample
-
Asset Playback
-
Cameras and Media Capture
- AVCaptureSession
-
AVCaptureDevice
- AVCaptureDevice.DeviceType
- AVCaptureDevice.DiscoverySession
- isSuspended
- manufacturer
- AVCaptureDevice.Format
- dualCameraSwitchOverVideoZoomFactor
- isFlashActive
- AVCaptureDevice.WhiteBalanceGains
- AVCaptureDevice.WhiteBalanceChromaticityValues
- AVCaptureDevice.WhiteBalanceTemperatureAndTintValues
- AVCaptureDevice.SystemPressureState
- AVCapturePhoto
-
AVCapturePhotoOutput
- AVCapturePhotoSettings
- AVCaptureResolvedPhotoSettings
- isStillImageStabilizationSupported
- isDualCameraFusionSupported
- supportedFlashModes
- availablePhotoPixelFormatTypes
- availableRawPhotoPixelFormatTypes
- isStillImageStabilizationScene
- isDualCameraDualPhotoDeliverySupported
- isDualCameraDualPhotoDeliveryEnabled
- jpegPhotoDataRepresentation(forJPEGSampleBuffer:previewPhotoSampleBuffer:)
- dngPhotoDataRepresentation(forRawSampleBuffer:previewPhotoSampleBuffer:)
- AVCapturePhotoCaptureDelegate
- AVPortraitEffectsMatte
- AVSemanticSegmentationMatte
- AVCaptureMovieFileOutput
- AVCaptureVideoDataOutput
- AVMetadataMachineReadableCodeObject
- AVMetadataObject
-
AVCaptureStillImageOutput
- isStillImageStabilizationActive
- automaticallyEnablesStillImageStabilizationWhenAvailable
- isStillImageStabilizationSupported
- isHighResolutionStillImageOutputEnabled
- Video Settings Dictionaries
- captureStillImageBracketAsynchronously(from:withSettingsArray:completionHandler:)
- maxBracketedCaptureStillImageCount
- prepareToCaptureStillImageBracket(from:withSettingsArray:completionHandler:)
- isLensStabilizationDuringBracketedCaptureSupported
- isLensStabilizationDuringBracketedCaptureEnabled
- AVCaptureConnection
-
AVError
- errorCode
- errorUserInfo
- localizedDescription
- errorDomain
- applicationIsNotAuthorized
- applicationIsNotAuthorizedToUseDevice
- compositionTrackSegmentsNotContiguous
- contentIsNotAuthorized
- contentIsProtected
- decodeFailed
- decoderNotFound
- decoderTemporarilyUnavailable
- deviceAlreadyUsedByAnotherSession
- deviceInUseByAnotherApplication
- deviceLockedForConfigurationByAnotherProcess
- deviceNotConnected
- deviceWasDisconnected
- diskFull
- displayWasDisabled
- encoderNotFound
- encoderTemporarilyUnavailable
- exportFailed
- failedToLoadMediaData
- fileAlreadyExists
- fileFailedToParse
- fileFormatNotRecognized
- incompatibleAsset
- invalidCompositionTrackSegmentDuration
- invalidCompositionTrackSegmentSourceDuration
- invalidCompositionTrackSegmentSourceStartTime
- invalidOutputURLPathExtension
- invalidSourceMedia
- invalidVideoComposition
- maximumDurationReached
- maximumFileSizeReached
- maximumNumberOfSamplesForFileFormatReached
- maximumStillImageCaptureRequestsExceeded
- mediaChanged
- mediaDiscontinuity
- mediaServicesWereReset
- noDataCaptured
- noImageAtTime
- operationInterrupted
- operationNotSupportedForAsset
- outOfMemory
- referenceForbiddenByReferencePolicy
- screenCaptureFailed
- serverIncorrectlyConfigured
- sessionConfigurationChanged
- sessionNotRunning
- sessionWasInterrupted
- torchLevelUnavailable
- unknown
- !=(_:_:)
-
AVError.Code
- AVError.Code.applicationIsNotAuthorized
- AVError.Code.applicationIsNotAuthorizedToUseDevice
- AVError.Code.compositionTrackSegmentsNotContiguous
- AVError.Code.contentIsNotAuthorized
- AVError.Code.contentIsProtected
- AVError.Code.decodeFailed
- AVError.Code.decoderNotFound
- AVError.Code.decoderTemporarilyUnavailable
- AVError.Code.deviceAlreadyUsedByAnotherSession
- AVError.Code.deviceInUseByAnotherApplication
- AVError.Code.deviceLockedForConfigurationByAnotherProcess
- AVError.Code.deviceNotConnected
- AVError.Code.deviceWasDisconnected
- AVError.Code.diskFull
- AVError.Code.displayWasDisabled
- AVError.Code.encoderNotFound
- AVError.Code.encoderTemporarilyUnavailable
- AVError.Code.exportFailed
- AVError.Code.failedToLoadMediaData
- AVError.Code.fileAlreadyExists
- AVError.Code.fileFailedToParse
- AVError.Code.fileFormatNotRecognized
- AVError.Code.incompatibleAsset
- AVError.Code.invalidCompositionTrackSegmentDuration
- AVError.Code.invalidCompositionTrackSegmentSourceDuration
- AVError.Code.invalidCompositionTrackSegmentSourceStartTime
- AVError.Code.invalidOutputURLPathExtension
- AVError.Code.invalidSourceMedia
- AVError.Code.invalidVideoComposition
- AVError.Code.maximumDurationReached
- AVError.Code.maximumFileSizeReached
- AVError.Code.maximumNumberOfSamplesForFileFormatReached
- AVError.Code.maximumStillImageCaptureRequestsExceeded
- AVError.Code.mediaChanged
- AVError.Code.mediaDiscontinuity
- AVError.Code.mediaServicesWereReset
- AVError.Code.noDataCaptured
- AVError.Code.noImageAtTime
- AVError.Code.operationInterrupted
- AVError.Code.operationNotSupportedForAsset
- AVError.Code.outOfMemory
- AVError.Code.referenceForbiddenByReferencePolicy
- AVError.Code.screenCaptureFailed
- AVError.Code.serverIncorrectlyConfigured
- AVError.Code.sessionConfigurationChanged
- AVError.Code.sessionNotRunning
- AVError.Code.sessionWasInterrupted
- AVError.Code.torchLevelUnavailable
- AVError.Code.unknown
- AVError.Code.incorrectlyConfigured
- AVError.Code.segmentStartedWithNonSyncSample
- incorrectlyConfigured
- segmentStartedWithNonSyncSample
-
Media Composition and Editing
- AVComposition
- AVCompositionTrack
- AVCompositionTrackSegment
- AVCompositionTrackFormatDescriptionReplacement
- AVMutableComposition
- AVMutableCompositionTrack
- AVMovie
- AVFragmentedMovie
- AVFragmentedMovieMinder
- AVMediaDataStorage
-
AVMutableMovie
- init(url:options:error:)
- init(data:options:error:)
- init(settingsFrom:options:)
- addMutableTrack(withMediaType:copySettingsFrom:options:)
- addMutableTracksCopyingSettings(from:options:)
- removeTrack(_:)
- tracks
- track(withTrackID:)
- tracks(withMediaCharacteristic:)
- tracks(withMediaType:)
- mutableTrack(compatibleWith:)
- insertEmptyTimeRange(_:)
- insertTimeRange(_:of:at:copySampleData:)
- removeTimeRange(_:)
- scale(_:toDuration:)
- defaultMediaDataStorage
- metadata
- interleavingPeriod
- isModified
- preferredRate
- preferredTransform
- preferredVolume
- timescale
-
AVMutableMovieTrack
- addTrackAssociation(to:type:)
- removeTrackAssociation(to:type:)
- alternateGroupID
- isEnabled
- hasProtectedContent
- mediaDataStorage
- isModified
- sampleReferenceBaseURL
- timescale
- metadata
- naturalSize
- preferredTransform
- layer
- cleanApertureDimensions
- productionApertureDimensions
- encodedPixelsDimensions
- preferredVolume
- languageCode
- extendedLanguageTag
- insertTimeRange(_:of:at:copySampleData:)
- insertEmptyTimeRange(_:)
- removeTimeRange(_:)
- scaleTimeRange(_:toDuration:)
- preferredMediaChunkAlignment
- preferredMediaChunkDuration
- preferredMediaChunkSize
- AVVideoComposition
- AVVideoCompositionRenderContext
- AVAudioMix
- AVAudioMixInputParameters
- AVMutableAudioMix
- AVMutableAudioMixInputParameters
-
Audio Playback, Recording, and Processing
-
AVAudioSession
- AVAudioSession.Category
- AVAudioSession.CategoryOptions
- AVAudioSession.Mode
- AVAudioSession.RouteSharingPolicy
- setActive(_:options:)
- AVAudioSessionActivationOptions
- setActive(_:withFlags:)
- recordPermission
- requestRecordPermission(_:)
- AVAudioSession.PromptStyle
- interruptionNotification
-
routeChangeNotification
- AVAudioSessionRouteChangeReasonKey
- AVAudioSessionRouteChangePreviousRouteKey
-
AVAudioSession.RouteChangeReason
- AVAudioSession.RouteChangeReason.unknown
- AVAudioSession.RouteChangeReason.newDeviceAvailable
- AVAudioSession.RouteChangeReason.oldDeviceUnavailable
- AVAudioSession.RouteChangeReason.categoryChange
- AVAudioSession.RouteChangeReason.override
- AVAudioSession.RouteChangeReason.wakeFromSleep
- AVAudioSession.RouteChangeReason.noSuitableRouteForCategory
- AVAudioSession.RouteChangeReason.routeConfigurationChange
- silenceSecondaryAudioHintNotification
- AVAudioSessionPortDescription
- AVAudioSessionDataSourceDescription
- overrideOutputAudioPort(_:)
- inputIsAvailable
- inputOrientation
- preferredInputOrientation
- setPreferredInputOrientation(_:)
- AVAudioSession.StereoOrientation
- currentHardwareInputNumberOfChannels
- currentHardwareOutputNumberOfChannels
- currentHardwareSampleRate
- preferredHardwareSampleRate
- setPreferredHardwareSampleRate(_:)
- AVAudioSession.IOType
-
AVAudioSession.ErrorCode
- AVAudioSession.ErrorCode.none
- AVAudioSession.ErrorCode.mediaServicesFailed
- AVAudioSession.ErrorCode.isBusy
- AVAudioSession.ErrorCode.incompatibleCategory
- AVAudioSession.ErrorCode.cannotInterruptOthers
- AVAudioSession.ErrorCode.missingEntitlement
- AVAudioSession.ErrorCode.siriIsRecording
- AVAudioSession.ErrorCode.cannotStartPlaying
- AVAudioSession.ErrorCode.cannotStartRecording
- AVAudioSession.ErrorCode.badParam
- AVAudioSessionErrorInsufficientPriority
- AVAudioSession.ErrorCode.resourceNotAvailable
- AVAudioSession.ErrorCode.unspecified
- AVAudioSession.ErrorCode.expiredSession
- AVAudioSession.ErrorCode.sessionNotActive
- delegate
- AVAudioSessionDelegate
- AVAudioRoutingArbiter
- Inter-App Audio Entitlement
- AVAudioPlayer
- AVAudioRecorder
- AVMIDIPlayer
-
AVAudioEngine
- AVAudioFile
- AVAudioBuffer
- AVAudioTime
-
Audio Settings and Formats
-
AVAudioFormat
- init(standardFormatWithSampleRate:channelLayout:)
- init(standardFormatWithSampleRate:channels:)
- init(commonFormat:sampleRate:channels:interleaved:)
- init(commonFormat:sampleRate:interleaved:channelLayout:)
- init(settings:)
- init(streamDescription:)
- init(streamDescription:channelLayout:)
- streamDescription
- isEqual(_:)
- channelCount
- channelLayout
- sampleRate
- isStandard
- isInterleaved
- commonFormat
- settings
- AVAudioCommonFormat
- AVAudioChannelLayout
- AVAudioQuality
-
AVAudioFormat
-
Audio Engine Building Blocks
- AVAudioIONode
- AVAudioNodeCompletionHandler
-
AVAudioPlayerNode
- init()
- scheduleBuffer(_:at:options:completionHandler:)
- scheduleBuffer(_:completionHandler:)
- scheduleFile(_:at:completionHandler:)
- scheduleSegment(_:startingFrame:frameCount:at:completionHandler:)
- AVAudioPlayerNodeCompletionCallbackType
- nodeTime(forPlayerTime:)
- playerTime(forNodeTime:)
- prepare(withFrameCount:)
- play()
- play(at:)
- isPlaying
- pause()
- stop()
- AVAudioPlayerNodeBufferOptions
- AVAudioSequencer
- Audio Mixing
-
Audio Enhancements
-
AVAudioUnitReverb
-
AVAudioUnitReverbPreset
- AVAudioUnitReverbPreset.smallRoom
- AVAudioUnitReverbPreset.mediumRoom
- AVAudioUnitReverbPreset.largeRoom
- AVAudioUnitReverbPreset.mediumHall
- AVAudioUnitReverbPreset.largeHall
- AVAudioUnitReverbPreset.plate
- AVAudioUnitReverbPreset.mediumChamber
- AVAudioUnitReverbPreset.largeChamber
- AVAudioUnitReverbPreset.cathedral
- AVAudioUnitReverbPreset.largeRoom2
- AVAudioUnitReverbPreset.mediumHall2
- AVAudioUnitReverbPreset.mediumHall3
- AVAudioUnitReverbPreset.largeHall2
-
AVAudioUnitReverbPreset
-
AVAudioUnitDistortion
-
AVAudioUnitDistortionPreset
- AVAudioUnitDistortionPreset.drumsBitBrush
- AVAudioUnitDistortionPreset.drumsBufferBeats
- AVAudioUnitDistortionPreset.drumsLoFi
- AVAudioUnitDistortionPreset.multiBrokenSpeaker
- AVAudioUnitDistortionPreset.multiCellphoneConcert
- AVAudioUnitDistortionPreset.multiDecimated1
- AVAudioUnitDistortionPreset.multiDecimated2
- AVAudioUnitDistortionPreset.multiDecimated3
- AVAudioUnitDistortionPreset.multiDecimated4
- AVAudioUnitDistortionPreset.multiDistortedFunk
- AVAudioUnitDistortionPreset.multiDistortedCubed
- AVAudioUnitDistortionPreset.multiDistortedSquared
- AVAudioUnitDistortionPreset.multiEcho1
- AVAudioUnitDistortionPreset.multiEcho2
- AVAudioUnitDistortionPreset.multiEchoTight1
- AVAudioUnitDistortionPreset.multiEchoTight2
- AVAudioUnitDistortionPreset.multiEverythingIsBroken
- AVAudioUnitDistortionPreset.speechAlienChatter
- AVAudioUnitDistortionPreset.speechCosmicInterference
- AVAudioUnitDistortionPreset.speechGoldenPi
- AVAudioUnitDistortionPreset.speechRadioTower
- AVAudioUnitDistortionPreset.speechWaves
-
AVAudioUnitDistortionPreset
-
AVAudioUnitEQ
-
AVAudioUnitEQFilterParameters
- bandwidth
- bypass
- filterType
- frequency
- gain
-
AVAudioUnitEQFilterType
- AVAudioUnitEQFilterType.parametric
- AVAudioUnitEQFilterType.lowPass
- AVAudioUnitEQFilterType.highPass
- AVAudioUnitEQFilterType.resonantLowPass
- AVAudioUnitEQFilterType.resonantHighPass
- AVAudioUnitEQFilterType.bandPass
- AVAudioUnitEQFilterType.bandStop
- AVAudioUnitEQFilterType.lowShelf
- AVAudioUnitEQFilterType.highShelf
- AVAudioUnitEQFilterType.resonantLowShelf
- AVAudioUnitEQFilterType.resonantHighShelf
-
AVAudioUnitEQFilterParameters
-
AVAudioUnitReverb
- 3D Options
-
AVAudioEngine
- init()
- attach(_:)
- detach(_:)
- outputNode
- mainMixerNode
- connect(_:to:format:)
- connect(_:to:fromBus:toBus:format:)
- disconnectNodeInput(_:)
- disconnectNodeInput(_:bus:)
- disconnectNodeOutput(_:)
- disconnectNodeOutput(_:bus:)
- prepare()
- start()
- isRunning
- pause()
- stop()
- reset()
- AVAudioConnectionPoint
- AVAudioEngineManualRenderingError
- AVAudioEngineManualRenderingMode
- AVAudioEngineManualRenderingStatus
- AVAudioNode
- AVAudioSpatializationFormats
- AVAudioSpatializationFormats
- AVAudioSinkNode
- AVAudioSourceNode
-
AVAudioConverter
- init(from:to:)
- convert(to:error:withInputFrom:)
- convert(to:from:)
- reset()
- channelMap
- dither
- downmix
- inputFormat
- outputFormat
- magicCookie
- maximumOutputPacketSize
- applicableEncodeBitRates
- availableEncodeBitRates
- availableEncodeChannelLayoutTags
- bitRate
- bitRateStrategy
- sampleRateConverterQuality
- sampleRateConverterAlgorithm
- applicableEncodeSampleRates
- availableEncodeSampleRates
- primeInfo
- primeMethod
- AVAudioConverterPrimeInfo
- AVAudioConverterInputStatus
- AVAudioConverterOutputStatus
- AVAudioConverterPrimeMethod
- AVAudioConverterInputBlock
-
AVAudioSession
- Speech Synthesis
- AVFoundation Constants
AVKit
-
AVPlayerViewController
-
AVPlayerViewControllerDelegate
- playerViewControllerShouldAutomaticallyDismissAtPictureInPictureStart(_:)
- playerViewController(_:restoreUserInterfaceForPictureInPictureStopWithCompletionHandler:)
- playerViewControllerWillStartPictureInPicture(_:)
- playerViewControllerDidStartPictureInPicture(_:)
- playerViewControllerWillStopPictureInPicture(_:)
- playerViewControllerDidStopPictureInPicture(_:)
- playerViewController(_:failedToStartPictureInPictureWithError:)
- showsTimecodes
- allowsPictureInPicturePlayback
- requiresLinearPlayback
-
AVPlayerViewControllerDelegate
-
AVPictureInPictureController
- init(playerLayer:)
- playerLayer
- requiresLinearPlayback
- delegate
-
AVPictureInPictureControllerDelegate
- pictureInPictureController(_:restoreUserInterfaceForPictureInPictureStopWithCompletionHandler:)
- pictureInPictureControllerWillStartPictureInPicture(_:)
- pictureInPictureControllerDidStartPictureInPicture(_:)
- pictureInPictureControllerWillStopPictureInPicture(_:)
- pictureInPictureControllerDidStopPictureInPicture(_:)
- pictureInPictureController(_:failedToStartPictureInPictureWithError:)
- isPictureInPictureSupported()
- isPictureInPicturePossible
- isPictureInPictureActive
- isPictureInPictureSuspended
- startPictureInPicture()
- stopPictureInPicture()
- canStopPictureInPicture
- pictureInPictureButtonStartImage
- pictureInPictureButtonStopImage
- pictureInPictureButtonStartImage(compatibleWith:)
- pictureInPictureButtonStopImage(compatibleWith:)
-
VideoPlayer
- init(player:)
- init(player:videoOverlay:)
-
View Modifiers
- frame(width:height:alignment:)
- frame(minWidth:idealWidth:maxWidth:minHeight:idealHeight:maxHeight:alignment:)
- frame()
- fixedSize()
- fixedSize(horizontal:vertical:)
- layoutPriority(_:)
- position(_:)
- position(x:y:)
- offset(_:)
- offset(x:y:)
- edgesIgnoringSafeArea(_:)
- coordinateSpace(name:)
- alignmentGuide(_:computeValue:)
- alignmentGuide(_:computeValue:)
- padding(_:)
- padding(_:)
- padding(_:_:)
- overlay(_:alignment:)
- background(_:alignment:)
- zIndex(_:)
- accessibility(label:)
- accessibility(inputLabels:)
- accessibility(value:)
- accessibility(hidden:)
- accessibility(identifier:)
- accessibility(selectionIdentifier:)
- accessibility(hint:)
- accessibilityAction(_:_:)
- accessibilityAction(named:_:)
- accessibilityAdjustableAction(_:)
- accessibilityScrollAction(_:)
- accessibilityElement(children:)
- accessibility(addTraits:)
- accessibility(removeTraits:)
- accessibility(sortPriority:)
- help(_:)
- help(_:)
- help(_:)
- clipped(antialiased:)
- clipShape(_:style:)
- cornerRadius(_:antialiased:)
- mask(_:)
- scaledToFill()
- scaledToFit()
- scaleEffect(_:anchor:)
- scaleEffect(_:anchor:)
- scaleEffect(x:y:anchor:)
- aspectRatio(_:contentMode:)
- aspectRatio(_:contentMode:)
- imageScale(_:)
- rotationEffect(_:anchor:)
- rotation3DEffect(_:axis:anchor:anchorZ:perspective:)
- projectionEffect(_:)
- transformEffect(_:)
- blur(radius:opaque:)
- opacity(_:)
- brightness(_:)
- contrast(_:)
- colorInvert()
- colorMultiply(_:)
- saturation(_:)
- grayscale(_:)
- hueRotation(_:)
- luminanceToAlpha()
- shadow(color:radius:x:y:)
- blendMode(_:)
- compositingGroup()
- drawingGroup(opaque:colorMode:)
- animation(_:)
- animation(_:value:)
- transition(_:)
- matchedGeometryEffect(id:in:properties:anchor:isSource:)
- border(_:width:)
- foregroundColor(_:)
- accentColor(_:)
- colorScheme(_:)
- preferredColorScheme(_:)
- keyboardType(_:)
- font(_:)
- lineLimit(_:)
- lineSpacing(_:)
- multilineTextAlignment(_:)
- minimumScaleFactor(_:)
- truncationMode(_:)
- allowsTightening(_:)
- textContentType(_:)
- textCase(_:)
- flipsForRightToLeftLayoutDirection(_:)
- autocapitalization(_:)
- disableAutocorrection(_:)
- labelsHidden()
- labelStyle(_:)
- buttonStyle(_:)
- buttonStyle(_:)
- signInWithAppleButtonStyle(_:)
- menuStyle(_:)
- pickerStyle(_:)
- datePickerStyle(_:)
- textFieldStyle(_:)
- toggleStyle(_:)
- indexViewStyle(_:)
- listStyle(_:)
- groupBoxStyle(_:)
- navigationViewStyle(_:)
- progressViewStyle(_:)
- presentedWindowStyle(_:)
- presentedWindowToolbarStyle(_:)
- listRowInsets(_:)
- listRowBackground(_:)
- tag(_:)
- listItemTint(_:)
- listItemTint(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationTitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationSubtitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:)
- navigationBarTitle(_:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitle(_:displayMode:)
- navigationBarTitleDisplayMode(_:)
- navigationBarHidden(_:)
- statusBar(hidden:)
- navigationBarBackButtonHidden(_:)
- navigationBarItems(leading:)
- navigationBarItems(leading:trailing:)
- navigationBarItems(trailing:)
- tabItem(_:)
- tabViewStyle(_:)
- toolbar(content:)
- toolbar(id:items:)
- toolbar(items:)
- contextMenu(_:)
- contextMenu(menuItems:)
- hidden()
- disabled(_:)
- onTapGesture(count:perform:)
- onLongPressGesture(minimumDuration:maximumDistance:pressing:perform:)
- onLongPressGesture(minimumDuration:pressing:perform:)
- gesture(_:including:)
- highPriorityGesture(_:including:)
- simultaneousGesture(_:including:)
- transaction(_:)
- userActivity(_:element:_:)
- userActivity(_:isActive:_:)
- onContinueUserActivity(_:perform:)
- onOpenURL(perform:)
- onAppear(perform:)
- onDisappear(perform:)
- onMoveCommand(perform:)
- onExitCommand(perform:)
- onPlayPauseCommand(perform:)
- onChange(of:perform:)
- deleteDisabled(_:)
- moveDisabled(_:)
- onReceive(_:perform:)
- keyboardShortcut(_:)
- keyboardShortcut(_:modifiers:)
- onHover(perform:)
- focusable(_:onFocusChange:)
- focusedValue(_:_:)
- prefersDefaultFocus(_:in:)
- focusScope(_:)
- hoverEffect(_:)
- onDrag(_:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:delegate:)
- onDrop(of:isTargeted:perform:)
- onDrop(of:isTargeted:perform:)
- itemProvider(_:)
- allowsHitTesting(_:)
- contentShape(_:eoFill:)
- actionSheet(isPresented:content:)
- actionSheet(item:content:)
- sheet(isPresented:onDismiss:content:)
- sheet(item:onDismiss:content:)
- fullScreenCover(isPresented:onDismiss:content:)
- fullScreenCover(item:onDismiss:content:)
- alert(isPresented:content:)
- alert(item:content:)
- popover(isPresented:attachmentAnchor:arrowEdge:content:)
- popover(item:attachmentAnchor:arrowEdge:content:)
- appStoreOverlay(isPresented:configuration:)
- defaultAppStorage(_:)
- preference(key:value:)
- transformPreference(_:_:)
- anchorPreference(key:value:transform:)
- transformAnchorPreference(key:value:transform:)
- onPreferenceChange(_:perform:)
- backgroundPreferenceValue(_:_:)
- overlayPreferenceValue(_:_:)
- environment(_:_:)
- environmentObject(_:)
- transformEnvironment(_:transform:)
- previewDevice(_:)
- previewDisplayName(_:)
- previewLayout(_:)
- previewContext(_:)
- id(_:)
- body
- VideoPlayer.Body
- modifier(_:)
- accessibility(activationPoint:)
- accessibility(activationPoint:)
- accessibilityIgnoresInvertColors(_:)
- ignoresSafeArea(_:edges:)
- isPlaceholder(_:)
- redacted(reason:)
- unredacted()
- AVKitError
Core MIDI
- MIDICIDeviceInfo
- MIDICIDiscoveredNode
- MIDICIDiscoveryManager
- MIDICIProfile
- MIDICIProfileState
- MIDICIResponder
- MIDICISession
- MIDI Services
- MIDI Setup
-
Core MIDI Structures
- MIDIDriverInterface
-
MIDIEventList
- init()
- init(protocol:numPackets:packet:)
- numPackets
- packet
- protocol
- sizeInBytes(pktList:)
- MIDIEventList.Builder
-
MIDIEventList.UnsafeSequence
- MIDIEventList.UnsafeSequence.Element
- count
- lazy
- publisher
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
- MIDIEventList.UnsafeSequence.Iterator
-
MIDIEventPacket
- init()
- init(timeStamp:wordCount:words:)
- timeStamp
- wordCount
- words
- MIDIEventPacket.Builder
-
MIDIEventPacket.WordCollection
- MIDIEventPacket.WordCollection.Element
- MIDIEventPacket.WordCollection.Index
- MIDIEventPacket.WordCollection.Indices
- MIDIEventPacket.WordCollection.Iterator
- MIDIEventPacket.WordCollection.SubSequence
- init(_:)
- init(_:)
- count
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- publisher
- startIndex
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
-
MIDIEventPacket.WordSequence
- MIDIEventPacket.WordSequence.Element
- count
- lazy
- publisher
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
- MIDIEventPacket.WordSequence.Iterator
-
UnsafeMutableMIDIEventListPointer
- UnsafeMutableMIDIEventListPointer.Element
- UnsafeMutableMIDIEventListPointer.Iterator
- init(_:wordSize:)
- init(_:wordSize:inProtocol:)
- count
- lastPacket
- lazy
- listSizeInBytes
- midiProtocol
- publisher
- underestimatedCount
- allSatisfy(_:)
- append(timestamp:words:)
- clear()
- compactMap(_:)
- contains(_:)
- contains(where:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
-
UnsafeMutableMIDIEventPacketPointer
- UnsafeMutableMIDIEventPacketPointer.Element
- UnsafeMutableMIDIEventPacketPointer.Index
- UnsafeMutableMIDIEventPacketPointer.Indices
- UnsafeMutableMIDIEventPacketPointer.Iterator
- UnsafeMutableMIDIEventPacketPointer.SubSequence
- init(_:)
- init(_:)
- count
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- publisher
- startIndex
- timeStamp
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- partition(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reverse()
- reversed()
- shuffle()
- shuffle(using:)
- shuffled()
- shuffled(using:)
- sort()
- sort(by:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- swapAt(_:_:)
- withContiguousMutableStorageIfAvailable(_:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
-
UnsafeMutableMIDIPacketListPointer
- init(_:byteSize:)
- init(_:byteSize:)
- count
- lastPacket
- lazy
- listSizeInBytes
- underestimatedCount
- allSatisfy(_:)
- append(timestamp:data:)
- clear()
- compactMap(_:)
- contains(_:)
- contains(where:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- prefix(_:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
-
UnsafeMutableMIDIPacketPointer
- init(_:)
- init(_:)
- count
- indices
- last
- lazy
- timeStamp
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- index(_:offsetBy:)
- index(after:)
- index(before:)
- index(of:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:)
- lexicographicallyPrecedes(_:by:)
- map(_:)
- max()
- max(by:)
- min()
- min(by:)
- partition(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- reverse()
- reversed()
- shuffle()
- shuffle(using:)
- shuffled()
- shuffled(using:)
- sort()
- sort(by:)
- sorted()
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- swapAt(_:_:)
- withContiguousMutableStorageIfAvailable(_:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- Core MIDI Enumerations
- Core MIDI Constants
-
Core MIDI Functions
- MIDIDestinationCreateWithBlock(_:_:_:_:)
- MIDIInputPortCreateWithBlock(_:_:_:_:)
- MIDIDestinationCreateWithProtocol(_:_:_:_:_:)
- MIDIDeviceNewEntity(_:_:_:_:_:_:_:)
- MIDIEventListAdd(_:_:_:_:_:_:)
- MIDIEventListInit(_:_:)
- MIDIEventPacketNext(_:)
- MIDIInputPortCreateWithProtocol(_:_:_:_:_:)
- MIDIReceivedEventList(_:_:)
- MIDISendEventList(_:_:_:)
- MIDISourceCreateWithProtocol(_:_:_:_:)
- Core MIDI Data Types
- MIDICIProfileResponderDelegate
Core Audio
Core Audio Kit
Core Audio Types
Core Haptics
-
CHHapticEngine
- init()
- init(audioSession:)
- start()
- start(completionHandler:)
- stop(completionHandler:)
- CHHapticEngine.CompletionHandler
- makePlayer(with:)
- makeAdvancedPlayer(with:)
- playsHapticsOnly
- isMutedForAudio
- isMutedForHaptics
- playPattern(from:)
- playPattern(from:)
- registerAudioResource(_:options:)
- unregisterAudioResource(_:)
- CHHapticAudioResourceID
- notifyWhenPlayersFinished(finishedHandler:)
- CHHapticEngine.FinishedHandler
- CHHapticEngine.FinishedAction
- resetHandler
- CHHapticEngine.ResetHandler
- stoppedHandler
- CHHapticEngine.StoppedHandler
-
CHHapticEngine.StoppedReason
- CHHapticEngine.StoppedReason.audioSessionInterrupt
- CHHapticEngine.StoppedReason.applicationSuspended
- CHHapticEngine.StoppedReason.engineDestroyed
- CHHapticEngine.StoppedReason.gameControllerDisconnect
- CHHapticEngine.StoppedReason.idleTimeout
- CHHapticEngine.StoppedReason.notifyWhenFinished
- CHHapticEngine.StoppedReason.systemError
- currentTime
- CHHapticTimeImmediate
- capabilitiesForHardware()
- CHHapticDeviceCapability
- CHHapticParameterAttributes
- attributes(forDynamicParameter:)
- isAutoShutdownEnabled
- CHHapticPattern
- CHHapticPatternPlayer
- CHHapticAdvancedPatternPlayer
- CHHapticEvent
- CHHapticEventParameter
- CHHapticDynamicParameter
- CHHapticParameterCurve
-
CHHapticError
- errorCode
- errorUserInfo
- localizedDescription
- !=(_:_:)
- CoreHapticsErrorDomain
- errorDomain
-
CHHapticError.Code
- CHHapticError.Code.engineNotRunning
- CHHapticError.Code.engineStartTimeout
- CHHapticError.Code.invalidEventType
- CHHapticError.Code.invalidParameterType
- CHHapticError.Code.invalidPatternData
- CHHapticError.Code.invalidPatternPlayer
- CHHapticError.Code.invalidAudioSession
- CHHapticError.Code.memoryError
- CHHapticError.Code.notSupported
- CHHapticError.Code.operationNotPermitted
- CHHapticError.Code.serverInitFailed
- CHHapticError.Code.serverInterrupted
- CHHapticError.Code.badEventEntry
- CHHapticError.Code.badParameterEntry
- CHHapticError.Code.invalidAudioResource
- CHHapticError.Code.resourceNotAvailable
- CHHapticError.Code.invalidEventDuration
- CHHapticError.Code.invalidEventTime
- CHHapticError.Code.invalidTime
- CHHapticError.Code.invalidPatternDictionary
- CHHapticError.Code.unknownError
- engineNotRunning
- engineStartTimeout
- invalidEventType
- invalidParameterType
- invalidPatternData
- invalidPatternPlayer
- invalidAudioSession
- memoryError
- notSupported
- operationNotPermitted
- serverInitFailed
- serverInterrupted
- badEventEntry
- badParameterEntry
- invalidAudioResource
- resourceNotAvailable
- invalidEventDuration
- invalidEventTime
- invalidTime
- invalidPatternDictionary
- unknownError
-
CHHapticError.Code
- CHHapticError.Code.engineNotRunning
- CHHapticError.Code.engineStartTimeout
- CHHapticError.Code.invalidEventType
- CHHapticError.Code.invalidParameterType
- CHHapticError.Code.invalidPatternData
- CHHapticError.Code.invalidPatternPlayer
- CHHapticError.Code.invalidAudioSession
- CHHapticError.Code.memoryError
- CHHapticError.Code.notSupported
- CHHapticError.Code.operationNotPermitted
- CHHapticError.Code.serverInitFailed
- CHHapticError.Code.serverInterrupted
- CHHapticError.Code.badEventEntry
- CHHapticError.Code.badParameterEntry
- CHHapticError.Code.invalidAudioResource
- CHHapticError.Code.resourceNotAvailable
- CHHapticError.Code.invalidEventDuration
- CHHapticError.Code.invalidEventTime
- CHHapticError.Code.invalidTime
- CHHapticError.Code.invalidPatternDictionary
- CHHapticError.Code.unknownError
- CoreHapticsErrorDomain
Core Media
-
CMSampleBuffer
-
CMSampleBuffer
-
CMSampleBuffer.AttachmentKey
- init(rawValue:)
- rawValue
- cameraIntrinsicMatrix
- displayEmptyMediaImmediately
- drainAfterDecoding
- droppedFrameReason
- droppedFrameReasonInfo
- emptyMedia
- endsPreviousSampleDuration
- fillDiscontinuitiesWithSilence
- forceKeyFrame
- gradualDecoderRefresh
- permanentEmptyMedia
- postNotificationWhenConsumed
- resetDecoderBeforeDecoding
- resumeOutput
- reverse
- sampleReferenceByteOffset
- sampleReferenceURL
- speedMultiplier
- stillImageLensStabilizationInfo
- transitionID
- trimDurationAtEnd
- trimDurationAtStart
-
CMSampleBuffer.Error
- allocationFailed
- alreadyHasDataBuffer
- arrayTooSmall
- bufferHasNoSampleSizes
- bufferHasNoSampleTimingInfo
- bufferNotReady
- cannotSubdivide
- dataCanceled
- dataFailed
- invalidEntryCount
- invalidMediaFormat
- invalidMediaTypeForOperation
- invalidSampleData
- invalidated
- requiredParameterMissing
- sampleIndexOutOfRange
- sampleTimingInfoInvalid
- CMSampleBuffer.Flags
- CMSampleBuffer.NotificationKey
-
CMSampleBuffer.PerSampleAttachmentsDictionary
- allSatisfy(_:)
- compactMap(_:)
- contains(where:)
- drop(while:)
- dropLast(_:)
- elementsEqual(_:by:)
- filter(_:)
- first(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max(by:)
- min(by:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
-
CMSampleBuffer.PerSampleAttachmentsDictionary.Key
- init(rawValue:)
- rawValue
- audioIndependentSampleDecoderRefreshCount
- dependsOnOthers
- displayImmediately
- doNotDisplay
- earlierDisplayTimesAllowed
- hasRedundantCoding
- hevcStepwiseTemporalSubLayerAccess
- hevcSyncSampleNALUnitType
- hevcTemporalLevelInfo
- hevcTemporalSubLayerAccess
- isDependedOnByOthers
- notSync
- partialSync
- CMSampleBuffer.SampleAttachmentsArray
- CMSampleBuffer.SingleSampleBuffers
- CMSampleBuffer.DataReadiness
-
CMSampleBuffer.AttachmentKey
- CMSampleTimingInfo
-
CMSampleBuffer
- CMBlockBuffer
-
CMFormatDescription
-
CMFormatDescription
- CMFormatDescription.Error
-
CMFormatDescription.Extensions
- init()
- init(base:)
- distance(from:to:)
- firstIndex(where:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- prefix(through:)
- prefix(upTo:)
- suffix(from:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
-
CMFormatDescription.Extensions.Key
- init(rawValue:)
- rawValue
- alphaChannelMode
- alternativeTransferCharacteristics
- auxiliaryTypeInfo
- backgroundColor
- bytesPerRow
- chromaLocationBottomField
- chromaLocationTopField
- cleanAperture
- colorPrimaries
- conformsToMPEG2VideoProfile
- containsAlphaChannel
- contentLightLevelInfo
- defaultFontName
- defaultStyle
- defaultTextBox
- depth
- displayFlags
- fieldCount
- fieldDetail
- fontTable
- formatName
- fullRangeVideo
- gammaLevel
- horizontalJustification
- iccProfile
- masteringDisplayColorVolume
- metadataKeyTable
- originalCompressionSettings
- pixelAspectRatio
- revisionLevel
- sampleDescriptionExtensionAtoms
- sourceReferenceName
- spatialQuality
- temporalQuality
- textJustification
- transferFunction
- vendor
- verbatimISOSampleEntry
- verbatimSampleDescription
- version
- verticalJustification
- yCbCrMatrix
-
CMFormatDescription.MediaSubType
- rawValue
- aLaw
- aacAudibleProtected
- aacLCProtected
- ac3
- aes3
- amr
- amr_WB
- animation
- appleIMA4
- appleLossless
- atsc
- audible
- boxed
- cea608
- cea708
- cinepak
- counter32
- counter64
- dv
- dvcNTSC
- dvcPAL
- dvcPROHD1080i50
- dvcPROHD1080i60
- dvcPROHD1080p25
- dvcPROHD1080p30
- dvcPROHD720p50
- dvcPROHD720p60
- dvcPro50NTSC
- dvcPro50PAL
- dvcProPAL
- dviIntelIMA
- emsg
- enhancedAC3
- flac
- h263
- h264
- hevc
- hevcWithAlpha
- iLBC
- icy
- id3
- iec60958AC3
- jpeg
- jpeg_OpenDML
- linearPCM
- mace3
- mace6
- microsoftGSM
- midiStream
- mobile3GPP
- mpeg1System
- mpeg1Video
- mpeg2Program
- mpeg2Transport
- mpeg2Video
- mpeg4AAC
- mpeg4AAC_ELD
- mpeg4AAC_ELD_SBR
- mpeg4AAC_ELD_V2
- mpeg4AAC_HE
- mpeg4AAC_HE_V2
- mpeg4AAC_LD
- mpeg4AAC_Spatial
- mpeg4CELP
- mpeg4HVXC
- mpeg4TwinVQ
- mpeg4Video
- mpegD_USAC
- mpegLayer1
- mpegLayer2
- mpegLayer3
- opus
- parameterValueStream
- pixelFormat_16BE555
- pixelFormat_16BE565
- pixelFormat_16LE555
- pixelFormat_16LE5551
- pixelFormat_16LE565
- pixelFormat_24RGB
- pixelFormat_32ARGB
- pixelFormat_32BGRA
- pixelFormat_422YpCbCr10
- pixelFormat_422YpCbCr16
- pixelFormat_422YpCbCr8
- pixelFormat_422YpCbCr8_yuvs
- pixelFormat_4444YpCbCrA8
- pixelFormat_444YpCbCr10
- pixelFormat_444YpCbCr8
- pixelFormat_8IndexedGray_WhiteIsZero
- proRes422
- proRes422HQ
- proRes422LT
- proRes422Proxy
- proRes4444
- proRes4444XQ
- proResRAW
- proResRAWHQ
- qDesign
- qDesign2
- qt
- qualcomm
- sorensonVideo
- sorensonVideo3
- timeCode
- timeCode32
- timeCode64
- uLaw
- webVTT
- CMFormatDescription.MediaType
- CMFormatDescription.ParameterSetCollection
- CMFormatDescription.TimeCode
- CMVideoDimensions
-
CMFormatDescription
- CMTime
- CMTimeRange
- CMTimeMapping
- CMClock
- CMTimebase
- CMSimpleQueue
-
CMBufferQueue
-
CMBufferQueue
-
CMBufferQueue.Buffers
- lazy
- publisher
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(where:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max(by:)
- min(by:)
- prefix(_:)
- prefix(while:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- starts(with:by:)
- suffix(_:)
- withContiguousStorageIfAvailable(_:)
- CMBufferQueue.Error
- CMBufferQueue.Handlers
-
CMBufferQueue.TriggerCondition
- CMBufferQueue.TriggerCondition.whenBufferCountBecomesGreaterThan(_:)
- CMBufferQueue.TriggerCondition.whenBufferCountBecomesLessThan(_:)
- CMBufferQueue.TriggerCondition.whenDataBecomesReady
- CMBufferQueue.TriggerCondition.whenDurationBecomesGreaterThan(_:)
- CMBufferQueue.TriggerCondition.whenDurationBecomesGreaterThanOrEqualTo(_:)
- CMBufferQueue.TriggerCondition.whenDurationBecomesLessThan(_:)
- CMBufferQueue.TriggerCondition.whenDurationBecomesLessThanOrEqualTo(_:)
- CMBufferQueue.TriggerCondition.whenEndOfDataReached
- CMBufferQueue.TriggerCondition.whenMaxPresentationTimeStampChanges
- CMBufferQueue.TriggerCondition.whenMinPresentationTimeStampChanges
- CMBufferQueue.TriggerCondition.whenReset
-
CMBufferQueue.Buffers
- CMBufferCallbacks
-
CMBufferQueue
- Core Media Constants
- Core Media Structures
- Core Media Data Types
- CMBlockBufferProtocol
Core Video
- CVImageBuffer
-
Core Video Constants
- COREVIDEO_SUPPORTS_PERMANENT_ALLOCATOR
- kCVPixelBufferProResRAWKey_BlackLevel
- kCVPixelBufferProResRAWKey_ColorMatrix
- kCVPixelBufferProResRAWKey_GainFactor
- kCVPixelBufferProResRAWKey_RecommendedCrop
- kCVPixelBufferProResRAWKey_SenselSitingOffsets
- kCVPixelBufferProResRAWKey_WhiteBalanceBlueFactor
- kCVPixelBufferProResRAWKey_WhiteBalanceCCT
- kCVPixelBufferProResRAWKey_WhiteBalanceRedFactor
- kCVPixelBufferProResRAWKey_WhiteLevel
- kCVPixelBufferVersatileBayerKey_BayerPattern
ImageCaptureCore
- ICDeviceBrowser
- ICCameraDevice
- ICCameraItem
- ICCameraFile
- ICReturn
-
ICReturnConnectionError
-
ICReturnConnectionError.Code
- ICReturnConnectionError.Code.closedSessionSuddenly
- ICReturnConnectionError.Code.ejectedSuddenly
- ICReturnConnectionError.Code.ejectFailed
- ICReturnConnectionError.Code.failedToOpen
- ICReturnConnectionError.Code.failedToOpenDevice
- ICReturnConnectionError.Code.sessionAlreadyOpen
- ICReturnConnectionError.Code.notAuthorizedToOpenDevice
- notAuthorizedToOpenDevice
-
ICReturnConnectionError.Code
- ICReturnDownloadError
- ICReturnMetadataError
- ICReturnObjectError
- ICReturnPTPDeviceError
- ICReturnThumbnailError
- ICRunLoopMode
- ImageCaptureCore Enumerations
- ImageCaptureCore Data Types
iTunesLibrary
- ITLibPlaylist
-
ITLibMediaItem
- ITLibMediaEntityPropertyPersistentID
- ITLibMediaItemPropertyAddedDate
- ITLibMediaItemPropertyAlbumArtist
- ITLibMediaItemPropertyAlbumDiscCount
- ITLibMediaItemPropertyAlbumDiscNumber
- ITLibMediaItemPropertyAlbumIsCompilation
- ITLibMediaItemPropertyAlbumIsGapless
- ITLibMediaItemPropertyAlbumRating
- ITLibMediaItemPropertyAlbumRatingComputed
- ITLibMediaItemPropertyAlbumTitle
- ITLibMediaItemPropertyAlbumTrackCount
- ITLibMediaItemPropertyArtistName
- ITLibMediaItemPropertyArtwork
- ITLibMediaItemPropertyBeatsPerMinute
- ITLibMediaItemPropertyBitRate
- ITLibMediaItemPropertyCategory
- ITLibMediaItemPropertyComments
- ITLibMediaItemPropertyComposer
- ITLibMediaItemPropertyContentRating
- ITLibMediaItemPropertyDescription
- ITLibMediaItemPropertyFileSize
- ITLibMediaItemPropertyGenre
- ITLibMediaItemPropertyGrouping
- ITLibMediaItemPropertyHasArtwork
- ITLibMediaItemPropertyIsDRMProtected
- ITLibMediaItemPropertyIsPurchased
- ITLibMediaItemPropertyIsUserDisabled
- ITLibMediaItemPropertyIsVideo
- ITLibMediaItemPropertyKind
- ITLibMediaItemPropertyLastPlayDate
- ITLibMediaItemPropertyLocation
- ITLibMediaItemPropertyLocationType
- ITLibMediaItemPropertyLyricsContentRating
- ITLibMediaItemPropertyMediaKind
- ITLibMediaItemPropertyModifiedDate
- ITLibMediaItemPropertyMovementCount
- ITLibMediaItemPropertyMovementName
- ITLibMediaItemPropertyMovementNumber
- ITLibMediaItemPropertyPlayCount
- ITLibMediaItemPropertyPlayStatus
- ITLibMediaItemPropertyRating
- ITLibMediaItemPropertyRatingComputed
- ITLibMediaItemPropertyReleaseDate
- ITLibMediaItemPropertySampleRate
- ITLibMediaItemPropertySize
- ITLibMediaItemPropertySkipDate
- ITLibMediaItemPropertySortAlbumArtist
- ITLibMediaItemPropertySortAlbumTitle
- ITLibMediaItemPropertySortArtistName
- ITLibMediaItemPropertySortComposer
- ITLibMediaItemPropertySortTitle
- ITLibMediaItemPropertyStartTime
- ITLibMediaItemPropertyStopTime
- ITLibMediaItemPropertyTitle
- ITLibMediaItemPropertyTotalTime
- ITLibMediaItemPropertyTrackNumber
- ITLibMediaItemPropertyUserSkipCount
- ITLibMediaItemPropertyVideoEpisode
- ITLibMediaItemPropertyVideoEpisodeOrder
- ITLibMediaItemPropertyVideoHeight
- ITLibMediaItemPropertyVideoIsHD
- ITLibMediaItemPropertyVideoSeason
- ITLibMediaItemPropertyVideoSeries
- ITLibMediaItemPropertyVideoSortSeries
- ITLibMediaItemPropertyVideoWidth
- ITLibMediaItemPropertyVoiceOverLanguage
- ITLibMediaItemPropertyVolumeAdjustment
- ITLibMediaItemPropertyVolumeNormalizationEnergy
- ITLibMediaItemPropertyWork
- ITLibMediaItemPropertyYear
- ITLibMediaItemPropertyFileType
MediaAccessibility
MediaLibrary
-
MediaLibrary Constants
- MLPhotosAlbumTypeIdentifier
- MLPhotosAlbumsGroupTypeIdentifier
- MLPhotosAllPhotosAlbumTypeIdentifier
- MLPhotosBurstGroupTypeIdentifier
- MLPhotosDepthEffectGroupTypeIdentifier
- MLPhotosFacesAlbumTypeIdentifier
- MLPhotosFavoritesGroupTypeIdentifier
- MLPhotosFolderTypeIdentifier
- MLPhotosFrontCameraGroupTypeIdentifier
- MLPhotosLastImportGroupTypeIdentifier
- MLPhotosMyPhotoStreamTypeIdentifier
- MLPhotosPanoramasGroupTypeIdentifier
- MLPhotosPublishedAlbumTypeIdentifier
- MLPhotosRootGroupTypeIdentifier
- MLPhotosScreenshotGroupTypeIdentifier
- MLPhotosSharedGroupTypeIdentifier
- MLPhotosSharedPhotoStreamTypeIdentifier
- MLPhotosSloMoGroupTypeIdentifier
- MLPhotosSmartAlbumTypeIdentifier
- MLPhotosTimelapseGroupTypeIdentifier
- MLPhotosVideosGroupTypeIdentifier
- MLiTunesMusicVideosPlaylistTypeIdentifier
- MLiTunesVideoPlaylistTypeIdentifier
- MLPhotosAnimatedGroupTypeIdentifier
- MLPhotosLivePhotosGroupTypeIdentifier
- MLPhotosLongExposureGroupTypeIdentifier
Media Player
-
MPMusicPlayerController
- applicationMusicPlayer
- applicationQueuePlayer
- systemMusicPlayer
- setQueue(with:)
- setQueue(with:)
- prepareToPlay(completionHandler:)
- nowPlayingItem
- indexOfNowPlayingItem
- playbackState
- repeatMode
- shuffleMode
- MPMusicPlaybackState
- MPMusicRepeatMode
- MPMusicShuffleMode
- skipToNextItem()
- skipToBeginning()
- skipToPreviousItem()
- append(_:)
- prepend(_:)
- beginGeneratingPlaybackNotifications()
- endGeneratingPlaybackNotifications()
- MPMusicPlayerControllerPlaybackStateDidChange
- MPMusicPlayerControllerNowPlayingItemDidChange
- MPMediaPlayback
- MPSystemMusicPlayerController
- MPMusicPlayerControllerQueue
- MPMusicPlayerControllerMutableQueue
- MPMusicPlayerApplicationController
- MPMusicPlayerStoreQueueDescriptor
- MPMusicPlayerPlayParametersQueueDescriptor
- MPMusicPlayerQueueDescriptor
-
MPMediaItem
- albumArtist
- albumArtistPersistentID
- albumPersistentID
- albumTitle
- albumTrackCount
- albumTrackNumber
- artist
- artistPersistentID
- artwork
- assetURL
- beatsPerMinute
- bookmarkTime
- isCloudItem
- comments
- isCompilation
- composer
- composerPersistentID
- dateAdded
- discCount
- discNumber
- isExplicitItem
- genre
- genrePersistentID
- lastPlayedDate
- lyrics
- mediaType
- persistentID
- playCount
- playbackDuration
- playbackStoreID
- podcastPersistentID
- podcastTitle
- hasProtectedAsset
- rating
- releaseDate
- skipCount
- title
- userGrouping
- MPMediaType
-
General Media Item Property Keys
- MPMediaItemPropertyAlbumArtist
- MPMediaItemPropertyAlbumArtistPersistentID
- MPMediaItemPropertyAlbumPersistentID
- MPMediaItemPropertyAlbumTitle
- MPMediaItemPropertyArtist
- MPMediaItemPropertyArtistPersistentID
- MPMediaItemPropertyComposer
- MPMediaItemPropertyComposerPersistentID
- MPMediaItemPropertyGenre
- MPMediaItemPropertyGenrePersistentID
- MPMediaItemPropertyHasProtectedAsset
- MPMediaItemPropertyIsCompilation
- MPMediaItemPropertyIsCloudItem
- MPMediaItemPropertyMediaType
- MPMediaItemPropertyPersistentID
- MPMediaItemPropertyPlayCount
- MPMediaItemPropertyPodcastPersistentID
- MPMediaItemPropertyPodcastTitle
- MPMediaItemPropertyTitle
- MPMediaItemPropertyPlaybackDuration
- MPMediaItemPropertyAlbumTrackNumber
- MPMediaItemPropertyAlbumTrackCount
- MPMediaItemPropertyDiscNumber
- MPMediaItemPropertyDiscCount
- MPMediaItemPropertyArtwork
- MPMediaItemPropertyLyrics
- MPMediaItemPropertyReleaseDate
- MPMediaItemPropertyBeatsPerMinute
- MPMediaItemPropertyComments
- MPMediaItemPropertyAssetURL
- MPMediaItemPropertyIsExplicit
- MPMediaItemPropertyPlaybackStoreID
- User-Defined Property Keys
- MPMediaItemArtwork
- MPMediaPlaylist
- MPMediaEntity
-
MPVolumeView
- showsVolumeSlider
- showsRouteButton
- maximumVolumeSliderImage(for:)
- minimumVolumeSliderImage(for:)
- setMaximumVolumeSliderImage(_:for:)
- setMinimumVolumeSliderImage(_:for:)
- setVolumeThumbImage(_:for:)
- volumeSliderRect(forBounds:)
- volumeThumbImage(for:)
- volumeThumbRect(forBounds:volumeSliderRect:value:)
- volumeWarningSliderImage
- routeButtonImage(for:)
- routeButtonRect(forBounds:)
- setRouteButtonImage(_:for:)
- areWirelessRoutesAvailable
- isWirelessRouteActive
- MPVolumeViewWirelessRouteActiveDidChange
- MPVolumeViewWirelessRoutesAvailableDidChange
- MPNowPlayingSession
- MPPlayableContentManager
- MPPlayableContentManagerContext
- MPError
- MPError.Code
- MPErrorDomain
-
Deprecated Types
- MPMovieAccessLog
- MPMovieAccessLogEvent
- MPMovieErrorLog
- MPMovieErrorLogEvent
- MPMovieLoadState
- MPMovieMediaTypeMask
-
MPMoviePlayerController
- init(contentURL:)
- contentURL
- movieSourceType
- movieMediaTypes
- allowsAirPlay
- isAirPlayVideoActive
- naturalSize
- isFullscreen
- setFullscreen(_:animated:)
- scalingMode
- controlStyle
- duration
- playableDuration
- view
- backgroundView
- loadState
- playbackState
- initialPlaybackTime
- endPlaybackTime
- shouldAutoplay
- repeatMode
- MPMovieLoadState
- MPMovieControlStyle
- MPMovieScalingMode
- MPMovieMediaTypeMask
- Thumbnail Notification User Info Keys
- Fullscreen Notification Keys
- Playback Finished Notification Key
- MPMoviePlayerDidEnterFullscreen
- MPMoviePlayerDidExitFullscreen
- MPMoviePlayerIsAirPlayVideoActiveDidChange
- MPMoviePlayerLoadStateDidChange
- MPMoviePlayerNowPlayingMovieDidChange
- MPMoviePlayerPlaybackDidFinish
- MPMoviePlayerPlaybackStateDidChange
- MPMoviePlayerReadyForDisplayDidChange
- MPMoviePlayerScalingModeDidChange
- MPMoviePlayerThumbnailImageRequestDidFinish
- MPMoviePlayerTimedMetadataUpdated
- MPMoviePlayerWillEnterFullscreen
- MPMoviePlayerWillExitFullscreen
- MPMovieDurationAvailable
- MPMovieMediaTypesAvailable
- MPMovieNaturalSizeAvailable
- MPMovieSourceTypeAvailable
- MPMoviePlayerViewController
- MPTimedMetadata
MediaSetup
- MSServiceAccount
- MSSetupSession
- MSAuthenticationPresentationContext
- MediaSetup Constants
- MediaSetup Data Types
QuickLookThumbnailing
PhotoKit
- PHPhotoLibrary
- PHAsset
- PHLivePhotoRequestOptions
- PHLivePhotoView
- PHLivePhoto
- PHContentEditingController
- PHProjectRegionOfInterest
- PHPhotosError
- PHPickerConfiguration
- PHPickerFilter
- PHPickerResult
- PHPickerViewController
- PHPickerViewControllerDelegate
- PhotoKit Constants
Professional Video Applications
-
FxPlug
- Using Out-of-Process FxPlug Plug-ins
-
Working with Tiled Images
- FxImageTile
- FxImageTileRequest
-
FxTileableEffect
- addParametersWithError:
- classForCustomParameterID:
- destinationImageRect:sourceImages:destinationImage:pluginState:atTime:error:
- finishInitialSetup:
- initWithAPIManager:
- parameterChanged:atTime:error:
- pluginState:atTime:quality:error:
- properties:error:
- renderDestinationImage:sourceImages:pluginState:atTime:error:
- scheduleInputs:withPluginState:atTime:error:
- sourceTileRect:sourceImageIndex:sourceImages:destinationTileRect:destinationImage:pluginState:atTime:error:
- kFxPropertyKey_NeedsFullBuffer
- kFxPropertyKey_VariesWhenParamsAreStatic
- kFxPropertyKey_ChangesOutputSize
- kFxRect_Empty
- kFxRect_Infinite
-
Adding Parameters to Plug-ins
-
FxParameterCreationAPI_v5
- addAngleSliderWithName:parameterID:defaultDegrees:parameterMinDegrees:parameterMaxDegrees:parameterFlags:
- addColorParameterWithName:parameterID:defaultRed:defaultGreen:defaultBlue:defaultAlpha:parameterFlags:
- addColorParameterWithName:parameterID:defaultRed:defaultGreen:defaultBlue:parameterFlags:
- addCustomParameterWithName:parameterID:defaultValue:parameterFlags:
- addFloatSliderWithName:parameterID:defaultValue:parameterMin:parameterMax:sliderMin:sliderMax:delta:parameterFlags:
- addFontMenuWithName:parameterID:fontName:parameterFlags:
- addGradientWithName:parameterID:parameterFlags:
- addHelpButtonWithName:parameterID:selector:parameterFlags:
- addHistogramWithName:parameterID:parameterFlags:
- addImageReferenceWithName:parameterID:parameterFlags:
- addIntSliderWithName:parameterID:defaultValue:parameterMin:parameterMax:sliderMin:sliderMax:delta:parameterFlags:
- addPathPickerWithName:parameterID:parameterFlags:
- addPercentSliderWithName:parameterID:defaultValue:parameterMin:parameterMax:sliderMin:sliderMax:delta:parameterFlags:
- addPointParameterWithName:parameterID:defaultX:defaultY:parameterFlags:
- addPopupMenuWithName:parameterID:defaultValue:menuEntries:parameterFlags:
- addPushButtonWithName:parameterID:selector:parameterFlags:
- addStringParameterWithName:parameterID:defaultValue:parameterFlags:
- addToggleButtonWithName:parameterID:defaultValue:parameterFlags:
- endParameterSubGroup
- startParameterSubGroup:parameterID:parameterFlags:
-
FxParameterRetrievalAPI_v6
- getBoolValue:fromParameter:atTime:
- getCustomParameterValue:fromParameter:atTime:
- getFloatValue:fromParameter:atTime:
- getFontName:fromParameter:atTime:
- getGradientSamples:numSamples:depth:fromParameter:atTime:
- getHistogramBlackIn:BlackOut:WhiteIn:WhiteOut:Gamma:forChannel:fromParameter:atTime:
- getIntValue:fromParameter:atTime:
- getParameterFlags:fromParameter:
- getPathID:fromParameter:atTime:
- getRedValue:greenValue:blueValue:alphaValue:fromParameter:atTime:
- getRedValue:greenValue:blueValue:fromParameter:atTime:
- getStringParameterValue:fromParameter:
- getXValue:YValue:fromParameter:atTime:
-
FxParameterSettingAPI_v5
- setBoolValue:toParameter:atTime:
- setCustomParameterValue:toParameter:atTime:
- setFloatValue:toParameter:atTime:
- setHistogramBlackIn:blackOut:whiteIn:whiteOut:gamma:forChannel:fromParameter:atTime:
- setIntValue:toParameter:atTime:
- setParameterFlags:toParameter:
- setPathID:toParameter:atTime:
- setRedValue:greenValue:blueValue:alphaValue:toParameter:atTime:
- setRedValue:greenValue:blueValue:toParameter:atTime:
- setStringParameterValue:toParameter:
- setXValue:YValue:toParameter:atTime:
-
FxDynamicParameterAPI_v3
- parameter:floatMinimum:maximum:sliderMinimum:sliderMaximum:
- parameter:intMinimum:maximum:sliderMinimum:sliderMaximum:
- parameter:name:
- parameterCount
- parameterIDAtIndex:
- removeParameter:
- setAsDefaultsAtTime:withError:
- setParameter:floatMinimum:maximum:sliderMinimum:sliderMaximum:
- setParameter:intMinimum:maximum:sliderMinimum:sliderMaximum:
- setParameter:name:
- setPopupMenuParameter:entries:defaultValue:
- FxCustomParameterViewHost_v2
- FxCustomParameterActionAPI_v4
- FxCustomParameterInterpolation_v2
-
FxParameterCreationAPI_v5
-
Adding Onscreen Controls to Plug-ins
-
FxOnScreenControl_v4
- drawOSCWithWidth:height:activePart:destinationImage:atTime:
- drawingCoordinates
- hitTestOSCAtMousePositionX:mousePositionY:activePart:atTime:
- keyDownAtPositionX:positionY:keyPressed:modifiers:forceUpdate:didHandle:atTime:
- keyUpAtPositionX:positionY:keyPressed:modifiers:forceUpdate:didHandle:atTime:
- mouseDownAtPositionX:positionY:activePart:modifiers:forceUpdate:atTime:
- mouseDraggedAtPositionX:positionY:activePart:modifiers:forceUpdate:atTime:
- mouseEnteredAtPositionX:positionY:modifiers:forceUpdate:atTime:
- mouseExitedAtPositionX:positionY:modifiers:forceUpdate:atTime:
- mouseMovedAtPositionX:positionY:activePart:modifiers:forceUpdate:atTime:
- mouseUpAtPositionX:positionY:activePart:modifiers:forceUpdate:atTime:
-
FxOnScreenControl_v4
-
FxPathAPI_v3
- blendMode:ofPath:error:
- isPath:inverted:atTime:error:
- isPath:open:atTime:error:
- length:ofPath:atTime:error:
- length:ofSegment:ofPath:atTime:error:
- name:ofPath:error:
- numberOfPathsAtTime:
- numberOfVertices:inPath:atTime:error:
- pathGeometryInfo:forPath:atTime:error:
- pathID:forIndex:error:
- point:atPercentageOfDistance:alongPath:atTime:error:
- point:atPercentageOfParameter:alongPath:atTime:error:
- setPath:toColor:error:
- style:ofPath:error:
- vertex:atIndex:ofPath:atTime:error:
- Fx3DAPI_v4
- FxLightingAPI_v3
- FxMatrix44
- FxColorGamutAPI_v2
-
FxTimingAPI_v4
- durationTime:ofImageParameter:
- durationTimeForEffect:
- durationTimeOfInputToFilter:
- fieldOrderForInputToFilter:
- frameDuration:
- imageTime:forParameterID:fromTimelineTime:
- inPointTimeOfTimelineForEffect:
- inputTime:fromTimelineTime:
- outPointTimeOfTimelineForEffect:
- sampleDuration:
- startTime:ofImageParameter:
- startTimeForEffect:
- startTimeOfInputToFilter:
- timelineFpsDenominatorForEffect:
- timelineFpsNumeratorForEffect:
- timelineTime:fromImageTime:forParameterID:
- timelineTime:fromInputTime:
-
FxKeyframeAPI_v3
- addKeyframe:toParameter:andChannel:
- channelCount:forParameter:
- keyframe:atOrAfterTime:fromParameter:andChannel:
- keyframe:atOrBeforeTime:fromParameter:andChannel:
- keyframe:forParameter:channel:andIndex:
- keyframeCount:forParameter:andChannel:
- parameter:channel:hasKeyframe:atTime:
- removeAllKeyframesForParameter:andChannel:
- removeKeyframeAtIndex:fromParameter:andChannel:
- setKeyframeIndex:withKeyframe:forParameter:andChannel:
- FxKeyframe
- Migrating FxPlug 3 Plug-ins to FxPlug 4
ScreenSaver
SoundAnalysis
- SNAudioFileAnalyzer
- SNAudioStreamAnalyzer
- SNClassifySoundRequest
- SNClassificationResult
- SNResultsObserving
- SNClassification
- SNError
VideoToolbox
AppleArchive
-
ArchiveHeader
- init()
- init(keySet:directory:path:flags:)
- init(object:owned:)
- init(withAAEncodedData:)
- init(copying:)
- field(forKey:)
- ArchiveHeader.FieldKey
- ArchiveHeader.Field
- fieldType
- ArchiveHeader.FieldType
- fieldKey
-
ArchiveHeader.FieldKeySet
- init()
- init(_:)
- init(_:)
- init(copying:)
- init(object:owned:)
- init(arrayLiteral:)
- ArchiveHeader.FieldKeySet.Element
- ArchiveHeader.FieldKeySet.Index
- ArchiveHeader.FieldKeySet.Iterator
- ArchiveHeader.FieldKeySet.Indices
- ArchiveHeader.FieldKeySet.ArrayLiteralElement
- ArchiveHeader.FieldKeySet.SubSequence
- count
- description
- startIndex
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- publisher
- underestimatedCount
- allSatisfy(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- formIntersection(_:)
- formSymmetricDifference(_:)
- formUnion(_:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- insert(_:)
- intersection(_:)
- isDisjoint(with:)
- isStrictSubset(of:)
- isStrictSuperset(of:)
- isSubset(of:)
- isSuperset(of:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max(by:)
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- remove(_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- subtract(_:)
- subtracting(_:)
- suffix(_:)
- suffix(from:)
- symmetricDifference(_:)
- union(_:)
- update(with:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- !=(_:_:)
- ==(_:_:)
- ArchiveHeader.EntryAttributes
-
ArchiveHeader.EntryXATBlob
- init()
- init(directory:path:flags:)
- init(object:owned:)
- init(withAAEncodedData:)
- apply(directory:path:flags:)
- ArchiveHeader.EntryXATBlob.ExtendedAttribute
- ArchiveHeader.EntryXATBlob.Element
- ArchiveHeader.EntryXATBlob.Index
- ArchiveHeader.EntryXATBlob.Indices
- ArchiveHeader.EntryXATBlob.Iterator
- ArchiveHeader.EntryXATBlob.SubSequence
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- count
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- publisher
- startIndex
- underestimatedCount
- allSatisfy(_:)
- append(_:)
- compactMap(_:)
- contains(_:)
- contains(where:)
- difference(from:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(of:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- index(of:)
- last(where:)
- lastIndex(of:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max(by:)
- min(by:)
- partition(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- remove(at:)
- removeAll()
- reverse()
- reversed()
- shuffle()
- shuffle(using:)
- shuffled()
- shuffled(using:)
- sort(by:)
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- starts(with:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- swapAt(_:_:)
- withAAEncodedData(_:)
- withContiguousMutableStorageIfAvailable(_:)
- withContiguousStorageIfAvailable(_:)
- entryType
- ArchiveHeader.EntryType
- ArchiveHeader.EntryFilter
- ArchiveHeader.EntryMessage
- ArchiveHeader.EntryFilterData
- ArchiveHeader.EntryMessageStatus
- entryPath
- withAAEncodedData(_:)
- ArchiveHeader.Element
- ArchiveHeader.Index
- ArchiveHeader.Indices
- ArchiveHeader.Iterator
- ArchiveHeader.SubSequence
- count
- endIndex
- first
- indices
- isEmpty
- last
- lazy
- publisher
- startIndex
- underestimatedCount
- allSatisfy(_:)
- append(_:)
- compactMap(_:)
- contains(where:)
- difference(from:by:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- formIndex(before:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- index(after:)
- index(before:)
- last(where:)
- lastIndex(where:)
- lexicographicallyPrecedes(_:by:)
- makeIterator()
- map(_:)
- max(by:)
- min(by:)
- partition(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- remove(at:)
- removeAll()
- reverse()
- reversed()
- shuffle()
- shuffle(using:)
- shuffled()
- shuffled(using:)
- sort(by:)
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- swapAt(_:_:)
- withContiguousMutableStorageIfAvailable(_:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- ArchiveStreamProtocol
-
ArchiveStream
- init(object:owned:messageProc:)
- readBlob(key:into:)
- writeBlob(key:from:)
- readHeader()
- writeHeader(_:)
- writeDirectoryContents(archiveFrom:path:keySet:selectUsing:flags:threadCount:)
- cancel()
- close()
- extractStream(extractingTo:selectUsing:flags:threadCount:)
- withExtractStream(extractingTo:selectUsing:flags:threadCount:_:)
- encodeStream(writingTo:selectUsing:flags:threadCount:)
- withEncodeStream(writingTo:selectUsing:flags:threadCount:_:)
- decodeStream(readingFrom:selectUsing:flags:threadCount:)
- withDecodeStream(readingFrom:selectUsing:flags:threadCount:_:)
- convertStream(writingTo:insertKeySet:removeKeySet:selectUsing:flags:threadCount:)
- withConvertStream(writingTo:insertKeySet:removeKeySet:selectUsing:flags:threadCount:_:)
- process(readingFrom:writingTo:selectUsing:flags:threadCount:)
- customStream(instance:)
- withStream(wrapping:_:)
- ArchiveByteStreamProtocol
-
ArchiveByteStream
- init(object:owned:)
- read(into:)
- read(into:atOffset:)
- write(from:)
- write(from:atOffset:)
- seek(toOffset:relativeTo:)
- cancel()
- close()
- compressionStream(using:writingTo:blockSize:flags:threadCount:)
- withCompressionStream(using:writingTo:blockSize:flags:threadCount:_:)
- compressionStream(appendingTo:flags:threadCount:)
- withCompressionStream(appendingTo:flags:threadCount:_:)
- decompressionStream(readingFrom:flags:threadCount:)
- withDecompressionStream(readingFrom:flags:threadCount:_:)
- randomAccessDecompressionStream(readingFrom:allocationLimit:flags:threadCount:)
- withRandomAccessDecompressionStream(readingFrom:allocationLimit:flags:threadCount:_:)
- process(readingFrom:writingTo:)
- fileStream(fd:automaticClose:)
- withFileStream(fd:automaticClose:_:)
- fileStream(path:mode:options:permissions:)
- withFileStream(path:mode:options:permissions:_:)
- withTemporaryFileStream(_:)
- customStream(instance:)
- withStream(wrapping:_:)
- sharedBufferPipe(capacity:)
- ArchiveError
- APPLE_ARCHIVE_API_VERSION
CryptoTokenKit
NetworkExtension
-
Wi-Fi Configuration
-
NEHotspotConfigurationManager
-
NEHotspotConfigurationError
- NEHotspotConfigurationError.invalid
- NEHotspotConfigurationError.invalidSSID
- NEHotspotConfigurationError.invalidWPAPassphrase
- NEHotspotConfigurationError.invalidWEPPassphrase
- NEHotspotConfigurationError.invalidEAPSettings
- NEHotspotConfigurationError.invalidHS20Settings
- NEHotspotConfigurationError.invalidHS20DomainName
- NEHotspotConfigurationError.invalidSSIDPrefix
- NEHotspotConfigurationError.userDenied
- NEHotspotConfigurationError.internal
- NEHotspotConfigurationError.pending
- NEHotspotConfigurationError.systemConfiguration
- NEHotspotConfigurationError.unknown
- NEHotspotConfigurationError.joinOnceNotSupported
- NEHotspotConfigurationError.alreadyAssociated
- NEHotspotConfigurationError.applicationIsNotInForeground
-
NEHotspotConfigurationError
-
NEHotspotConfigurationManager
- Hotspot Helper
- Personal VPN
- Packet Tunnel Provider
- App Proxy Provider
- Content Filter Providers
- DNS Settings
- DNS Proxy Provider
-
Local Push Connectivity
-
NEAppPushManager
- NEAppPushDelegate
- delegate
- NEAppPushManagerError
- NEAppPushErrorDomain
- NEAppPushManagerError.Code
- isActive
- isEnabled
- localizedDescription
- matchSSIDs
- providerBundleIdentifier
- providerConfiguration
- loadFromPreferences(completionHandler:)
- removeFromPreferences(completionHandler:)
- saveToPreferences(completionHandler:)
- loadAllFromPreferences(completionHandler:)
- NEAppPushProvider
-
NEAppPushManager
- NetworkExtension Enumerations
- NetworkExtension Constants
IOSurface
- IOSurface
- IOSurfacePropertyKey
-
IOSurface Constants
- kIOSurfaceAllocSize
- kIOSurfaceBytesPerElement
- kIOSurfaceBytesPerRow
- kIOSurfaceCacheMode
- kIOSurfaceElementHeight
- kIOSurfaceElementWidth
- kIOSurfaceHeight
- kIOSurfaceIsGlobal
- kIOSurfaceOffset
- kIOSurfacePixelFormat
- kIOSurfacePixelSizeCastingAllowed
- kIOSurfacePlaneBase
- kIOSurfacePlaneBytesPerElement
- kIOSurfacePlaneBytesPerRow
- kIOSurfacePlaneElementHeight
- kIOSurfacePlaneElementWidth
- kIOSurfacePlaneHeight
- kIOSurfacePlaneInfo
- kIOSurfacePlaneOffset
- kIOSurfacePlaneSize
- kIOSurfacePlaneWidth
- kIOSurfaceWidth
-
IOSurface Functions
- IOSurfaceAlignProperty(_:_:)
- IOSurfaceAllowsPixelSizeCasting(_:)
- IOSurfaceCopyAllValues(_:)
- IOSurfaceCopyValue(_:_:)
- IOSurfaceCreate(_:)
- IOSurfaceCreateMachPort(_:)
- IOSurfaceDecrementUseCount(_:)
- IOSurfaceGetAllocSize(_:)
- IOSurfaceGetBaseAddress(_:)
- IOSurfaceGetBaseAddressOfPlane(_:_:)
- IOSurfaceGetBytesPerElement(_:)
- IOSurfaceGetBytesPerElementOfPlane(_:_:)
- IOSurfaceGetBytesPerRow(_:)
- IOSurfaceGetBytesPerRowOfPlane(_:_:)
- IOSurfaceGetElementHeight(_:)
- IOSurfaceGetElementHeightOfPlane(_:_:)
- IOSurfaceGetElementWidth(_:)
- IOSurfaceGetElementWidthOfPlane(_:_:)
- IOSurfaceGetHeight(_:)
- IOSurfaceGetHeightOfPlane(_:_:)
- IOSurfaceGetID(_:)
- IOSurfaceGetPixelFormat(_:)
- IOSurfaceGetPlaneCount(_:)
- IOSurfaceGetPropertyAlignment(_:)
- IOSurfaceGetPropertyMaximum(_:)
- IOSurfaceGetSeed(_:)
- IOSurfaceGetTypeID()
- IOSurfaceGetUseCount(_:)
- IOSurfaceGetWidth(_:)
- IOSurfaceGetWidthOfPlane(_:_:)
- IOSurfaceIncrementUseCount(_:)
- IOSurfaceIsInUse(_:)
- IOSurfaceLock(_:_:_:)
- IOSurfaceLookup(_:)
- IOSurfaceLookupFromMachPort(_:)
- IOSurfaceRemoveAllValues(_:)
- IOSurfaceRemoveValue(_:_:)
- IOSurfaceSetPurgeable(_:_:_:)
- IOSurfaceSetValue(_:_:_:)
- IOSurfaceSetValues(_:_:)
- IOSurfaceUnlock(_:_:_:)
Collaboration
IOBluetooth
DiskArbitration
Accelerate
-
BNNS
- BNNSNDArrayFlags
-
BNNSDataLayout
- BNNSDataLayoutColumnMajorMatrix
- BNNSDataLayoutRowMajorMatrix
- BNNSDataLayout2DFirstMajor
- BNNSDataLayout2DLastMajor
- BNNSDataLayoutImageCHW
- BNNSDataLayout3DFirstMajor
- BNNSDataLayout3DLastMajor
- BNNSDataLayoutConvolutionWeightsOIHW
- BNNSDataLayoutConvolutionWeightsIOHrWr
- BNNSDataLayoutConvolutionWeightsOIHrWr
- BNNSDataLayoutConvolutionWeightsOIHW_Pack32
- BNNSDataLayout4DFirstMajor
- BNNSDataLayout4DLastMajor
- BNNSDataLayout5DFirstMajor
- BNNSDataLayout5DLastMajor
- BNNSDataLayout6DFirstMajor
- BNNSDataLayout6DLastMajor
- BNNSDataLayout7DFirstMajor
- BNNSDataLayout7DLastMajor
- BNNSDataLayout8DFirstMajor
- BNNSDataLayout8DLastMajor
- init(_:)
- init(rawValue:)
- rawValue
-
BNNSNDArrayDescriptor
- init(flags:layout:size:stride:data:data_type:table_data:table_data_type:data_scale:data_bias:)
- init()
- init(data:scalarType:shape:)
- init(data:shape:)
- init(dataType:shape:)
- flags
- layout
- size
- stride
- data
- data_type
- table_data
- table_data_type
- data_scale
- data_bias
- shape
- deallocate()
- makeArray(of:batchSize:)
- allocate(initializingFrom:shape:batchSize:)
- allocate(randomIn:shape:batchSize:)
- allocate(randomIn:using:shape:batchSize:)
- allocate(repeating:shape:batchSize:)
- allocateUninitialized(scalarType:shape:batchSize:)
- Applying Filters
- BNNSDescriptorType
- BNNSArithmeticUnary
- BNNSArithmeticBinary
-
BNNSArithmeticFunction
- BNNSArithmeticAdd
- BNNSArithmeticSubtract
- BNNSArithmeticDivide
- BNNSArithmeticDivideNoNaN
- BNNSArithmeticMultiply
- BNNSArithmeticMultiplyNoNaN
- BNNSArithmeticPow
- BNNSArithmeticExp
- BNNSArithmeticExp2
- BNNSArithmeticLog
- BNNSArithmeticLog2
- BNNSArithmeticAcos
- BNNSArithmeticAcosh
- BNNSArithmeticAsin
- BNNSArithmeticAsinh
- BNNSArithmeticAtan
- BNNSArithmeticAtanh
- BNNSArithmeticCos
- BNNSArithmeticCosh
- BNNSArithmeticSin
- BNNSArithmeticSinh
- BNNSArithmeticTan
- BNNSArithmeticTanh
- rawValue
- init(_:)
- init(rawValue:)
- BNNSLayerParametersArithmetic
- BNNSFilterCreateLayerArithmetic(_:_:)
- BNNSArithmeticFilterApplyBatch(_:_:_:_:_:_:_:)
- BNNSArithmeticFilterApplyBackwardBatch(_:_:_:_:_:_:_:_:_:_:_:)
- BNNSLayerParametersActivation
- BNNSFilterCreateLayerActivation(_:_:)
- BNNSDirectApplyActivationBatch(_:_:_:_:_:)
- BNNSLayerParametersBroadcastMatMul
- BNNSFilterCreateLayerBroadcastMatMul(_:_:)
- BNNSDirectApplyBroadcastMatMul(_:_:_:_:_:_:_:)
- BNNSLayerParametersConvolution
- BNNSFilterCreateLayerConvolution(_:_:)
- BNNSFilterCreateLayerTransposedConvolution(_:_:)
- BNNSLayerParametersDropout
- BNNSFilterCreateLayerDropout(_:_:)
- BNNSLayerParametersFullyConnected
- BNNSFilterCreateLayerFullyConnected(_:_:)
- BNNSFilterType
- BNNSFilterCreateFusedLayer(_:_:_:_:)
- BNNSFusedFilterApplyBatch(_:_:_:_:_:_:_:)
- BNNSFusedFilterApplyBackwardBatch(_:_:_:_:_:_:_:_:_:_:_:)
- BNNSLayerParametersGram
- BNNSFilterCreateLayerGram(_:_:)
- BNNSLSTMDataDescriptor
- BNNSLSTMGateDescriptor
- BNNSLayerFlags
-
BNNSLayerParametersLSTM
- init(input_size:hidden_size:batch_size:num_layers:seq_len:dropout:lstm_flags:sequence_descriptor:input_descriptor:output_descriptor:input_gate:forget_gate:candidate_gate:output_gate:hidden_activation:)
- init()
- input_size
- hidden_size
- batch_size
- num_layers
- seq_len
- dropout
- lstm_flags
- sequence_descriptor
- input_descriptor
- output_descriptor
- input_gate
- forget_gate
- candidate_gate
- output_gate
- hidden_activation
- BNNSComputeLSTMTrainingCacheCapacity(_:)
- BNNSDirectApplyLSTMBatchTrainingCaching(_:_:_:_:)
- BNNSDirectApplyLSTMBatchBackward(_:_:_:_:_:)
- BNNSLossFunction
- BNNSLossReductionFunction
- BNNSLayerParametersLossBase
- BNNSLayerParametersLossHuber
- BNNSLayerParametersLossSigmoidCrossEntropy
- BNNSLayerParametersLossSoftmaxCrossEntropy
-
BNNSLayerParametersLossYolo
- function
- i_desc
- o_desc
- reduction
- huber_delta
- number_of_grid_columns
- number_of_grid_rows
- number_of_anchor_boxes
- anchor_box_size
- rescore
- scale_xy
- scale_wh
- scale_object
- scale_no_object
- object_minimum_iou
- no_object_maximum_iou
- scale_classification
- anchors_data
- init(function:i_desc:o_desc:reduction:huber_delta:number_of_grid_columns:number_of_grid_rows:number_of_anchor_boxes:anchor_box_size:rescore:scale_xy:scale_wh:scale_object:scale_no_object:scale_classification:object_minimum_iou:no_object_maximum_iou:anchors_data:)
- BNNSFilterCreateLayerLoss(_:_:)
- BNNSLossFilterApplyBatch(_:_:_:_:_:_:_:_:_:_:_:)
- BNNSLossFilterApplyBackwardBatch(_:_:_:_:_:_:_:_:_:_:_:_:)
- BNNSMHAProjectionParameters
- BNNSLayerParametersMultiheadAttention
- BNNSFilterCreateLayerMultiheadAttention(_:_:)
- BNNSApplyMultiheadAttention(_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:)
- BNNSApplyMultiheadAttentionBackward(_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:)
- BNNSLayerParametersNormalization
- BNNSFilterCreateLayerNormalization(_:_:_:)
- BNNSNormalizationFilterApplyBatch(_:_:_:_:_:_:_:)
- BNNSNormalizationFilterApplyBackwardBatch(_:_:_:_:_:_:_:_:_:_:)
- BNNSOptimizerFunction
- BNNSOptimizerRegularizationFunction
-
BNNSOptimizerAdamFields
- init(learning_rate:beta1:beta2:time_step:epsilon:gradient_scale:regularization_scale:clip_gradients:clip_gradients_min:clip_gradients_max:regularization_func:)
- init()
- learning_rate
- beta1
- beta2
- time_step
- epsilon
- gradient_scale
- regularization_scale
- clip_gradients
- clip_gradients_min
- clip_gradients_max
- regularization_func
-
BNNSOptimizerRMSPropFields
- init(learning_rate:alpha:epsilon:centered:momentum:gradient_scale:regularization_scale:clip_gradients:clip_gradients_min:clip_gradients_max:regularization_func:)
- init()
- learning_rate
- alpha
- epsilon
- centered
- momentum
- gradient_scale
- regularization_scale
- clip_gradients
- clip_gradients_min
- clip_gradients_max
- regularization_func
-
BNNSOptimizerSGDMomentumFields
- init(learning_rate:momentum:gradient_scale:regularization_scale:clip_gradients:clip_gradients_min:clip_gradients_max:nesterov:regularization_func:sgd_momentum_variant:)
- init()
- learning_rate
- momentum
- gradient_scale
- regularization_scale
- clip_gradients
- clip_gradients_min
- clip_gradients_max
- nesterov
- regularization_func
- sgd_momentum_variant
- BNNSOptimizerSGDMomentumVariant
- BNNSOptimizerStep(_:_:_:_:_:_:_:)
- BNNSPaddingMode
- BNNSLayerParametersPadding
- BNNSFilterCreateLayerPadding(_:_:)
- BNNSLayerParametersPermute
- BNNSFilterCreateLayerPermute(_:_:)
- BNNSPermuteFilterApplyBackwardBatch(_:_:_:_:_:_:)
- BNNSLayerParametersPooling
- BNNSFilterCreateLayerPooling(_:_:)
- BNNSPoolingFilterApplyBatch(_:_:_:_:_:_:_:_:)
- BNNSPoolingFilterApplyBackwardBatch(_:_:_:_:_:_:_:_:_:_:_:_:_:)
- BNNSReduceFunction
- BNNSLayerParametersReduction
- BNNSFilterCreateLayerReduction(_:_:)
- BNNSDirectApplyReduction(_:_:)
- BNNSInterpolationMethod
- BNNSLayerParametersResize
- BNNSFilterCreateLayerResize(_:_:)
- BNNSRelationalOperator
- BNNSCompareTensor(_:_:_:_:)
- BNNSLayerParametersTensorContraction
- BNNSFilterCreateLayerTensorContraction(_:_:)
- BNNSDirectApplyTopK(_:_:_:_:_:_:_:_:_:_:)
- BNNSDirectApplyInTopK(_:_:_:_:_:_:_:_:_:_:)
- BNNSTranspose(_:_:_:_:_:)
- BNNSCopy(_:_:_:)
- BNNSGetPointer(_:_:)
- BNNSPointerSpecifier
- BNNSLayerData
- BNNSFilterCreateVectorActivationLayer(_:_:_:_:)
- BNNSConvolutionLayerParameters
- BNNSFilterCreateConvolutionLayer(_:_:_:_:)
- BNNSFullyConnectedLayerParameters
- BNNSFilterCreateFullyConnectedLayer(_:_:_:_:)
- BNNSPoolingLayerParameters
- BNNSFilterCreatePoolingLayer(_:_:_:_:)
- vImage
-
vDSP
-
vDSP
- compress(_:gatingVector:nonZeroGatingCount:)
- compress(_:gatingVector:nonZeroGatingCount:)
- compress(_:gatingVector:result:)
- compress(_:gatingVector:result:)
- gather(_:indices:)
- gather(_:indices:)
- gather(_:indices:result:)
- gather(_:indices:result:)
- linearInterpolate(lookupTable:withOffsets:scale:baseOffset:)
- linearInterpolate(lookupTable:withOffsets:scale:baseOffset:)
- linearInterpolate(lookupTable:withOffsets:scale:baseOffset:result:)
- linearInterpolate(lookupTable:withOffsets:scale:baseOffset:result:)
- linearInterpolate(values:atIndices:)
- linearInterpolate(values:atIndices:)
- linearInterpolate(values:atIndices:result:)
- linearInterpolate(values:atIndices:result:)
- swapElements(_:_:)
- swapElements(_:_:)
- taperedMerge(_:_:)
- taperedMerge(_:_:)
- taperedMerge(_:_:result:)
- taperedMerge(_:_:result:)
- vDSP Protocols
-
vDSP
- Conversion
- Convolution
- vecLib
- Quadrature
-
BNNS
- applyActivation(activation:input:output:batchSize:filterParameters:)
- applyInTopK(k:input:testIndices:output:axis:batchSize:filterParameters:)
- applyReduction(_:input:output:weights:filterParameters:)
- applyTopK(k:input:bestValues:bestIndices:axis:batchSize:filterParameters:)
- compare(_:_:using:output:)
- copy(_:to:filterParameters:)
- transpose(input:output:firstTransposeAxis:secondTransposeAxis:filterParameters:)
- BNNS.ActivationLayer
- BNNS.BinaryArithmeticLayer
- BNNS.BinaryLayer
- BNNS.BroadcastMatrixMultiplyLayer
- BNNS.ConvolutionLayer
- BNNS.DropoutLayer
- BNNS.FullyConnectedLayer
- BNNS.FusedConvolutionNormalizationLayer
- BNNS.FusedFullyConnectedNormalizationLayer
- BNNS.FusedLayer
- BNNS.GramLayer
- BNNS.Layer
- BNNS.LossLayer
- BNNS.NormalizationLayer
- BNNS.PaddingLayer
- BNNS.PermuteLayer
- BNNS.PoolingLayer
- BNNS.ReductionLayer
- BNNS.ResizeLayer
- BNNS.UnaryArithmeticLayer
- BNNS.UnaryLayer
-
BNNS.AdamOptimizer
- init(learningRate:beta1:beta2:timeStep:epsilon:gradientScale:regularizationScale:clipsGradientsTo:regularizationFunction:)
- accumulatorCountMultiplier
- beta1
- beta2
- bnnsOptimizerFunction
- epsilon
- gradientBounds
- gradientScale
- learningRate
- regularizationFunction
- regularizationScale
- timeStep
- step(parameters:gradients:accumulators:filterParameters:)
-
BNNS.RMSPropOptimizer
- init(learningRate:alpha:epsilon:centered:momentum:gradientScale:regularizationScale:clipsGradientsTo:regularizationFunction:)
- accumulatorCountMultiplier
- alpha
- bnnsOptimizerFunction
- centered
- epsilon
- gradientBounds
- gradientScale
- learningRate
- momentum
- regularizationFunction
- regularizationScale
- step(parameters:gradients:accumulators:filterParameters:)
- BNNS.RelationalOperator
-
BNNS.SGDMomentumOptimizer
- init(learningRate:momentum:gradientScale:regularizationScale:clipsGradientsTo:usesNestrovMomentum:regularizationFunction:sgdMomentumVariant:)
- accumulatorCountMultiplier
- bnnsOptimizerFunction
- gradientBounds
- gradientScale
- learningRate
- momentum
- regularizationFunction
- regularizationScale
- sgdMomentumVariant
- usesNestrovMomentum
- step(parameters:gradients:accumulators:filterParameters:)
-
BNNS.ActivationFunction
- BNNS.ActivationFunction.abs
- BNNS.ActivationFunction.celu(alpha:)
- BNNS.ActivationFunction.clamp(bounds:)
- BNNS.ActivationFunction.clampedLeakyRectifiedLinear(alpha:beta:)
- BNNS.ActivationFunction.elu(alpha:)
- BNNS.ActivationFunction.geluApproximation(alpha:beta:)
- BNNS.ActivationFunction.geluApproximation2(alpha:beta:)
- BNNS.ActivationFunction.gumbel(alpha:beta:)
- BNNS.ActivationFunction.gumbelMax(alpha:beta:)
- BNNS.ActivationFunction.hardShrink(alpha:)
- BNNS.ActivationFunction.hardSigmoid(alpha:beta:)
- BNNS.ActivationFunction.identity
- BNNS.ActivationFunction.leakyRectifiedLinear(alpha:)
- BNNS.ActivationFunction.linear(alpha:)
- BNNS.ActivationFunction.linearWithBias(alpha:beta:)
- BNNS.ActivationFunction.logSigmoid
- BNNS.ActivationFunction.logSoftmax
- BNNS.ActivationFunction.rectifiedLinear
- BNNS.ActivationFunction.scaledTanh(alpha:beta:)
- BNNS.ActivationFunction.selu
- BNNS.ActivationFunction.sigmoid
- BNNS.ActivationFunction.softShrink(alpha:)
- BNNS.ActivationFunction.softmax
- BNNS.ActivationFunction.softplus(alpha:beta:)
- BNNS.ActivationFunction.softsign
- BNNS.ActivationFunction.tanh
- BNNS.ActivationFunction.tanhShrink
- BNNS.ActivationFunction.threshold(alpha:beta:)
- bnnsActivation
-
BNNS.ArithmeticBinaryFunction
- BNNS.ArithmeticBinaryFunction.AllCases
- BNNS.ArithmeticBinaryFunction.add
- BNNS.ArithmeticBinaryFunction.divide
- BNNS.ArithmeticBinaryFunction.divideNoNaN
- BNNS.ArithmeticBinaryFunction.multiply
- BNNS.ArithmeticBinaryFunction.multiplyNoNaN
- BNNS.ArithmeticBinaryFunction.pow
- BNNS.ArithmeticBinaryFunction.subtract
- hashValue
- allCases
- hash(into:)
- !=(_:_:)
- ==(_:_:)
-
BNNS.ArithmeticUnaryFunction
- BNNS.ArithmeticUnaryFunction.AllCases
- BNNS.ArithmeticUnaryFunction.acos
- BNNS.ArithmeticUnaryFunction.acosh
- BNNS.ArithmeticUnaryFunction.asin
- BNNS.ArithmeticUnaryFunction.asinh
- BNNS.ArithmeticUnaryFunction.atan
- BNNS.ArithmeticUnaryFunction.atanh
- BNNS.ArithmeticUnaryFunction.ceil
- BNNS.ArithmeticUnaryFunction.cos
- BNNS.ArithmeticUnaryFunction.cosh
- BNNS.ArithmeticUnaryFunction.exp
- BNNS.ArithmeticUnaryFunction.exp2
- BNNS.ArithmeticUnaryFunction.floor
- BNNS.ArithmeticUnaryFunction.log
- BNNS.ArithmeticUnaryFunction.log2
- BNNS.ArithmeticUnaryFunction.reciprocalSquareRoot
- BNNS.ArithmeticUnaryFunction.round
- BNNS.ArithmeticUnaryFunction.sin
- BNNS.ArithmeticUnaryFunction.sinh
- BNNS.ArithmeticUnaryFunction.squareRoot
- BNNS.ArithmeticUnaryFunction.tan
- BNNS.ArithmeticUnaryFunction.tanh
- bnnsArithmeticFunction
- hashValue
- allCases
- hash(into:)
- !=(_:_:)
- ==(_:_:)
- BNNS.ConvolutionPadding
- BNNS.ConvolutionType
-
BNNS.DataLayout
- BNNS.DataLayout.AllCases
- BNNS.DataLayout.convolutionWeightsOIHW
- BNNS.DataLayout.imageCHW
- BNNS.DataLayout.matrixColumnMajor
- BNNS.DataLayout.matrixFirstMajor
- BNNS.DataLayout.matrixLastMajor
- BNNS.DataLayout.matrixRowMajor
- BNNS.DataLayout.tensor3DFirstMajor
- BNNS.DataLayout.tensor3DLastMajor
- BNNS.DataLayout.tensor4DFirstMajor
- BNNS.DataLayout.tensor4DLastMajor
- BNNS.DataLayout.tensor5DFirstMajor
- BNNS.DataLayout.tensor5DLastMajor
- BNNS.DataLayout.tensor6DFirstMajor
- BNNS.DataLayout.tensor6DLastMajor
- BNNS.DataLayout.tensor7DFirstMajor
- BNNS.DataLayout.tensor7DLastMajor
- BNNS.DataLayout.tensor8DFirstMajor
- BNNS.DataLayout.tensor8DLastMajor
- BNNS.DataLayout.vector
- hashValue
- rank
- allCases
- hash(into:)
- !=(_:_:)
- ==(_:_:)
- BNNS.DescriptorType
- BNNS.Error
- BNNS.InterpolationMethod
- BNNS.LearningPhase
-
BNNS.LossFunction
- BNNS.LossFunction.categoricalCrossEntropy
- BNNS.LossFunction.cosineDistance
- BNNS.LossFunction.hinge
- BNNS.LossFunction.huber(huberDelta:)
- BNNS.LossFunction.log
- BNNS.LossFunction.meanAbsoluteError
- BNNS.LossFunction.meanSquareError
- BNNS.LossFunction.sigmoidCrossEntropy(labelSmoothing:)
- BNNS.LossFunction.softmaxCrossEntropy(labelSmoothing:)
- BNNS.LossFunction.yolo(parameters:)
- bnnsLossFunction
- BNNS.LossFunction.YoloParameters
- BNNS.LossReduction
- BNNS.NormalizationType
- BNNS.PaddingMode
- BNNS.PoolingType
-
BNNS.ReductionFunction
- BNNS.ReductionFunction.max
- BNNS.ReductionFunction.maxIndex
- BNNS.ReductionFunction.mean
- BNNS.ReductionFunction.meanNonZero
- BNNS.ReductionFunction.min
- BNNS.ReductionFunction.minIndex
- BNNS.ReductionFunction.sum
- BNNS.ReductionFunction.sumOfAbsolutes
- BNNS.ReductionFunction.sumOfLogs(epsilon:)
- BNNS.ReductionFunction.sumOfSquares
- bnnsReduceFunction
-
BNNS.Shape
- BNNS.Shape.ArrayLiteralElement
- BNNS.Shape.convolutionWeightsOIHW(_:_:_:_:stride:)
- BNNS.Shape.imageCHW(_:_:_:stride:)
- BNNS.Shape.matrixColumnMajor(_:_:stride:)
- BNNS.Shape.matrixFirstMajor(_:_:stride:)
- BNNS.Shape.matrixLastMajor(_:_:stride:)
- BNNS.Shape.matrixRowMajor(_:_:stride:)
- BNNS.Shape.tensor3DFirstMajor(_:_:_:stride:)
- BNNS.Shape.tensor3DLastMajor(_:_:_:stride:)
- BNNS.Shape.tensor4DFirstMajor(_:_:_:_:stride:)
- BNNS.Shape.tensor4DLastMajor(_:_:_:_:stride:)
- BNNS.Shape.tensor5DFirstMajor(_:_:_:_:_:stride:)
- BNNS.Shape.tensor5DLastMajor(_:_:_:_:_:stride:)
- BNNS.Shape.tensor6DFirstMajor(_:_:_:_:_:_:stride:)
- BNNS.Shape.tensor6DLastMajor(_:_:_:_:_:_:stride:)
- BNNS.Shape.tensor7DFirstMajor(_:_:_:_:_:_:_:stride:)
- BNNS.Shape.tensor7DLastMajor(_:_:_:_:_:_:_:stride:)
- BNNS.Shape.tensor8DFirstMajor(_:_:_:_:_:_:_:_:stride:)
- BNNS.Shape.tensor8DLastMajor(_:_:_:_:_:_:_:_:stride:)
- BNNS.Shape.vector(_:stride:)
- init(arrayLiteral:)
- init(size:dataLayout:stride:)
- batchStride
- layout
- rank
- size
- stride
- BNNSOptimizer
- BNNSScalar
vmnet
CFNetwork
OpenDirectory
Hypervisor
-
Apple Silicon
- hv_vm_create(_:)
- hv_vm_destroy()
- hv_vm_config_t
-
vCPU Management
- hv_vcpu_config_create()
- hv_vcpu_config_get_feature_reg(_:_:_:)
- hv_vcpu_config_t
- OS_hv_vcpu_config
-
hv_feature_reg_t
- HV_FEATURE_REG_ID_AA64DFR0_EL1
- HV_FEATURE_REG_ID_AA64DFR1_EL1
- HV_FEATURE_REG_ID_AA64ISAR0_EL1
- HV_FEATURE_REG_ID_AA64ISAR1_EL1
- HV_FEATURE_REG_ID_AA64MMFR0_EL1
- HV_FEATURE_REG_ID_AA64MMFR1_EL1
- HV_FEATURE_REG_ID_AA64MMFR2_EL1
- HV_FEATURE_REG_ID_AA64PFR0_EL1
- HV_FEATURE_REG_ID_AA64PFR1_EL1
- init(_:)
- init(rawValue:)
- rawValue
- hv_vm_get_max_vcpu_count(_:)
- hv_vcpu_create(_:_:_:)
- hv_vcpu_destroy(_:)
- hv_vcpu_t
- hv_vcpu_run(_:)
- hv_vcpus_exit(_:_:)
- hv_vcpu_get_pending_interrupt(_:_:_:)
- hv_vcpu_set_pending_interrupt(_:_:_:)
- hv_vcpu_unmask_vtimer(_:)
- hv_vcpu_get_exec_time(_:_:)
- hv_interrupt_type_t
- Exits
- hv_vcpu_get_reg(_:_:_:)
- hv_vcpu_set_reg(_:_:_:)
-
hv_reg_t
- HV_REG_CPSR
- HV_REG_LR
- HV_REG_PC
- HV_REG_FP
- HV_REG_FPCR
- HV_REG_FPSR
- HV_REG_X0
- HV_REG_X1
- HV_REG_X2
- HV_REG_X3
- HV_REG_X4
- HV_REG_X5
- HV_REG_X6
- HV_REG_X7
- HV_REG_X8
- HV_REG_X9
- HV_REG_X10
- HV_REG_X11
- HV_REG_X12
- HV_REG_X13
- HV_REG_X14
- HV_REG_X15
- HV_REG_X16
- HV_REG_X17
- HV_REG_X18
- HV_REG_X19
- HV_REG_X20
- HV_REG_X21
- HV_REG_X22
- HV_REG_X23
- HV_REG_X24
- HV_REG_X25
- HV_REG_X26
- HV_REG_X27
- HV_REG_X28
- HV_REG_X29
- HV_REG_X30
- init(_:)
- init(rawValue:)
- rawValue
- hv_vcpu_get_simd_fp_reg(_:_:_:)
-
hv_simd_fp_reg_t
- HV_SIMD_FP_REG_Q0
- HV_SIMD_FP_REG_Q1
- HV_SIMD_FP_REG_Q2
- HV_SIMD_FP_REG_Q3
- HV_SIMD_FP_REG_Q4
- HV_SIMD_FP_REG_Q5
- HV_SIMD_FP_REG_Q6
- HV_SIMD_FP_REG_Q7
- HV_SIMD_FP_REG_Q8
- HV_SIMD_FP_REG_Q9
- HV_SIMD_FP_REG_Q10
- HV_SIMD_FP_REG_Q11
- HV_SIMD_FP_REG_Q12
- HV_SIMD_FP_REG_Q13
- HV_SIMD_FP_REG_Q14
- HV_SIMD_FP_REG_Q15
- HV_SIMD_FP_REG_Q16
- HV_SIMD_FP_REG_Q17
- HV_SIMD_FP_REG_Q18
- HV_SIMD_FP_REG_Q19
- HV_SIMD_FP_REG_Q20
- HV_SIMD_FP_REG_Q21
- HV_SIMD_FP_REG_Q22
- HV_SIMD_FP_REG_Q23
- HV_SIMD_FP_REG_Q24
- HV_SIMD_FP_REG_Q25
- HV_SIMD_FP_REG_Q26
- HV_SIMD_FP_REG_Q27
- HV_SIMD_FP_REG_Q28
- HV_SIMD_FP_REG_Q29
- HV_SIMD_FP_REG_Q30
- HV_SIMD_FP_REG_Q31
- init(_:)
- init(rawValue:)
- rawValue
- hv_vcpu_get_sys_reg(_:_:_:)
- hv_vcpu_set_sys_reg(_:_:_:)
-
hv_sys_reg_t
- HV_SYS_REG_APDAKEYHI_EL1
- HV_SYS_REG_APDAKEYLO_EL1
- HV_SYS_REG_APDBKEYHI_EL1
- HV_SYS_REG_APDBKEYLO_EL1
- HV_SYS_REG_APGAKEYHI_EL1
- HV_SYS_REG_APGAKEYLO_EL1
- HV_SYS_REG_APIAKEYHI_EL1
- HV_SYS_REG_APIAKEYLO_EL1
- HV_SYS_REG_APIBKEYHI_EL1
- HV_SYS_REG_APIBKEYLO_EL1
- HV_SYS_REG_DBGBCR0_EL1
- HV_SYS_REG_DBGBCR10_EL1
- HV_SYS_REG_DBGBCR11_EL1
- HV_SYS_REG_DBGBCR12_EL1
- HV_SYS_REG_DBGBCR13_EL1
- HV_SYS_REG_DBGBCR14_EL1
- HV_SYS_REG_DBGBCR15_EL1
- HV_SYS_REG_DBGBCR1_EL1
- HV_SYS_REG_DBGBCR2_EL1
- HV_SYS_REG_DBGBCR3_EL1
- HV_SYS_REG_DBGBCR4_EL1
- HV_SYS_REG_DBGBCR5_EL1
- HV_SYS_REG_DBGBCR6_EL1
- HV_SYS_REG_DBGBCR7_EL1
- HV_SYS_REG_DBGBCR8_EL1
- HV_SYS_REG_DBGBCR9_EL1
- HV_SYS_REG_DBGBVR0_EL1
- HV_SYS_REG_DBGBVR10_EL1
- HV_SYS_REG_DBGBVR11_EL1
- HV_SYS_REG_DBGBVR12_EL1
- HV_SYS_REG_DBGBVR13_EL1
- HV_SYS_REG_DBGBVR14_EL1
- HV_SYS_REG_DBGBVR15_EL1
- HV_SYS_REG_DBGBVR1_EL1
- HV_SYS_REG_DBGBVR2_EL1
- HV_SYS_REG_DBGBVR3_EL1
- HV_SYS_REG_DBGBVR4_EL1
- HV_SYS_REG_DBGBVR5_EL1
- HV_SYS_REG_DBGBVR6_EL1
- HV_SYS_REG_DBGBVR7_EL1
- HV_SYS_REG_DBGBVR8_EL1
- HV_SYS_REG_DBGBVR9_EL1
- HV_SYS_REG_DBGWCR0_EL1
- HV_SYS_REG_DBGWCR10_EL1
- HV_SYS_REG_DBGWCR11_EL1
- HV_SYS_REG_DBGWCR12_EL1
- HV_SYS_REG_DBGWCR13_EL1
- HV_SYS_REG_DBGWCR14_EL1
- HV_SYS_REG_DBGWCR15_EL1
- HV_SYS_REG_DBGWCR1_EL1
- HV_SYS_REG_DBGWCR2_EL1
- HV_SYS_REG_DBGWCR3_EL1
- HV_SYS_REG_DBGWCR4_EL1
- HV_SYS_REG_DBGWCR5_EL1
- HV_SYS_REG_DBGWCR6_EL1
- HV_SYS_REG_DBGWCR7_EL1
- HV_SYS_REG_DBGWCR8_EL1
- HV_SYS_REG_DBGWCR9_EL1
- HV_SYS_REG_DBGWVR0_EL1
- HV_SYS_REG_DBGWVR10_EL1
- HV_SYS_REG_DBGWVR11_EL1
- HV_SYS_REG_DBGWVR12_EL1
- HV_SYS_REG_DBGWVR13_EL1
- HV_SYS_REG_DBGWVR14_EL1
- HV_SYS_REG_DBGWVR15_EL1
- HV_SYS_REG_DBGWVR1_EL1
- HV_SYS_REG_DBGWVR2_EL1
- HV_SYS_REG_DBGWVR3_EL1
- HV_SYS_REG_DBGWVR4_EL1
- HV_SYS_REG_DBGWVR5_EL1
- HV_SYS_REG_DBGWVR6_EL1
- HV_SYS_REG_DBGWVR7_EL1
- HV_SYS_REG_DBGWVR8_EL1
- HV_SYS_REG_DBGWVR9_EL1
- HV_SYS_REG_MDCCINT_EL1
- HV_SYS_REG_AFSR0_EL1
- HV_SYS_REG_AFSR1_EL1
- HV_SYS_REG_AMAIR_EL1
- HV_SYS_REG_CNTKCTL_EL1
- HV_SYS_REG_CNTV_CTL_EL0
- HV_SYS_REG_CNTV_CVAL_EL0
- HV_SYS_REG_CONTEXTIDR_EL1
- HV_SYS_REG_CPACR_EL1
- HV_SYS_REG_CSSELR_EL1
- HV_SYS_REG_ELR_EL1
- HV_SYS_REG_ESR_EL1
- HV_SYS_REG_FAR_EL1
- HV_SYS_REG_MAIR_EL1
- HV_SYS_REG_MDSCR_EL1
- HV_SYS_REG_MIDR_EL1
- HV_SYS_REG_MPIDR_EL1
- HV_SYS_REG_PAR_EL1
- HV_SYS_REG_SCTLR_EL1
- HV_SYS_REG_SPSR_EL1
- HV_SYS_REG_SP_EL0
- HV_SYS_REG_SP_EL1
- HV_SYS_REG_TCR_EL1
- HV_SYS_REG_TPIDRRO_EL0
- HV_SYS_REG_TPIDR_EL0
- HV_SYS_REG_TPIDR_EL1
- HV_SYS_REG_TTBR0_EL1
- HV_SYS_REG_TTBR1_EL1
- HV_SYS_REG_VBAR_EL1
- init(_:)
- init(rawValue:)
- rawValue
- hv_vcpu_get_trap_debug_exceptions(_:_:)
- hv_vcpu_set_trap_debug_exceptions(_:_:)
- hv_vcpu_get_trap_debug_reg_accesses(_:_:)
- hv_vcpu_set_trap_debug_reg_accesses(_:_:)
- Memory Management
-
Intel-based Mac
- hv_vm_create(_:)
- hv_vm_destroy()
- hv_capability(_:_:)
- hv_vm_options_t
- hv_capability_t
-
vCPU Management
- hv_vcpu_create(_:_:_:)
- hv_vcpu_destroy(_:)
- hv_vcpu_options_t
- vCPU Creation Behavior
- hv_vcpuid_t
- hv_vcpu_run_until(_:_:)
- hv_vcpu_interrupt(_:_:)
- hv_vcpu_invalidate_tlb(_:)
- hv_vcpu_flush(_:)
- hv_vcpu_get_exec_time(_:_:)
- Execution Deadlines
- hv_vcpu_run(_:)
- hv_vm_sync_tsc(_:)
- hv_vcpu_read_msr(_:_:_:)
- hv_vcpu_write_msr(_:_:_:)
- hv_vcpu_enable_native_msr(_:_:_:)
- hv_vcpu_set_msr_access(_:_:_:)
- hv_vcpu_enable_managed_msr(_:_:_:)
- hv_msr_flags_t
- MSR Permissions
- hv_vcpu_read_register(_:_:_:)
- hv_vcpu_write_register(_:_:_:)
- hv_vcpu_read_fpstate(_:_:_:)
- hv_vcpu_write_fpstate(_:_:_:)
- hv_vcpu_set_space(_:_:)
- Memory Management
-
Virtual Machine Control Structure (VMCS)
- hv_vmx_read_capability(_:_:)
- hv_vmx_get_msr_info(_:_:)
-
hv_vmx_capability_t
- HV_VMX_CAP_PINBASED
- HV_VMX_CAP_PROCBASED
- HV_VMX_CAP_PROCBASED2
- HV_VMX_CAP_ENTRY
- HV_VMX_CAP_EXIT
- HV_VMX_CAP_BASIC
- HV_VMX_CAP_TRUE_PINBASED
- HV_VMX_CAP_TRUE_PROCBASED
- HV_VMX_CAP_TRUE_ENTRY
- HV_VMX_CAP_TRUE_EXIT
- HV_VMX_CAP_MISC
- HV_VMX_CAP_CR0_FIXED0
- HV_VMX_CAP_CR0_FIXED1
- HV_VMX_CAP_CR4_FIXED0
- HV_VMX_CAP_CR4_FIXED1
- HV_VMX_CAP_VMCS_ENUM
- HV_VMX_CAP_EPT_VPID_CAP
- HV_VMX_CAP_PREEMPTION_TIMER
- init(_:)
- init(rawValue:)
- rawValue
-
VMX Capabilities
- CPU_BASED2_ENCLS_EXIT_MAP
- CPU_BASED2_PML
- CPU_BASED2_PT_CONCEAL_VMX
- CPU_BASED2_EPT_MODE_BASED_EXEC
- CPU_BASED2_EPT_SUBPAGE_WRITE
- CPU_BASED2_PT_GUEST_PHYSICAL
- CPU_BASED2_TSC_SCALING
- CPU_BASED2_USER_WAIT_PAUSE
- CPU_BASED2_ENCLV_EXIT_MAP
- VMEXIT_CLEAR_IA32_BNDCFGS
- VMEXIT_PT_CONCEAL_VMX
- VMEXIT_CLEAR_IA32_RTIT_CTL
- VMEXIT_LOAD_CET_STATE
- VMENTRY_LOAD_IA32_BNDCFGS
- VMENTRY_PT_CONCEAL_VMX
- VMENTRY_LOAD_IA32_RTIT_CTL
- VMENTRY_LOAD_CET_STATE
- hv_vmx_msr_info_t
-
MSR Information Fields
- HV_VMX_INFO_MSR_IA32_ARCH_CAPABILITIES
- HV_VMX_INFO_MSR_IA32_PERF_CAPABILITIES
- HV_VMX_VALID_MSR_IA32_PERFEVNTSEL
- HV_VMX_VALID_MSR_IA32_FIXED_CTR_CTRL
- HV_VMX_VALID_MSR_IA32_PERF_GLOBAL_CTRL
- HV_VMX_VALID_MSR_IA32_PERF_GLOBAL_STATUS
- HV_VMX_VALID_MSR_IA32_DEBUGCTL
- HV_VMX_VALID_MSR_IA32_SPEC_CTRL
- HV_VMX_NEED_MSR_IA32_SPEC_CTRL
- hv_vmx_vcpu_read_vmcs(_:_:_:)
- hv_vmx_vcpu_write_vmcs(_:_:_:)
- hv_vmx_vcpu_set_apic_address(_:_:)
- Virtual Machine Control Structure (VMCS) Field IDs
- hv_vmx_vcpu_read_shadow_vmcs(_:_:_:)
- hv_vmx_vcpu_set_shadow_access(_:_:_:)
- hv_vmx_vcpu_write_shadow_vmcs(_:_:_:)
- hv_shadow_flags_t
- Shadow Permissions
- VMX Exit Reasons
- Interrupt Request (IRQ) Codes
- com.apple.vm.hypervisor
- com.apple.vm.networking
- com.apple.vm.device-access
- Virtual Machine Control Structure (VMCS) Field IDs
- Hypervisor Functions
Core Services
- Apple Events
- Launch Services
-
Carbon Core
-
Carbon Core Functions
- UTCreateStringForOSType(_:)
- UTGetOSTypeFromString(_:)
- UTTypeConformsTo(_:_:)
- UTTypeCopyAllTagsWithClass(_:_:)
- UTTypeCopyDeclaration(_:)
- UTTypeCopyDeclaringBundleURL(_:)
- UTTypeCopyDescription(_:)
- UTTypeCopyPreferredTagWithClass(_:_:)
- UTTypeCreateAllIdentifiersForTag(_:_:_:)
- UTTypeCreatePreferredIdentifierForTag(_:_:_:)
- UTTypeEqual(_:_:)
- UTTypeIsDeclared(_:)
- UTTypeIsDynamic(_:)
- AEUnflattenDescFromBytes(_:_:_:)
-
Carbon Core Functions
FinderSync
LocalAuthentication
IOKit
- IOKit Structures
-
IOKit Constants
- PRIIOByteCount
- kIOAllCPUInitializedKey
- kIOCompatibilityMatchKey
- kIOCompatibilityPropertiesKey
- kIODriverKitUserClientEntitlementAllowAnyKey
- kIONVRAMReadAccessKey
- kIONVRAMSystemAllowKey
- kIONVRAMWriteAccessKey
- kIOPathKey
- kIOResourcesSetPropertyKey
- kIOSupportedPropertiesKey
- kIOUserClientDefaultLockingKey
- kIOUserServicePropertiesKey
- IOKit Data Types
Core Bluetooth
Security
- Shared Web Credentials
- Keychain Services
- Code Signing Services
- App Sandbox
- Certificate, Key, and Trust Services
- Security Transforms
- Secure Transport
- Security Constants
- Security Functions
- Security Type Aliases
Objective-C Runtime
-
NSObject
- UIAccessibility
- Deprecated Symbols
- Objective-C Runtime
- Objective-C Constants
- Objective-C Functions
- Objective-C Data Types
simd
Dispatch
- DispatchQueue
- DispatchData
- DispatchPredicate
- OS_os_workgroup_parallel
- OS_os_workgroup_parallelProtocol
- Dispatch Functions
- Dispatch Data Types
XPC
Core WLAN
os
- Logging
- Logger
-
OSLogFloatFormatting
- exponential
- fixed
- hex
- hybrid
- exponential(explicitPositiveSign:uppercase:)
- exponential(precision:explicitPositiveSign:uppercase:)
- fixed(explicitPositiveSign:uppercase:)
- fixed(precision:explicitPositiveSign:uppercase:)
- hex(explicitPositiveSign:uppercase:)
- hybrid(explicitPositiveSign:uppercase:)
- hybrid(precision:explicitPositiveSign:uppercase:)
-
OSLogIntegerFormatting
- decimal
- hex
- octal
- decimal(explicitPositiveSign:)
- decimal(explicitPositiveSign:minDigits:)
- hex(explicitPositiveSign:includePrefix:uppercase:)
- hex(explicitPositiveSign:includePrefix:uppercase:minDigits:)
- octal(explicitPositiveSign:includePrefix:uppercase:)
- octal(explicitPositiveSign:includePrefix:uppercase:minDigits:)
-
OSLogInterpolation
- OSLogInterpolation.StringLiteralType
- init(literalCapacity:interpolationCount:)
- appendInterpolation(_:align:privacy:)
- appendInterpolation(_:align:privacy:)
- appendInterpolation(_:align:privacy:)
- appendInterpolation(_:bytes:format:privacy:)
- appendInterpolation(_:format:align:privacy:)
- appendInterpolation(_:format:align:privacy:)
- appendInterpolation(_:format:align:privacy:)
- appendInterpolation(_:format:align:privacy:)
- appendInterpolation(_:format:align:privacy:)
- appendInterpolation(_:format:align:privacy:)
- appendInterpolation(_:format:align:privacy:)
- appendInterpolation(_:format:align:privacy:)
- appendInterpolation(_:format:align:privacy:)
- appendInterpolation(_:format:align:privacy:)
- appendInterpolation(_:format:align:privacy:)
- appendInterpolation(_:format:align:privacy:)
- appendInterpolation(_:format:privacy:)
- appendInterpolation(_:format:privacy:)
- appendInterpolation(_:format:privacy:)
- appendInterpolation(_:privacy:)
- appendLiteral(_:)
- OSLogMessage
- OSLogPrivacy
- OSLogStringAlignment
- os Constants
- os Functions
MobileCoreServices
-
UTType
- UTTypeCreatePreferredIdentifierForTag(_:_:_:)
- UTTypeCreateAllIdentifiersForTag(_:_:_:)
- UTTypeCopyPreferredTagWithClass(_:_:)
- UTTypeEqual(_:_:)
- UTTypeConformsTo(_:_:)
- UTTypeCopyDescription(_:)
- UTTypeCopyDeclaration(_:)
- UTTypeCopyDeclaringBundleURL(_:)
- UTCreateStringForOSType(_:)
- UTGetOSTypeFromString(_:)
- Type Tag Classes
- UTI Abstract Types
- UTI Concrete Types
-
UTI Text Types
- kUTTypeText
- kUTTypePlainText
- kUTTypeUTF8PlainText
- kUTTypeUTF16ExternalPlainText
- kUTTypeUTF16PlainText
- kUTTypeRTF
- kUTTypeHTML
- kUTTypeXML
- kUTTypeSourceCode
- kUTTypeCSource
- kUTTypeObjectiveCSource
- kUTTypeCPlusPlusSource
- kUTTypeObjectiveCPlusPlusSource
- kUTTypeCHeader
- kUTTypeCPlusPlusHeader
- kUTTypeJavaSource
- UTI Composite Content Types
- UTI Image Content Types
- UTI Audio Visual Content Types
- UTI Directory Types
- UTI Application Types
- UTI Contact Types
- UTI Miscellaneous Types
-
MobileCoreServices Constants
- kUTType3DContent
- kUTTypeAVIMovie
- kUTTypeAppleProtectedMPEG4Video
- kUTTypeAppleScript
- kUTTypeAssemblyLanguageSource
- kUTTypeAudioInterchangeFileFormat
- kUTTypeBinaryPropertyList
- kUTTypeBookmark
- kUTTypeBzip2Archive
- kUTTypeCalendarEvent
- kUTTypeCommaSeparatedText
- kUTTypeDatabase
- kUTTypeDelimitedText
- kUTTypeElectronicPublication
- kUTTypeEmailMessage
- kUTTypeExecutable
- kUTTypeFont
- kUTTypeGNUZipArchive
- kUTTypeInternetLocation
- kUTTypeJSON
- kUTTypeJavaArchive
- kUTTypeJavaClass
- kUTTypeJavaScript
- kUTTypeLivePhoto
- kUTTypeLog
- kUTTypeM3UPlaylist
- kUTTypeMIDIAudio
- kUTTypeMPEG2TransportStream
- kUTTypeMPEG2Video
- kUTTypeOSAScript
- kUTTypeOSAScriptBundle
- kUTTypePHPScript
- kUTTypePKCS12
- kUTTypePerlScript
- kUTTypePlaylist
- kUTTypePluginBundle
- kUTTypePresentation
- kUTTypePropertyList
- kUTTypePythonScript
- kUTTypeQuickLookGenerator
- kUTTypeRawImage
- kUTTypeRubyScript
- kUTTypeScalableVectorGraphics
- kUTTypeScript
- kUTTypeShellScript
- kUTTypeSpotlightImporter
- kUTTypeSpreadsheet
- kUTTypeSwiftSource
- kUTTypeSystemPreferencesPane
- kUTTypeTabSeparatedText
- kUTTypeToDoItem
- kUTTypeURLBookmarkData
- kUTTypeUTF8TabSeparatedText
- kUTTypeUnixExecutable
- kUTTypeWaveformAudio
- kUTTypeWindowsExecutable
- kUTTypeX509Certificate
- kUTTypeXMLPropertyList
- kUTTypeXPCService
- kUTTypeZipArchive
- MobileCoreServices Functions
Core NFC
- NFCVASReaderSession
- NFCReaderSession
- NFCISO7816Tag
-
NFCISO15693Tag
- RequestFlag
- getSystemInfo(requestFlags:completionHandler:)
- readSingleBlock(requestFlags:blockNumber:completionHandler:)
- writeSingleBlock(requestFlags:blockNumber:dataBlock:completionHandler:)
- lockBlock(requestFlags:blockNumber:completionHandler:)
- readMultipleBlocks(requestFlags:blockRange:completionHandler:)
- writeMultipleBlocks(requestFlags:blockRange:dataBlocks:completionHandler:)
- getMultipleBlockSecurityStatus(requestFlags:blockRange:completionHandler:)
- writeAFI(requestFlags:afi:completionHandler:)
- lockAFI(requestFlags:completionHandler:)
- writeDSFID(requestFlags:dsfid:completionHandler:)
- lockDFSID(requestFlags:completionHandler:)
- resetToReady(requestFlags:completionHandler:)
- select(requestFlags:completionHandler:)
- customCommand(requestFlags:customCommandCode:customRequestParameters:completionHandler:)
- extendedReadSingleBlock(requestFlags:blockNumber:completionHandler:)
- extendedWriteSingleBlock(requestFlags:blockNumber:dataBlock:completionHandler:)
- extendedLockBlock(requestFlags:blockNumber:completionHandler:)
- extendedReadMultipleBlocks(requestFlags:blockRange:completionHandler:)
- authenticate(requestFlags:cryptoSuiteIdentifier:message:resultHandler:)
- challenge(requestFlags:cryptoSuiteIdentifier:message:completionHandler:)
- customCommand(requestFlags:customCommandCode:customRequestParameters:resultHandler:)
- extendedFastReadMultipleBlocks(requestFlags:blockRange:resultHandler:)
- extendedGetMultipleBlockSecurityStatus(requestFlags:blockRange:resultHandler:)
- extendedReadSingleBlock(requestFlags:blockNumber:resultHandler:)
- extendedWriteMultipleBlocks(requestFlags:blockRange:dataBlocks:completionHandler:)
- fastReadMultipleBlocks(requestFlags:blockRange:resultHandler:)
- getSystemInfo(requestFlags:resultHandler:)
- keyUpdate(requestFlags:keyIdentifier:message:resultHandler:)
- lockDSFID(requestFlags:completionHandler:)
- readBuffer(requestFlags:resultHandler:)
- readMultipleBlocks(requestFlags:blockRange:resultHandler:)
- readSingleBlock(requestFlags:blockNumber:resultHandler:)
- sendRequest(requestFlags:commandCode:data:resultHandler:)
-
NFCFeliCaTag
- polling(systemCode:requestCode:timeSlot:completionHandler:)
- PollingRequestCode
- PollingTimeSlot
- requestServiceV2(nodeCodeList:completionHandler:)
- EncryptionId
- polling(systemCode:requestCode:timeSlot:resultHandler:)
- readWithoutEncryption(serviceCodeList:blockList:resultHandler:)
- requestResponse(resultHandler:)
- requestService(nodeCodeList:resultHandler:)
- requestServiceV2(nodeCodeList:resultHandler:)
- requestSpecificationVersion(resultHandler:)
- requestSystemCode(resultHandler:)
- resetMode(resultHandler:)
- sendFeliCaCommand(commandPacket:resultHandler:)
- writeWithoutEncryption(serviceCodeList:blockList:blockData:resultHandler:)
- NFCMiFareTag
- NFCTag
- NFCReaderError
- NFCFeliCaPollingResponse
- NFCFeliCaRequestSpecificationVersionResponse
- NFCFeliCaRequsetServiceV2Response
- NFCFeliCaStatusFlag
- NFCISO15693MultipleBlockSecurityStatus
- NFCISO15693RequestFlag
- NFCISO15693ResponseFlag
- NFCISO15693SystemInfo
- NFCISO7816ResponseAPDU
AuthenticationServices
- Sign in with Apple Entitlement
- ASAuthorizationAppleIDProvider
- ASAuthorizationController
- ASWebAuthenticationSession
- ASAuthorizationSingleSignOnProvider
-
ASAuthorizationProviderExtensionAuthorizationRequestHandler
- beginAuthorization(with:)
- cancelAuthorization(with:)
-
ASAuthorizationProviderExtensionAuthorizationRequest
- url
- httpHeaders
- httpBody
- realm
- requestedOperation
- ASAuthorizationProviderAuthorizationOperation
- authorizationOptions
- callerBundleIdentifier
- extensionData
- presentAuthorizationViewController(completion:)
- complete()
- complete(httpAuthorizationHeaders:)
- complete(httpResponse:httpBody:)
- complete(error:)
- doNotHandle()
- cancel()
- callerTeamIdentifier
- isCallerManaged
- localizedCallerDisplayName
-
ASCredentialProviderViewController
- extensionContext
- ASCredentialProviderExtensionContext
- prepareInterfaceForExtensionConfiguration()
-
ASCredentialIdentityStore
- shared
- getState(_:)
- ASCredentialIdentityStoreState
- saveCredentialIdentities(_:completion:)
- replaceCredentialIdentities(with:completion:)
- removeAllCredentialIdentities(_:)
- removeCredentialIdentities(_:completion:)
- ASPasswordCredentialIdentity
- ASCredentialIdentityStoreError
- prepareCredentialList(for:)
- ASCredentialServiceIdentifier
- provideCredentialWithoutUserInteraction(for:)
- prepareInterfaceToProvideCredential(for:)
- ASPasswordCredentialIdentity
- ASExtensionError
- ASAccountAuthenticationModificationController
- ASAccountAuthenticationModificationExtensionContext
- ASAccountAuthenticationModificationReplacePasswordWithSignInWithAppleRequest
- ASAccountAuthenticationModificationRequest
- ASAccountAuthenticationModificationUpgradePasswordToStrongPasswordRequest
-
ASAccountAuthenticationModificationViewController
- extensionContext
- cancelRequest()
- changePasswordWithoutUserInteraction(for:existingCredential:newPassword:userInfo:)
- convertAccountToSignInWithAppleWithoutUserInteraction(for:existingCredential:userInfo:)
- prepareInterfaceToChangePassword(for:existingCredential:newPassword:userInfo:)
- prepareInterfaceToConvertAccountToSignInWithApple(for:existingCredential:userInfo:)
- ASAccountAuthenticationModificationControllerDelegate
- ASAccountAuthenticationModificationControllerPresentationContextProviding
- AuthenticationServices Constants
Network
- NWEndpoint
-
NWParameters
- tls
- tcp
- dtls
- udp
- init(tls:tcp:)
- init(dtls:udp:)
- init()
- copy()
- debugDescription
- defaultProtocolStack
- NWProtocol
- requiredInterfaceType
- requiredInterface
- requiredLocalEndpoint
- prohibitExpensivePaths
- prohibitedInterfaceTypes
- prohibitedInterfaces
- multipathServiceType
- serviceClass
- allowFastOpen
- expiredDNSBehavior
- preferNoProxies
- includePeerToPeer
- allowLocalEndpointReuse
- acceptLocalOnly
- setPrivacyContext(_:)
- NWParameters.PrivacyContext
-
NWConnection
- init(host:port:using:)
- init(to:using:)
- start(queue:)
- restart()
- state
- stateUpdateHandler
- send(content:contentContext:isComplete:completion:)
- receive(minimumIncompleteLength:maximumLength:completion:)
- receiveMessage(completion:)
- batch(_:)
- cancel()
- forceCancel()
- cancelCurrentEndpoint()
- currentPath
- pathUpdateHandler
- viabilityUpdateHandler
- betterPathUpdateHandler
-
NWConnection.EstablishmentReport
- duration
- previousAttemptCount
- attemptStartedAfterInterval
- debugDescription
- resolutions
-
NWConnection.EstablishmentReport.Resolution
- dnsProtocol
-
NWConnection.EstablishmentReport.Resolution.DNSProtocol
- NWConnection.EstablishmentReport.Resolution.DNSProtocol.unknown
- NWConnection.EstablishmentReport.Resolution.DNSProtocol.udp
- NWConnection.EstablishmentReport.Resolution.DNSProtocol.tcp
- NWConnection.EstablishmentReport.Resolution.DNSProtocol.tls
- NWConnection.EstablishmentReport.Resolution.DNSProtocol.https
- !=(_:_:)
- ==(_:_:)
- hashValue
- hash(into:)
- handshakes
- proxyConfigured
- usedProxy
- proxyEndpoint
- NWConnection.PendingDataTransferReport
- NWConnection.DataTransferReport
- metadata(definition:)
- endpoint
- parameters
- queue
- debugDescription
- receiveDiscontiguous(minimumIncompleteLength:maximumLength:completion:)
- receiveMessageDiscontiguous(completion:)
- NWListener
-
NWBrowser
- NSBonjourServices
- NSLocalNetworkUsageDescription
- init(for:using:)
- start(queue:)
- browseResultsChangedHandler
-
NWBrowser.Result
-
NWTXTRecord
- init(_:)
- removeEntry(key:)
- setEntry(_:for:)
- getEntry(for:)
- subscript(_:)
- dictionary
- first
- indices
- lazy
- allSatisfy(_:)
- compactMap(_:)
- contains(where:)
- distance(from:to:)
- drop(while:)
- dropFirst(_:)
- dropLast(_:)
- elementsEqual(_:by:)
- enumerated()
- filter(_:)
- first(where:)
- firstIndex(where:)
- flatMap(_:)
- flatMap(_:)
- forEach(_:)
- formIndex(_:offsetBy:)
- formIndex(_:offsetBy:limitedBy:)
- formIndex(after:)
- index(_:offsetBy:)
- index(_:offsetBy:limitedBy:)
- lexicographicallyPrecedes(_:by:)
- map(_:)
- max(by:)
- min(by:)
- prefix(_:)
- prefix(through:)
- prefix(upTo:)
- prefix(while:)
- randomElement()
- randomElement(using:)
- reduce(_:_:)
- reduce(into:_:)
- reversed()
- shuffled()
- shuffled(using:)
- sorted(by:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- starts(with:by:)
- suffix(_:)
- suffix(from:)
- withContiguousStorageIfAvailable(_:)
- subscript(_:)
- subscript(_:)
- subscript(_:)
- !=(_:_:)
-
NWTXTRecord
- browseResults
- stateUpdateHandler
- state
- cancel()
- descriptor
- parameters
- queue
- debugDescription
-
NWConnectionGroup
- init(with:using:)
- NWMulticastGroup
- NWGroupDescriptor
- start(queue:)
- setReceiveHandler(maximumMessageSize:rejectOversizedMessages:handler:)
- send(content:to:message:completion:)
- NWConnectionGroup.Message
- stateUpdateHandler
- NWConnectionGroup.State
- state
- cancel()
- descriptor
- parameters
- queue
- debugDescription
- NWEthernetChannel
- NWProtocolTCP
- NWProtocolTLS
- NWProtocolUDP
- NWProtocolIP
- NWProtocolWebSocket
- NWProtocolFramer
- Security Options
- NWPath
- NWPathMonitor
- NWInterface
- NWError
- C-Language Symbols
-
Network Functions
- nw_connection_group_cancel(_:)
- nw_connection_group_copy_descriptor(_:)
- nw_connection_group_copy_local_endpoint_for_message(_:_:)
- nw_connection_group_copy_parameters(_:)
- nw_connection_group_copy_path_for_message(_:_:)
- nw_connection_group_copy_remote_endpoint_for_message(_:_:)
- nw_connection_group_create(_:_:)
- nw_connection_group_extract_connection_for_message(_:_:)
- nw_connection_group_reply(_:_:_:_:)
- nw_connection_group_send_message(_:_:_:_:_:)
- nw_connection_group_set_queue(_:_:)
- nw_connection_group_set_receive_handler(_:_:_:_:)
- nw_connection_group_set_state_changed_handler(_:_:)
- nw_connection_group_start(_:)
- nw_establishment_report_enumerate_resolution_reports(_:_:)
- nw_group_descriptor_add_endpoint(_:_:)
- nw_group_descriptor_create_multicast(_:)
- nw_group_descriptor_enumerate_endpoints(_:_:)
- nw_ip_options_set_disable_multicast_loopback(_:_:)
- nw_multicast_group_descriptor_get_disable_unicast_traffic(_:)
- nw_multicast_group_descriptor_set_disable_unicast_traffic(_:_:)
- nw_multicast_group_descriptor_set_specific_source(_:_:)
- nw_parameters_set_privacy_context(_:_:)
- nw_path_monitor_prohibit_interface_type(_:_:)
- nw_privacy_context_create(_:)
- nw_privacy_context_disable_logging(_:)
- nw_privacy_context_flush_cache(_:)
- nw_privacy_context_require_encrypted_name_resolution(_:_:_:)
- nw_resolution_report_copy_preferred_endpoint(_:)
- nw_resolution_report_copy_successful_endpoint(_:)
- nw_resolution_report_get_endpoint_count(_:)
- nw_resolution_report_get_milliseconds(_:)
- nw_resolution_report_get_protocol(_:)
- nw_resolution_report_get_source(_:)
- nw_resolver_config_add_server_address(_:_:)
- nw_resolver_config_create_https(_:)
- nw_resolver_config_create_tls(_:)
-
Network Type Aliases
- nw_browser_t
- nw_connection_group_receive_handler_t
- nw_connection_group_send_completion_t
- nw_connection_group_state_changed_handler_t
-
nw_connection_group_t
- nw_connection_group_create(_:_:)
- nw_group_descriptor_create_multicast(_:)
- nw_group_descriptor_t
- nw_group_descriptor_add_endpoint(_:_:)
- nw_group_descriptor_enumerate_endpoints(_:_:)
- nw_group_descriptor_enumerate_endpoints_block_t
- nw_connection_group_set_queue(_:_:)
- nw_connection_group_start(_:)
- nw_connection_group_set_receive_handler(_:_:_:_:)
- nw_connection_group_receive_handler_t
- nw_connection_group_copy_remote_endpoint_for_message(_:_:)
- nw_connection_group_copy_local_endpoint_for_message(_:_:)
- nw_connection_group_copy_path_for_message(_:_:)
- nw_connection_group_reply(_:_:_:_:)
- nw_connection_group_extract_connection_for_message(_:_:)
- nw_connection_group_send_message(_:_:_:_:_:)
- nw_connection_group_send_completion_t
- nw_connection_group_set_state_changed_handler(_:_:)
- nw_connection_group_state_changed_handler_t
- nw_connection_group_state_t
- nw_connection_group_cancel(_:)
- nw_connection_group_copy_descriptor(_:)
- nw_connection_group_copy_parameters(_:)
-
nw_connection_t
-
nw_establishment_report_t
- nw_establishment_report_enumerate_resolution_reports(_:_:)
- nw_report_resolution_report_enumerator_t
- nw_resolution_report_t
- nw_resolution_report_get_milliseconds(_:)
- nw_resolution_report_get_source(_:)
- nw_resolution_report_get_protocol(_:)
- nw_report_resolution_protocol_t
- nw_resolution_report_copy_successful_endpoint(_:)
- nw_resolution_report_copy_preferred_endpoint(_:)
- nw_resolution_report_get_endpoint_count(_:)
-
nw_establishment_report_t
-
nw_establishment_report_t
- nw_establishment_report_enumerate_resolution_reports(_:_:)
- nw_report_resolution_report_enumerator_t
- nw_resolution_report_t
- nw_resolution_report_get_milliseconds(_:)
- nw_resolution_report_get_source(_:)
- nw_resolution_report_get_protocol(_:)
- nw_report_resolution_protocol_t
- nw_resolution_report_copy_successful_endpoint(_:)
- nw_resolution_report_copy_preferred_endpoint(_:)
- nw_resolution_report_get_endpoint_count(_:)
- nw_ethernet_channel_t
- nw_group_descriptor_enumerate_endpoints_block_t
- nw_group_descriptor_t
- nw_listener_t
- nw_parameters_t
- nw_path_monitor_t
- nw_privacy_context_t
- nw_report_resolution_report_enumerator_t
- nw_resolution_report_t
- nw_resolver_config_t
Device Management
-
Profile-Specific Payload Keys
- TopLevel
- CalDAV
- CardDAV
- GoogleAccount
- LDAP
- SubscribedCalendars
- AssociatedDomains
- ExtensibleSingleSignOnKerberos
- SCEP
- FDEFileVault
- FDEFileVaultOptions
- LoginWindowLoginItems
- LoginWindow
- ExchangeActiveSync
- EducationConfiguration
- LightsOutManagementLOM
- MDM
- ContentCaching
- Domains
- DNSSettings
- WiFi
- WiFiManagedSettings
- NetworkProxyConfiguration
- Restrictions
- FileProvider
- Notifications
- SetupAssistant
- AppLayerVPN
- AppToAppLayerVPNMapping
- VPN
- WebContentFilter
- MediaManagementAllowedMedia
-
Commands and Queries
- List the Installed Provisioning Profiles
- Get Device Information
-
List the Installed Restrictions
-
RestrictionsResponse
- RestrictionsResponse.ErrorChainItem
- RestrictionsResponse.GlobalRestrictions
-
RestrictionsResponse.ProfileRestrictions
-
RestrictionsResponse.ProfileRestrictions.ANY profile identifier
- RestrictionsResponse.ProfileRestrictions.ANY profile identifier.Intersection
- RestrictionsResponse.ProfileRestrictions.ANY profile identifier.RestrictedBool
- RestrictionsResponse.ProfileRestrictions.ANY profile identifier.RestrictedValue
- RestrictionsResponse.ProfileRestrictions.ANY profile identifier.Union
-
RestrictionsResponse.ProfileRestrictions.ANY profile identifier
- RestrictionsResponse.GlobalRestrictions
- RestrictionsResponse.GlobalRestrictions.Union
-
RestrictionsResponse
- Erase a Device
- Lock a Device
- Restart a Device
- Install an App
- Install an Enterprise App
- Remove an App
- List the Managed Apps
- Get App Attributes
- Get App Feedback
- Account Configuration
- Clear the Passcode
- List the Available OS Updates
- Schedule an OS Update
-
Content Caching Information Command
- ContentCachingInformationCommand
- ContentCachingInformationCommand.Command
-
ContentCachingInformationResponse
- ContentCachingInformationResponse.ErrorChainItem
-
ContentCachingInformationResponse.StatusResponse
- ContentCachingInformationResponse.StatusResponse.AlertsItem
- ContentCachingInformationResponse.StatusResponse.CacheDetails
- ContentCachingInformationResponse.StatusResponse.DataMigrationError
-
ContentCachingInformationResponse.StatusResponse.ParentsItem
- ContentCachingInformationResponse.StatusResponse.ParentsItem.Alert
- ContentCachingInformationResponse.StatusResponse.ParentsItem.Details
- ContentCachingInformationResponse.StatusResponse.ParentsItem.Details.Capabilities
- ContentCachingInformationResponse.StatusResponse.ParentsItem.Details.Local-network
- ContentCachingInformationResponse.StatusResponse.PeersItem
- ContentCachingInformationResponse.StatusResponse.AlertsForPeerFilterRanges
- ContentCachingInformationResponse.StatusResponse.AlertsForPeerFilterRanges.Index into the PeerFilterRanges in the installed com.apple.AssetCache.managed payload
-
ContentCachingInformationResponse.StatusResponse
- ContentCachingInformationResponse.StatusResponse.AlertsItem
- ContentCachingInformationResponse.StatusResponse.CacheDetails
- ContentCachingInformationResponse.StatusResponse.DataMigrationError
-
ContentCachingInformationResponse.StatusResponse.ParentsItem
- ContentCachingInformationResponse.StatusResponse.ParentsItem.Alert
- ContentCachingInformationResponse.StatusResponse.ParentsItem.Details
- ContentCachingInformationResponse.StatusResponse.ParentsItem.Details.Capabilities
- ContentCachingInformationResponse.StatusResponse.ParentsItem.Details.Local-network
- ContentCachingInformationResponse.StatusResponse.PeersItem
- ContentCachingInformationResponse.StatusResponse.AlertsForPeerFilterRanges
- ContentCachingInformationResponse.StatusResponse.AlertsForPeerFilterRanges.Index into the PeerFilterRanges in the installed com.apple.AssetCache.managed payload
- ContentCachingInformationResponse.ErrorChainItem
-
Set Settings
- SettingsCommand
- SettingsCommand.Command
- SettingsCommand.Command.Settings
- LOM Device Request Command
- LOM Setup Request Command
- Security Information
- Delete a User
- Device Assignment
- Roster Management
- App and Book Management
- ManifestURL
- PasswordHash
MetricKit
- MXMetricManager
- MXMetricPayload
- MXDiagnosticPayload
- MXCPUMetric
- MXCPUExceptionDiagnostic
-
MXAppExitMetric
- foregroundExitData
- MXForegroundExitData
- backgroundExitData
-
MXBackgroundExitData
- cumulativeNormalAppExitCount
- cumulativeAbnormalExitCount
- cumulativeAppWatchdogExitCount
- cumulativeCPUResourceLimitExitCount
- cumulativeMemoryResourceLimitExitCount
- cumulativeMemoryPressureExitCount
- cumulativeSuspendedWithLockedFileExitCount
- cumulativeBadAccessExitCount
- cumulativeIllegalInstructionExitCount
- cumulativeBackgroundTaskAssertionTimeoutExitCount
- MXCrashDiagnostic
- MXAnimationMetric
- MXHangDiagnostic
- MXDiskWriteExceptionDiagnostic
- MXCallStackTree
- MXMetaData
- MXDiagnostic
- MXMetric
DriverKit
- com.apple.developer.driverkit
-
IOService
- init
- Start
- Stop
- free
- RegisterService
- GetRegistryEntryID
- CopyProperties
- SetPowerState
- ChangePowerState
- CreateKernelClassMatchingDictionary
- CreateKernelClassMatchingDictionary
- CreateNameMatchingDictionary
- CreateNameMatchingDictionary
- CreatePropertyMatchingDictionary
- CreatePropertyMatchingDictionary
- CreateUserClassMatchingDictionary
- CreateUserClassMatchingDictionary
- IODispatchQueue
- IOInterruptDispatchSource
- IODataQueueDispatchSource
- IODispatchSource
- OSAction
- IOBufferMemoryDescriptor
- IOMemoryDescriptor
- IOMemoryMap
- OSArray
- OSDictionary
- OSBoolean
- OSData
- OSNumber
- OSString
- OSCollection
- OSObject
- IOUserClient
- com.apple.developer.driverkit.userclient-access
- DriverKit Enumerations
- DriverKit Data Types
EndpointSecurity
-
Client
- es_new_client_result_t
- es_subscribe
- es_unsubscribe
-
es_event_type_t
- ES_EVENT_TYPE_AUTH_CHDIR
- ES_EVENT_TYPE_AUTH_CHROOT
- ES_EVENT_TYPE_AUTH_CLONE
- ES_EVENT_TYPE_AUTH_DELETEEXTATTR
- ES_EVENT_TYPE_AUTH_EXCHANGEDATA
- ES_EVENT_TYPE_AUTH_FSGETPATH
- ES_EVENT_TYPE_AUTH_GETATTRLIST
- ES_EVENT_TYPE_AUTH_GETEXTATTR
- ES_EVENT_TYPE_AUTH_GET_TASK
- ES_EVENT_TYPE_AUTH_LISTEXTATTR
- ES_EVENT_TYPE_AUTH_PROC_CHECK
- ES_EVENT_TYPE_AUTH_READDIR
- ES_EVENT_TYPE_AUTH_SETACL
- ES_EVENT_TYPE_AUTH_SETATTRLIST
- ES_EVENT_TYPE_AUTH_SETEXTATTR
- ES_EVENT_TYPE_AUTH_SETFLAGS
- ES_EVENT_TYPE_AUTH_SETMODE
- ES_EVENT_TYPE_AUTH_SETOWNER
- ES_EVENT_TYPE_AUTH_SETTIME
- ES_EVENT_TYPE_AUTH_UIPC_BIND
- ES_EVENT_TYPE_AUTH_UIPC_CONNECT
- ES_EVENT_TYPE_AUTH_UTIMES
- ES_EVENT_TYPE_NOTIFY_ACCESS
- ES_EVENT_TYPE_NOTIFY_CHDIR
- ES_EVENT_TYPE_NOTIFY_CHROOT
- ES_EVENT_TYPE_NOTIFY_CLONE
- ES_EVENT_TYPE_NOTIFY_DELETEEXTATTR
- ES_EVENT_TYPE_NOTIFY_DUP
- ES_EVENT_TYPE_NOTIFY_FCNTL
- ES_EVENT_TYPE_NOTIFY_FSGETPATH
- ES_EVENT_TYPE_NOTIFY_GETATTRLIST
- ES_EVENT_TYPE_NOTIFY_GETEXTATTR
- ES_EVENT_TYPE_NOTIFY_LISTEXTATTR
- ES_EVENT_TYPE_NOTIFY_PROC_CHECK
- ES_EVENT_TYPE_NOTIFY_PTY_CLOSE
- ES_EVENT_TYPE_NOTIFY_PTY_GRANT
- ES_EVENT_TYPE_NOTIFY_READDIR
- ES_EVENT_TYPE_NOTIFY_SETACL
- ES_EVENT_TYPE_NOTIFY_SETTIME
- ES_EVENT_TYPE_NOTIFY_STAT
- ES_EVENT_TYPE_NOTIFY_UIPC_BIND
- ES_EVENT_TYPE_NOTIFY_UIPC_CONNECT
- ES_EVENT_TYPE_NOTIFY_UTIMES
- ES_EVENT_TYPE_AUTH_FCNTL
- ES_EVENT_TYPE_AUTH_IOKIT_OPEN
- ES_EVENT_TYPE_AUTH_PROC_SUSPEND_RESUME
- ES_EVENT_TYPE_AUTH_REMOUNT
- ES_EVENT_TYPE_AUTH_SEARCHFS
- ES_EVENT_TYPE_NOTIFY_CS_INVALIDATED
- ES_EVENT_TYPE_NOTIFY_GET_TASK_NAME
- ES_EVENT_TYPE_NOTIFY_PROC_SUSPEND_RESUME
- ES_EVENT_TYPE_NOTIFY_REMOTE_THREAD_CREATE
- ES_EVENT_TYPE_NOTIFY_REMOUNT
- ES_EVENT_TYPE_NOTIFY_SEARCHFS
- ES_EVENT_TYPE_NOTIFY_TRACE
-
Message
-
es_message_t
- es_events_t
-
es_event_type_t
- ES_EVENT_TYPE_AUTH_CHDIR
- ES_EVENT_TYPE_AUTH_CHROOT
- ES_EVENT_TYPE_AUTH_CLONE
- ES_EVENT_TYPE_AUTH_DELETEEXTATTR
- ES_EVENT_TYPE_AUTH_EXCHANGEDATA
- ES_EVENT_TYPE_AUTH_FSGETPATH
- ES_EVENT_TYPE_AUTH_GETATTRLIST
- ES_EVENT_TYPE_AUTH_GETEXTATTR
- ES_EVENT_TYPE_AUTH_GET_TASK
- ES_EVENT_TYPE_AUTH_LISTEXTATTR
- ES_EVENT_TYPE_AUTH_PROC_CHECK
- ES_EVENT_TYPE_AUTH_READDIR
- ES_EVENT_TYPE_AUTH_SETACL
- ES_EVENT_TYPE_AUTH_SETATTRLIST
- ES_EVENT_TYPE_AUTH_SETEXTATTR
- ES_EVENT_TYPE_AUTH_SETFLAGS
- ES_EVENT_TYPE_AUTH_SETMODE
- ES_EVENT_TYPE_AUTH_SETOWNER
- ES_EVENT_TYPE_AUTH_SETTIME
- ES_EVENT_TYPE_AUTH_UIPC_BIND
- ES_EVENT_TYPE_AUTH_UIPC_CONNECT
- ES_EVENT_TYPE_AUTH_UTIMES
- ES_EVENT_TYPE_NOTIFY_ACCESS
- ES_EVENT_TYPE_NOTIFY_CHDIR
- ES_EVENT_TYPE_NOTIFY_CHROOT
- ES_EVENT_TYPE_NOTIFY_CLONE
- ES_EVENT_TYPE_NOTIFY_DELETEEXTATTR
- ES_EVENT_TYPE_NOTIFY_DUP
- ES_EVENT_TYPE_NOTIFY_FCNTL
- ES_EVENT_TYPE_NOTIFY_FSGETPATH
- ES_EVENT_TYPE_NOTIFY_GETATTRLIST
- ES_EVENT_TYPE_NOTIFY_GETEXTATTR
- ES_EVENT_TYPE_NOTIFY_LISTEXTATTR
- ES_EVENT_TYPE_NOTIFY_PROC_CHECK
- ES_EVENT_TYPE_NOTIFY_PTY_CLOSE
- ES_EVENT_TYPE_NOTIFY_PTY_GRANT
- ES_EVENT_TYPE_NOTIFY_READDIR
- ES_EVENT_TYPE_NOTIFY_SETACL
- ES_EVENT_TYPE_NOTIFY_SETTIME
- ES_EVENT_TYPE_NOTIFY_STAT
- ES_EVENT_TYPE_NOTIFY_UIPC_BIND
- ES_EVENT_TYPE_NOTIFY_UIPC_CONNECT
- ES_EVENT_TYPE_NOTIFY_UTIMES
- ES_EVENT_TYPE_AUTH_FCNTL
- ES_EVENT_TYPE_AUTH_IOKIT_OPEN
- ES_EVENT_TYPE_AUTH_PROC_SUSPEND_RESUME
- ES_EVENT_TYPE_AUTH_REMOUNT
- ES_EVENT_TYPE_AUTH_SEARCHFS
- ES_EVENT_TYPE_NOTIFY_CS_INVALIDATED
- ES_EVENT_TYPE_NOTIFY_GET_TASK_NAME
- ES_EVENT_TYPE_NOTIFY_PROC_SUSPEND_RESUME
- ES_EVENT_TYPE_NOTIFY_REMOTE_THREAD_CREATE
- ES_EVENT_TYPE_NOTIFY_REMOUNT
- ES_EVENT_TYPE_NOTIFY_SEARCHFS
- ES_EVENT_TYPE_NOTIFY_TRACE
- seq_num
- es_process_t
-
es_message_t
-
Event Types
- es_file_t
- es_event_access_t
- es_event_clone_t
- es_event_create_t
- es_event_dup_t
- es_event_fcntl_t
- es_event_lookup_t
- es_event_deleteextattr_t
- es_event_fsgetpath_t
- es_event_getattrlist_t
- es_event_getextattr_t
- es_event_listextattr_t
- es_event_readdir_t
- es_event_setacl_t
- es_event_stat_t
- es_event_utimes_t
- es_event_chdir_t
- es_event_chroot_t
- es_event_exec_t
- es_event_proc_check_t
- es_proc_check_type_t
- es_event_uipc_bind_t
- es_event_uipc_connect_t
- es_event_settime_t
- es_event_pty_close_t
- es_event_pty_grant_t
- EndpointSecurity Structures
- EndpointSecurity Enumerations
- EndpointSecurity Functions
SystemExtensions
USBDriverKit
- com.apple.developer.driverkit.transport.usb
- IOUSBHostPipe
- Registry Property Names
- USBDriverKit Enumerations
HIDDriverKit
- IOHIDInterface
- HID Usage Tables
-
IOHIDElement
- getUsagePage
- getUsage
- getValue
- getDataValue
- getScaledValue
- getScaledFixedValue
- setValue
- setDataValue
- getUnit
- getUnitExponent
- getLogicalMin
- getLogicalMax
- getPhysicalMin
- getPhysicalMax
- getTimeStamp
- getType
- getCollectionType
- getChildElements
- getParentElement
- getReportID
- getReportCount
- getReportSize
- getCookie
- getFlags
- HIDDriverKit Enumerations
IOUSBHost
- IOUSBHostInterface
-
IOUSBHostPipe
- IOUSBHostCompletionHandler
- IOUSBHostDefaultControlCompletionTimeout
- enqueueIORequest(with:completionTimeout:completionHandler:)
- clearStall()
- IOUSBHostIsochronousCompletionHandler
- IOUSBHostTime
- IOUSBHostIsochronousFrame
- enqueueIORequest(with:frameList:frameListCount:firstFrameNumber:completionHandler:)
- sendIORequest(with:frameList:frameListCount:firstFrameNumber:)
- IOUSBHostDeviceRequestType(_:_:_:)
- IOUSBHostDefaultControlCompletionTimeout
- IOUSBHostCompletionHandler
- IOUSBHostIOSourceDescriptors
- adjust(with:)
- descriptors
- originalDescriptors
- setIdleTimeout(_:)
- idleTimeout
- enableStreams()
- copyStream(withStreamID:)
- disableStreams()
- IOUSBHostStream
- IOUSBHostDevice
-
IOUSBHostObject
- IOUSBHostObjectInitOptions
- IOUSBHostInterestHandler
- ioService
- queue
- destroy()
-
Parsing USB Descriptors
- IOUSBGetNextDescriptor(_:_:)
- IOUSBGetNextDescriptorWithType(_:_:_:)
- IOUSBGetNextAssociatedDescriptor(_:_:_:)
- IOUSBGetNextAssociatedDescriptorWithType(_:_:_:_:)
- IOUSBGetNextInterfaceAssociationDescriptor(_:_:)
- IOUSBGetNextInterfaceDescriptor(_:_:)
- IOUSBGetConfigurationMaxPowerMilliAmps(_:_:)
- IOUSBGetUSB20ExtensionDeviceCapabilityDescriptor(_:)
- IOUSBGetNextCapabilityDescriptorWithType(_:_:_:)
- IOUSBGetNextCapabilityDescriptor(_:_:)
- IOUSBGetSuperSpeedDeviceCapabilityDescriptor(_:)
- IOUSBGetContainerIDDescriptor(_:)
- IOUSBGetBillboardDescriptor(_:)
- IOUSBGetNextEndpointDescriptor(_:_:_:)
- IOUSBGetEndpointDirection(_:)
- IOUSBGetEndpointAddress(_:)
- IOUSBGetEndpointNumber(_:)
- IOUSBGetEndpointType(_:)
- IOUSBGetEndpointMaxPacketSize(_:_:)
- IOUSBGetEndpointIntervalEncodedMicroframes(_:_:)
- IOUSBGetEndpointIntervalMicroframes(_:_:)
- IOUSBGetEndpointIntervalFrames(_:_:)
- IOUSBGetEndpointMaxStreamsEncoded(_:_:_:)
- IOUSBGetEndpointMaxStreams(_:_:_:)
- ioData(withCapacity:)
- IOUSBHostDeviceRequestType(_:_:_:)
- IOUSBHostDefaultControlCompletionTimeout
- IOUSBHostCompletionHandler
- IOUSBHostAbortOption
- deviceAddress
- IOUSBHostIOSource
- IOUSBHostInterfacePropertyKey
- IOUSBHostDevicePropertyKey
- IOUSBHostMatchingPropertyKey
- IOUSBHostPropertyKey
- IOUSBHostVersionNumber
- IOUSBHostErrorDomain
- IOUSBHostCIControllerStateMachine
- IOUSBHostCIDeviceStateMachine
- IOUSBHostCIEndpointStateMachine
- IOUSBHostCIPortStateMachine
- IOUSBHostControllerInterface
- IOUSBHost Structures
-
IOUSBHost Constants
- IOUSBHostCIControllerStateActive
- IOUSBHostCIControllerStateOff
- IOUSBHostCIControllerStatePaused
- IOUSBHostCIDeviceSpeedFull
- IOUSBHostCIDeviceSpeedHigh
- IOUSBHostCIDeviceSpeedLow
- IOUSBHostCIDeviceSpeedNone
- IOUSBHostCIDeviceSpeedSuper
- IOUSBHostCIDeviceSpeedSuperPlus
- IOUSBHostCIDeviceSpeedSuperPlusBy2
- IOUSBHostCIDeviceStateActive
- IOUSBHostCIDeviceStateDestroyed
- IOUSBHostCIDeviceStatePaused
- IOUSBHostCIEndpointStateActive
- IOUSBHostCIEndpointStateDestroyed
- IOUSBHostCIEndpointStateHalted
- IOUSBHostCIEndpointStatePaused
- IOUSBHostCIExceptionTypeCapabilitiesInvalid
- IOUSBHostCIExceptionTypeCommandFailure
- IOUSBHostCIExceptionTypeCommandReadCollision
- IOUSBHostCIExceptionTypeCommandTimeout
- IOUSBHostCIExceptionTypeCommandWriteFailed
- IOUSBHostCIExceptionTypeDoorbellOverflow
- IOUSBHostCIExceptionTypeDoorbellReadCollision
- IOUSBHostCIExceptionTypeFrameUpdateError
- IOUSBHostCIExceptionTypeInterruptInvalid
- IOUSBHostCIExceptionTypeInterruptOverflow
- IOUSBHostCIExceptionTypeProtocolError
- IOUSBHostCIExceptionTypeTerminated
- IOUSBHostCIExceptionTypeUnknown
- IOUSBHostCILinkStateCompliance
- IOUSBHostCILinkStateDisabled
- IOUSBHostCILinkStateInactive
- IOUSBHostCILinkStatePolling
- IOUSBHostCILinkStateRecovery
- IOUSBHostCILinkStateReset
- IOUSBHostCILinkStateResume
- IOUSBHostCILinkStateRxDetect
- IOUSBHostCILinkStateTest
- IOUSBHostCILinkStateU0
- IOUSBHostCILinkStateU1
- IOUSBHostCILinkStateU2
- IOUSBHostCILinkStateU3
- IOUSBHostCIMessageStatusBadArgument
- IOUSBHostCIMessageStatusEndpointStopped
- IOUSBHostCIMessageStatusError
- IOUSBHostCIMessageStatusMissedServiceError
- IOUSBHostCIMessageStatusNoResources
- IOUSBHostCIMessageStatusNotPermitted
- IOUSBHostCIMessageStatusOffline
- IOUSBHostCIMessageStatusOverrunError
- IOUSBHostCIMessageStatusProtocolError
- IOUSBHostCIMessageStatusReserved
- IOUSBHostCIMessageStatusStallError
- IOUSBHostCIMessageStatusSuccess
- IOUSBHostCIMessageStatusTimeout
- IOUSBHostCIMessageStatusTransactionError
- IOUSBHostCIMessageTypeCommandMax
- IOUSBHostCIMessageTypeCommandMin
- IOUSBHostCIMessageTypeControllerCapabilities
- IOUSBHostCIMessageTypeControllerFrameNumber
- IOUSBHostCIMessageTypeControllerPause
- IOUSBHostCIMessageTypeControllerPowerOff
- IOUSBHostCIMessageTypeControllerPowerOn
- IOUSBHostCIMessageTypeControllerStart
- IOUSBHostCIMessageTypeDeviceCreate
- IOUSBHostCIMessageTypeDeviceDestroy
- IOUSBHostCIMessageTypeDevicePause
- IOUSBHostCIMessageTypeDeviceStart
- IOUSBHostCIMessageTypeDeviceUpdate
- IOUSBHostCIMessageTypeEndpointCreate
- IOUSBHostCIMessageTypeEndpointDestroy
- IOUSBHostCIMessageTypeEndpointPause
- IOUSBHostCIMessageTypeEndpointReset
- IOUSBHostCIMessageTypeEndpointSetNextTransfer
- IOUSBHostCIMessageTypeEndpointUpdate
- IOUSBHostCIMessageTypeEndpoint_reserved_
- IOUSBHostCIMessageTypeFrameNumberUpdate
- IOUSBHostCIMessageTypeFrameTimestampUpdate
- IOUSBHostCIMessageTypeIsochronousTransfer
- IOUSBHostCIMessageTypeLink
- IOUSBHostCIMessageTypeNormalTransfer
- IOUSBHostCIMessageTypePortCapabilities
- IOUSBHostCIMessageTypePortDisable
- IOUSBHostCIMessageTypePortEvent
- IOUSBHostCIMessageTypePortPowerOff
- IOUSBHostCIMessageTypePortPowerOn
- IOUSBHostCIMessageTypePortReset
- IOUSBHostCIMessageTypePortResume
- IOUSBHostCIMessageTypePortStatus
- IOUSBHostCIMessageTypePortSuspend
- IOUSBHostCIMessageTypeSetupTransfer
- IOUSBHostCIMessageTypeStatusTransfer
- IOUSBHostCIMessageTypeTransferComplete
- IOUSBHostCIPortStateActive
- IOUSBHostCIPortStateOff
- IOUSBHostCIPortStatePowered
- IOUSBHostCIPortStateSuspended
- IOUSBHostCIUserClientVersion100
- IOUSBHost Functions
- IOUSBHost Data Types
Kernel
- architecture
-
kern
- circle_queue_rotate_head_backward
- circle_queue_rotate_head_forward
- hv_get_support
- hv_get_task_target
- hv_get_thread_target
- hv_set_task_target
- hv_set_thread_target
- hv_support_init
- kpc_arch_init
- kpc_configurable_config_count
- kpc_configurable_count
- kpc_configurable_max
- kpc_controls_counter
- kpc_controls_fixed_counters
- kpc_counterbuf_alloc
- kpc_counterbuf_free
- kpc_disable_whitelist
- kpc_fixed_config_count
- kpc_fixed_count
- kpc_fixed_max
- kpc_force_all_ctrs
- kpc_force_all_ctrs_arch
- kpc_get_actionid
- kpc_get_all_cpus_counters
- kpc_get_classes
- kpc_get_config
- kpc_get_config_count
- kpc_get_configurable_config
- kpc_get_configurable_counters
- kpc_get_configurable_pmc_mask
- kpc_get_counter_count
- kpc_get_counterbuf_size
- kpc_get_cpu_counters
- kpc_get_curcpu_counters
- kpc_get_curthread_counters
- kpc_get_fixed_config
- kpc_get_fixed_counters
- kpc_get_force_all_ctrs
- kpc_get_period
- kpc_get_pmu_version
- kpc_get_rawpmu_config
- kpc_get_running
- kpc_get_shadow_counters
- kpc_get_thread_counting
- kpc_get_whitelist_disabled
- kpc_idle
- kpc_idle_exit
- kpc_init
- kpc_is_running_configurable
- kpc_is_running_fixed
- kpc_multiple_clients
- kpc_pm_acknowledge
- kpc_popcount
- kpc_rawpmu_config_count
- kpc_register_cpu
- kpc_register_pm_handler
- kpc_release_pm_counters
- kpc_reserve_pm_counters
- kpc_sample_kperf
- kpc_set_actionid
- kpc_set_config
- kpc_set_config_arch
- kpc_set_period
- kpc_set_period_arch
- kpc_set_running
- kpc_set_running_arch
- kpc_set_sw_inc
- kpc_set_thread_counting
- kpc_thread_ast_handler
- kpc_thread_create
- kpc_thread_destroy
- kpc_unregister_cpu
- task_create_suid_cred
- task_get_assignment
- task_get_dyld_image_infos
- task_get_exception_ports
- task_get_mach_voucher
- task_get_state
- task_map_corpse_info
- task_map_corpse_info_64
- task_policy_get
- task_policy_set
- task_purgable_info
- task_zone_info
-
libkern
-
Data Types
- OSBoolean
- OSString
- OSNumber
- OSData
- OSArray
- OSDictionary
- OSSet
- OSOrderedSet
- OSCollection
- OSCollectionIterator
- OSIterator
- OSAction
- OSActionInterface
- OSSymbol
- OSObject
- OSMetaClass
- OSMetaClassBase
- OSSerialize
- OSSerializer
- OSArrayPtr
- OSBooleanPtr
- OSCollectionIteratorPtr
- OSCollectionPtr
- OSDataConstPtr
- OSDataPtr
- OSDictionaryPtr
- OSNumberPtr
- OSObjectPtr
- OSOrderedSetPtr
- OSSerializePtr
- OSSerializerPtr
- OSSetPtr
- OSStringConstPtr
- OSStringPtr
- OSSymbolConstPtr
- OSSymbolPtr
-
Data Types
-
mach
- Virtual Memory
- mach_msg_mac_trailer_t
- receive_sysdiagnose_notification_with_audit_token
- mach_port_guard_exception_codes
- mach_port_get_attributes
- mach_port_get_context
- mach_port_get_set_status
- mach_port_kernel_object
- mach_port_kobject
- mach_port_kobject_description
- mach_port_space_info
- thread_get_assignment
- thread_get_exception_ports
- thread_get_mach_voucher
- thread_get_special_port
- thread_get_state
- thread_state_data_t
- act_get_state
- task_snapshot_flags
- task_power_info_v2_data_t
- host_set_atm_diagnostic_flag
- x86_avx512_state32_t
- x86_avx512_state64_t
- x86_avx512_state_t
- x86_avx_state32_t
- x86_avx_state64_t
- x86_avx_state_t
- x86_debug_state32_t
- x86_debug_state64_t
- x86_debug_state_t
- x86_exception_state64_t
- x86_exception_state_t
- x86_float_state64_t
- x86_float_state_t
- x86_pagein_state_t
- x86_state_hdr_t
- x86_thread_full_state64_t
- x86_thread_state64_t
- x86_thread_state_t
- sys
- vfs
- vm
-
IOKit Fundamentals
-
IOService
- ChangePowerState
- CopyProperties
- CopyProperties_Impl
- CopyProviderProperties
- CopyProviderProperties_Impl
- Dispatch
- GetRegistryEntryID
- GetRegistryEntryID_Impl
- RegisterService
- SetDispatchQueue_Impl
- SetPowerState
- SetPowerState_Impl
- Start
- Start_Impl
- Stop
- Stop_Impl
- Terminate
- Terminate_Impl
- applyToClients
- applyToProviders
- callPlatformFunction
- compareProperty
- copyNotifiers
- free
- getClientIterator
- getOpenClientIterator
- getOpenProviderIterator
- getProviderIterator
- init
- matchPropertyTable
- newUserClient
- newUserClient
- newUserClient
- registerInterest
- registerInterest
- waitForState
- waitQuiet
- CopyProviderProperties_Invoke
- CreateKernelClassMatchingDictionary
- CreateKernelClassMatchingDictionary
- CreateNameMatchingDictionary
- CreateNameMatchingDictionary
- CreatePropertyMatchingDictionary
- CreatePropertyMatchingDictionary
- CreateUserClassMatchingDictionary
- CreateUserClassMatchingDictionary
- Terminate_Invoke
- addLocation
- addMatchingNotification
- addNotification
- copyExistingServices
- copyMatchingService
- doInstallNotification
- getMatchingServices
- nameMatching
- nameMatching
- propertyMatching
- publishResource
- resourceMatching
- resourceMatching
- serviceMatching
- serviceMatching
- setNotification
- userServerCheckInTokenNotificationHandler
- waitForMatchingService
-
IORegistryEntry
- childFromPath
- compareName
- compareNames
- copyChildEntry
- copyLocation
- copyName
- copyParentEntry
- copyProperty
- copyProperty
- copyProperty
- copyProperty
- copyProperty
- copyProperty
- dictionaryWithProperties
- getChildIterator
- getParentIterator
- getProperty
- getProperty
- getProperty
- getProperty
- getProperty
- init
- propertyExists
- propertyExists
- propertyExists
- propertyExists
- propertyExists
- propertyExists
- propertyHasValue
- propertyHasValue
- propertyHasValue
- propertyHasValue
- propertyHasValue
- propertyHasValue
- removeProperty
- removeProperty
- runPropertyActionBlock
- setLocation
- setName
- setProperty
- setProperty
- setProperty
- setProperty
- setProperty
- setProperty
- fromPath
- makePlane
- IORegistryIterator
- Registry Keys
-
Memory
- IOBufferMemoryDescriptor
- IOGeneralMemoryDescriptor
- IOInterleavedMemoryDescriptor
- IOMemoryDescriptor
- IOMultiMemoryDescriptor
- IOSubMemoryDescriptor
- IODeviceMemory
- IORangeAllocator
- IOMapper
- IOMemoryMap
- IOBigMemoryCursor
- IOLittleMemoryCursor
- IONaturalMemoryCursor
- IOMemoryCursor
-
IODMACommand
- CompleteDMA_Invoke
- Create
- Create_Impl
- Create_Invoke
- GetPreparation_Invoke
- PerformOperation_Invoke
- PrepareForDMA_Invoke
- withRefCon
- withSpecification
- withSpecification
- CompleteDMA
- CompleteDMA_Impl
- Dispatch
- GetPreparation
- GetPreparation_Impl
- PerformOperation
- PerformOperation_Impl
- PrepareForDMA
- PrepareForDMA_Impl
- cloneCommand
- createCopyBuffer
- genIOVMSegments
- genIOVMSegments
- initWithSpecification
- prepareWithSpecification
- walkAll
- IODMAController
- IODMAEventSource
-
Workflow and Control
- IOWorkLoop
- IOTimerEventSource
- IOWatchDogTimer
- IODispatchQueueInterface
- IODispatchSourceInterface
- IODispatchQueue
- IODataQueueDispatchSource
- IODataQueueDispatchSourceInterface
- IODataQueue
- IOGatedOutputQueue
- IOBasicOutputQueue
- IOOutputQueue
-
IOServiceNotificationDispatchSource
- Cancel_Impl
- CheckForWork_Impl
- CopyNextNotification
- CopyNextNotification_Impl
- DeliverNotifications
- Dispatch
- ServiceNotificationReady
- SetEnableWithCompletion_Impl
- SetHandler
- SetHandler_Impl
- free
- getMetaClass
- init
- CopyNextNotification_Invoke
- Create
- Create_Call
- Create_Impl
- Create_Invoke
- ServiceNotificationReady_Invoke
- ServiceNotificationReady_Invoke
- SetHandler_Invoke
- IOServiceNotificationDispatchSourceInterface
- IONotifier
- IOInterruptDispatchSource
- IOInterruptDispatchSourceInterface
- IOFilterInterruptEventSource
- IOInterruptEventSource
- IOInterruptController
- IOCommandPool
- IOCommandGate
- IOCommand
- IODispatchSource
- IOEventSource
- Locks
-
Data Types
- OSBoolean
- OSString
- OSNumber
- OSData
- OSArray
- OSDictionary
- OSSet
- OSOrderedSet
- OSCollection
- OSCollectionIterator
- OSIterator
- OSAction
- OSActionInterface
- OSSymbol
- OSObject
- OSMetaClass
- OSMetaClassBase
- OSSerialize
- OSSerializer
- OSArrayPtr
- OSBooleanPtr
- OSCollectionIteratorPtr
- OSCollectionPtr
- OSDataConstPtr
- OSDataPtr
- OSDictionaryPtr
- OSNumberPtr
- OSObjectPtr
- OSOrderedSetPtr
- OSSerializePtr
- OSSerializerPtr
- OSSetPtr
- OSStringConstPtr
- OSStringPtr
- OSSymbolConstPtr
- OSSymbolPtr
- IOSharedDataQueue
- IOSharedInterruptController
-
IOUserClient
- clientMemoryForType
- free
- getAsyncTargetAndMethodForIndex
- getTargetAndMethodForIndex
- init
- init
- initWithTask
- registerNotificationPort
- removeMappingForDescriptor
- AsyncCompletion_Invoke
- copyClientEntitlement
- copyClientEntitlementVnode
- copyClientEntitlements
- copyClientEntitlementsVnode
- copyEntitlementsFromBlob
- setAsyncReference64
- IOStreamUserClient
- IOStream
- IOStreamBuffer
- IOKernelDebugger
- IOKitDiagnostics
- IOKitDiagnosticsClient
- IOByteCount
- IODTCompareAddressCellFunc
- IOPhysicalAddress
- IOPhysicalLength
- IOServiceNotificationBlock
-
IOService
-
Hardware Specifics
-
ATA
- ATADeviceNub
- IOATADevice
-
IOATAController
- ATAPISlaveExists
- allocateDoubleBuffer
- asyncCommand
- asyncData
- asyncIO
- asyncStatus
- bitSigToNumeric
- busCanDispatch
- checkTimeout
- completeIO
- configureTFPointers
- dequeueFirstCommand
- determineATAPIState
- dispatchNext
- enqueueCommand
- executeCommand
- executeEventCallouts
- free
- getConfig
- getMetaClass
- handleBusReset
- handleCommand
- handleDeviceInterrupt
- handleExecIO
- handleOverrun
- handleQueueFlush
- handleRegAccess
- handleTimeout
- init
- issueCommand
- probe
- provideBusInfo
- readATAPIByteCount
- readExtRegister
- registerAccess
- scanForDrives
- selectConfig
- selectDevice
- selectIOTiming
- softResetBus
- start
- startDMA
- startTimer
- stopDMA
- stopTimer
- swapBytes16
- synchronousIO
- txDataIn
- txDataOut
- waitForU8Status
- writeExtRegister
- writePacket
- executeCommandAction
- timeoutOccured
- IOATAReg32
- IOATAReg16
- IOATAReg8
- IOATAIOReg32
- IOATAIOReg16
- IOATAIOReg8
- IOATARegPtr32
- IOATARegPtr16
- IOATARegPtr8
- IOATABusCommand64
- IOATABusCommand
-
IOATACommand
- free
- getActualTransfer
- getAltStatus
- getBuffer
- getCommandInUse
- getCylHi
- getCylLo
- getDataReg
- getDevice_Head
- getEndErrorReg
- getEndStatusReg
- getErrorReg
- getExtendedLBA
- getMetaClass
- getResult
- getSectorCount
- getSectorNumber
- getStatus
- init
- setBuffer
- setByteCount
- setCallbackPtr
- setCommand
- setControl
- setCylHi
- setCylLo
- setDataReg
- setDevice_Head
- setEndResult
- setFeatures
- setFlags
- setLBA28
- setOpcode
- setPacketCommand
- setPosition
- setRegMask
- setSectorCount
- setSectorNumber
- setTimeoutMS
- setTransferChunkSize
- setUnit
- zeroCommand
- ATATimerEventSource
-
IOATAPIProtocolTransport
- AbortSCSICommand
- AllocateATACommandObjects
- CheckWakeupResetOccurred
- CompleteSCSITask
- ConfigureATAPIDevice
- DeallocateATACommandObjects
- DisablePollingOfStatusRegister
- EnablePollingOfStatusRegister
- GatedWaitForRequest
- GetATACommandObject
- HandlePowerOff
- HandlePowerOn
- HandleProtocolServiceFeature
- IdentifyATAPIDevice
- IdentifyAndConfigureATAPIDevice
- InspectDevice
- IsProtocolServiceSupported
- PollStatusRegister
- PollStatusRegisterCallback
- ReconfigureATAPIDevice
- ReportATAPIDeviceType
- ResetATAPIDevice
- ReturnATACommandObject
- SCSITaskCallbackFunction
- SendATASleepCommand
- SendCommand
- SendSCSICommand
- SetDMATransferMode
- SetPIOTransferMode
- SetWakeupResetOccurred
- TurnDrivePowerOff
- free
- getMetaClass
- init
- message
- start
- stop
- sATACallbackSync
- sATAPIConfigStateMachine
- sATAPIResetCallback
- sATAPIVoidCallback
- sCheckWakeupResetOccurred
- sConvertHighestBitToNumber
- sPollStatusRegister
- sPollStatusRegisterCallback
- sSCSITaskCallbackProc
- sSetWakeupResetOccurred
- sSwapBytes16
- ATAPIClientData
- ATAPICmdPacket
- IOExtendedLBA
-
IOATABusInfo
- getDMAModes
- getMetaClass
- getPIOModes
- getSocketType
- getUltraModes
- getUnits
- init
- maxBlocksExtended
- setDMAModes
- setDMAQueued
- setExtendedLBA
- setMaxBlocksExtended
- setOverlapped
- setPIOModes
- setSocketType
- setUltraModes
- setUnits
- supportsDMA
- supportsDMAQueued
- supportsExtendedLBA
- supportsOverlapped
- zeroData
- atabusinfo
- IOATADevConfig
- IOATACompletionFunction
- ataDeviceType
- ataEventCode
-
ataFlags
- bATAFlag48BitLBA
- bATAFlagByteSwap
- bATAFlagDMAQueued
- bATAFlagIORead
- bATAFlagIOWrite
- bATAFlagImmediate
- bATAFlagNoIRQ
- bATAFlagOverlapped
- bATAFlagProtocolATAPI
- bATAFlagQuiesce
- bATAFlagTFAccess
- bATAFlagTFAccessResult
- bATAFlagUseConfigSpeed
- bATAFlagUseDMA
- mATAFlag48BitLBA
- mATAFlagByteSwap
- mATAFlagDMAQueued
- mATAFlagIORead
- mATAFlagIOWrite
- mATAFlagImmediate
- mATAFlagOverlapped
- mATAFlagProtocolATAPI
- mATAFlagQuiesce
- mATAFlagTFAccess
- mATAFlagTFAccessResult
- mATAFlagUseConfigSpeed
- mATAFlagUseDMA
- mATAFlagUseNoIRQ
- ataOpcode
-
ataRegMask
- bATAAltSDevCValid
- bATACylinderHiValid
- bATACylinderLoValid
- bATADataValid
- bATAErrFeaturesValid
- bATASDHValid
- bATASectorCntValid
- bATASectorNumValid
- bATAStatusCmdValid
- mATAAltSDevCValid
- mATACylinderHiValid
- mATACylinderLoValid
- mATADataValid
- mATAErrFeaturesValid
- mATASDHValid
- mATASectorCntValid
- mATASectorNumValid
- mATAStatusCmdValid
- ataSocketType
- ataUnitID
- atapiConfig
-
FireWire
- IOFireWireSerialBusProtocolTransport
- IOFireWireSBP2Target
- IOFireWireController
- IOFireWireBus
- IOFireWireLocalNode
- IOFireWireSBP2LUN
- IOFireWireAVCSubUnit
- IOFireWireAVCUnit
- IOFireWireAVCNub
- IOFireWireUnit
- IOFireWireNub
- IOFireWireDevice
- IOFireWireControllerAux
- IOFireWireLocalNodeAux
- IOFireWireBusAux
- IOFireWireDeviceAux
- IOFireWireUnitAux
- IOFireWireNubAux
- IOFireWireSBP2UserClient
- IOFireWireAVCAsynchronousCommand
- IOFireWireAVCTargetSpace
- IOFireWireAVCCommand
- AVCCommandHandlerInfo
- AVCConnectionRecord
- AVCSubunitInfo
- IODCLProgram
- IODCLTranslateListen
- IODCLTranslateTalk
- IODCLTranslator
- IOFWReceiveDCL
- IOFWSendDCL
- IOFWSkipCycleDCL
- IOFWDCL
- IOFireWireSBP2Login
- IOFireWireSBP2ManagementORB
- IOFireWireSBP2ORB
- IOFWAddressSpaceAux
- IOFWPhysicalAddressSpaceAux
- IOFWPseudoAddressSpaceAux
- IOFWSimpleContiguousPhysicalAddressSpace
- IOFireWirePCRSpace
- IOFWPseudoAddressSpace
- IOFWSimplePhysicalAddressSpace
- IOFWPhysicalAddressSpace
- IOFWAddressSpace
- IOFWCompareAndSwapCommand
- IOFWAsyncCommand
- IOFWAsyncPHYCommand
- IOFWAsyncStreamCommand
- IOFWBusCommand
- IOFWCommand
- IOFWDelayCommand
- IOFWReadCommand
- IOFWReadQuadCommand
- IOFWWriteCommand
- IOFWWriteQuadCommand
- IOFWSpeed
- UCInfo
- IOLocalConfigDirectory
- IOConfigDirectory
- IOFireWireDuplicateGUIDList
- IOFireWireIRMAllocation
- IOFireWireMultiIsochReceiveListener
- IOFWPHYPacketListener
- IOFireWireMultiIsochReceivePacket
- IOFireWirePowerManager
- IOFWIsochChannel
- IOFWIsochPort
- IOFWLocalIsochPort
- IOFWSyncer
- IOFWUserObjectExporter
-
PCI
- IOAGPDevice
-
IOPCIDevice
- Close
- ConfigurationRead16
- ConfigurationRead32
- ConfigurationRead8
- ConfigurationWrite16
- ConfigurationWrite32
- ConfigurationWrite8
- Dispatch
- EnablePCIPowerManagement
- EnablePCIPowerManagement_Impl
- FindPCICapability
- FindPCICapability_Impl
- GetBusDeviceFunction
- GetBusDeviceFunction_Impl
- HasPCIPowerManagement
- HasPCIPowerManagement_Impl
- MemoryRead16
- MemoryRead32
- MemoryRead64
- MemoryRead8
- MemoryWrite16
- MemoryWrite32
- MemoryWrite64
- MemoryWrite8
- Open
- attach
- callPlatformFunction
- callPlatformFunction
- checkLink
- compareName
- configAccess
- configRead16
- configRead16
- configRead32
- configRead32
- configRead8
- configRead8
- configWrite16
- configWrite16
- configWrite32
- configWrite32
- configWrite8
- configWrite8
- copyAERErrorDescriptionForBit
- createEventSource
- detach
- detachAbove
- enableACS
- enableLTR
- enablePCIPowerManagement
- extendedConfigRead16
- extendedConfigRead32
- extendedConfigRead8
- extendedConfigWrite16
- extendedConfigWrite32
- extendedConfigWrite8
- extendedFindPCICapability
- findPCICapability
- free
- getBusNumber
- getDeviceMemoryWithIndex
- getDeviceMemoryWithRegister
- getDeviceNumber
- getFunctionNumber
- getMetaClass
- getResources
- handleClose
- handleOpen
- hasPCIPowerManagement
- init
- init
- initReserved
- initialPowerStateForDomainState
- ioDeviceMemory
- ioRead16
- ioRead32
- ioRead8
- ioWrite16
- ioWrite32
- ioWrite8
- kernelRequestProbe
- mapDeviceMemoryWithRegister
- matchLocation
- matchPropertyTable
- matchPropertyTable
- maxCapabilityForDomainState
- newUserClient
- powerStateForDomainState
- powerStateWillChangeTo
- protectDevice
- relocate
- requestProbe
- restoreDeviceState
- saveDeviceState
- setASPMState
- setBusMasterEnable
- setConfigBits
- setConfigHandler
- setIOEnable
- setLatencyTolerance
- setMemoryEnable
- setPCIPowerState
- setPowerState
- setProperties
- setTunnelL1Enable
- updateWakeReason
- EnablePCIPowerManagement_Invoke
- FindPCICapability_Invoke
- GetBusDeviceFunction_Invoke
- HasPCIPowerManagement_Invoke
-
IOPCI2PCIBridge
- adjustPowerState
- allocateBridgeInterrupts
- checkLink
- configRead16
- configRead32
- configRead8
- configWrite16
- configWrite32
- configWrite8
- configure
- createEventSource
- disableBridgeInterrupts
- enableBridgeInterrupts
- enableLTR
- filterInterrupt
- firstBusNum
- free
- getBridgeSpace
- getMetaClass
- handleInterrupt
- ioDeviceMemory
- lastBusNum
- probe
- probeBus
- publishNub
- requestProbe
- restoreBridgeState
- saveBridgeState
- saveDeviceState
- serializeProperties
- setDeviceASPMState
- setPowerState
- setTunnelL1Enable
- start
- startBootDefer
- startBridgeInterrupts
- stop
- systemWillShutdown
- timerProbe
-
IOPCIBridge
- addBridgeIORange
- addBridgeMemoryRange
- addBridgePrefetchableMemoryRange
- addBridgePrefetchableMemoryRange
- callPlatformFunction
- checkLink
- checkProperties
- commitAGPMemory
- compareNubName
- configRead16
- configRead32
- configRead8
- configWrite16
- configWrite32
- configWrite8
- configure
- constructProperties
- constructRange
- createAGPSpace
- createEventSource
- createNub
- destroyAGPSpace
- enableLTR
- extendedFindPCICapability
- findMatching
- findPCICapability
- firstBusNum
- free
- getAGPRangeAllocator
- getAGPSpace
- getAGPStatus
- getBridgeSpace
- getConfiguratorWorkLoop
- getDTNubAddressing
- getMetaClass
- getNubAddressing
- getNubResources
- initialPowerStateForDomainState
- initializeNub
- ioDeviceMemory
- isDTNub
- kernelRequestProbe
- lastBusNum
- matchKeys
- matchNubWithPropertyTable
- maxCapabilityForDomainState
- newUserClient
- pciMatchNub
- powerStateForDomainState
- probeBus
- protectDevice
- publishNub
- releaseAGPMemory
- relocate
- removeDevice
- resetAGPDevice
- resolveLegacyInterrupts
- resolveMSIInterrupts
- restoreDeviceState
- restoreMachineState
- restoreQEnter
- restoreQRemove
- restoreTunnelState
- saveDeviceState
- setDeviceASPMBits
- setDeviceASPMState
- setDeviceCLKREQBits
- setDeviceL1PMBits
- setDevicePowerState
- setDevicePowerState
- setPowerState
- setProperties
- spaceFromProperties
- spaceFromProperties
- start
- stop
- tunnelsWait
- updateWakeReason
- compareAddressCell
- configOp
- createEventSource
- deferredProbe
- finishMachineState
- initialize
- systemPowerChange
- IOPCIEventSource
-
USB
- USB Device Descriptors
-
Additional Specifications
- tIOUSB30LinkStateTimeout
- tIOUSBEndpointSynchronizationType
- tIOUSBEndpointUsageType
-
tIOUSBHostPortStatus
- kIOUSBHostPortStatusConnectedSpeedFull
- kIOUSBHostPortStatusConnectedSpeedHigh
- kIOUSBHostPortStatusConnectedSpeedLow
- kIOUSBHostPortStatusConnectedSpeedMask
- kIOUSBHostPortStatusConnectedSpeedNone
- kIOUSBHostPortStatusConnectedSpeedPhase
- kIOUSBHostPortStatusConnectedSpeedSuper
- kIOUSBHostPortStatusConnectedSpeedSuperPlus
- kIOUSBHostPortStatusConnectedSpeedSuperPlusBy2
- kIOUSBHostPortStatusEnabled
- kIOUSBHostPortStatusOvercurrent
- kIOUSBHostPortStatusPortTypeAccessory
- kIOUSBHostPortStatusPortTypeCaptive
- kIOUSBHostPortStatusPortTypeInternal
- kIOUSBHostPortStatusPortTypeMask
- kIOUSBHostPortStatusPortTypePhase
- kIOUSBHostPortStatusPortTypeReserved
- kIOUSBHostPortStatusPortTypeStandard
- kIOUSBHostPortStatusResetting
- kIOUSBHostPortStatusSuspended
- kIOUSBHostPortStatusTestMode
- tIOUSBHostPortType
- tInternalUSBHostConnectionSpeed
-
tUSBHostPortStatus
- kUSBHostPortStatusConnectedSpeedFull
- kUSBHostPortStatusConnectedSpeedHigh
- kUSBHostPortStatusConnectedSpeedLow
- kUSBHostPortStatusConnectedSpeedMask
- kUSBHostPortStatusConnectedSpeedNone
- kUSBHostPortStatusConnectedSpeedPhase
- kUSBHostPortStatusConnectedSpeedSuper
- kUSBHostPortStatusEnabled
- kUSBHostPortStatusOvercurrent
- kUSBHostPortStatusPortTypeAccessory
- kUSBHostPortStatusPortTypeCaptive
- kUSBHostPortStatusPortTypeInternal
- kUSBHostPortStatusPortTypeMask
- kUSBHostPortStatusPortTypePhase
- kUSBHostPortStatusPortTypeReserved
- kUSBHostPortStatusPortTypeStandard
- kUSBHostPortStatusResetting
- kUSBHostPortStatusSuspended
- kUSBHostPortStatusTestMode
- kUSBHostPortStatusConnectedSpeedSuperPlus
- kUSBHostPortStatusConnectedSpeedSuperPlusBy2
- tUSBHostPortType
- Audio
- Graphics and Displays
- HID
- Network
-
SCSI
- IOSCSIPeripheralDeviceType00
- IOSCSIPeripheralDeviceType07
- IOSCSIPeripheralDeviceType0E
- IOSCSIBlockCommandsDevice
- IOSCSIReducedBlockCommandsDevice
- IOSCSILogicalUnitNub
- IOSCSIParallelInterfaceController
- IOSCSIPeripheralDeviceType05
- IOSCSIMultimediaCommandsDevice
- IOReducedBlockServices
- IOSCSIPeripheralDeviceNub
- IOSCSIPrimaryCommandsDevice
- IOSCSIProtocolServices
- IOSCSIProtocolInterface
- Serial
-
Mass Storage
- IOBDBlockStorageDriver
- IODVDBlockStorageDriver
- IOCDBlockStorageDriver
- IOBlockStorageDriver
- IOStorage
- IODVDServices
- IOBDBlockStorageDevice
- IODVDBlockStorageDevice
- IOCompactDiscServices
- IOBDMediaBSDClient
- IOMediaBSDClient
- IOBlockStorageServices
- IOCDBlockStorageDevice
- IOBDServices
- IOBlockStorageDevice
- IOCDMedia
- IOBDMedia
- IOMedia
- IOCDMediaBSDClient
- IOCDPartitionScheme
- IODVDMedia
- IODVDMediaBSDClient
- IOAppleLabelScheme
- IOApplePartitionScheme
- IOFDiskPartitionScheme
- IOGUIDPartitionScheme
- IOPartitionScheme
- IOFilterScheme
-
ATA
- Driver Support
- Debugging
- Strings
-
Deprecated Symbols
- mbuf_getcluster
- mbuf_adj
- mbuf_adjustlen
- mbuf_align_32
- mbuf_alloccluster
- mbuf_allocpacket
- mbuf_allocpacket_list
- mbuf_attachcluster
- mbuf_clear_csum_performed
- mbuf_clear_csum_requested
- mbuf_clear_vlan_tag
- mbuf_concatenate
- mbuf_copy_pkthdr
- mbuf_copyback
- mbuf_copydata
- mbuf_copym
- mbuf_data
- mbuf_data_to_physical
- mbuf_datastart
- mbuf_dup
- mbuf_flags
- mbuf_free
- mbuf_freecluster
- mbuf_freem
- mbuf_freem_list
- mbuf_get
- mbuf_get_csum_requested
- mbuf_get_mhlen
- mbuf_get_minclsize
- mbuf_get_mlen
- mbuf_get_traffic_class
- mbuf_get_tso_requested
- mbuf_get_vlan_tag
- mbuf_gethdr
- mbuf_getpacket
- mbuf_inbound_modified
- mbuf_inet6_cksum
- mbuf_inet_cksum
- mbuf_is_traffic_class_privileged
- mbuf_leadingspace
- mbuf_len
- mbuf_maxlen
- mbuf_mclget
- mbuf_mclhasreference
- mbuf_next
- mbuf_nextpkt
- mbuf_outbound_finalize
- mbuf_pkthdr_adjustlen
- mbuf_pkthdr_header
- mbuf_pkthdr_len
- mbuf_pkthdr_rcvif
- mbuf_pkthdr_setheader
- mbuf_pkthdr_setlen
- mbuf_pkthdr_setrcvif
- mbuf_prepend
- mbuf_pulldown
- mbuf_pullup
- mbuf_set_csum_performed
- mbuf_set_traffic_class
- mbuf_set_vlan_tag
- mbuf_setdata
- mbuf_setflags
- mbuf_setflags_mask
- mbuf_setlen
- mbuf_setnext
- mbuf_setnextpkt
- mbuf_settype
- mbuf_split
- mbuf_stats
- mbuf_tag_allocate
- mbuf_tag_find
- mbuf_tag_free
- mbuf_tag_id_find
- mbuf_trailingspace
- mbuf_type
- ifaddr_address
- ifaddr_address_family
- ifaddr_dstaddress
- ifaddr_findbestforaddr
- ifaddr_ifnet
- ifaddr_netmask
- ifaddr_reference
- ifaddr_release
- ifaddr_withaddr
- ifaddr_withdstaddr
- ifaddr_withnet
- ifaddr_withroute
- iflt_attach
- iflt_detach
- ifmaddr_address
- ifmaddr_ifnet
- ifmaddr_lladdress
- ifmaddr_reference
- ifmaddr_release
- ifnet_add_multicast
- ifnet_addrlen
- ifnet_allocate
- ifnet_attach
- ifnet_attach_protocol
- ifnet_attach_protocol_v2
- ifnet_baudrate
- ifnet_capabilities_enabled
- ifnet_capabilities_supported
- ifnet_detach
- ifnet_detach_protocol
- ifnet_event
- ifnet_family
- ifnet_find_by_name
- ifnet_flags
- ifnet_free_address_list
- ifnet_free_multicast_list
- ifnet_get_address_list
- ifnet_get_address_list_family
- ifnet_get_link_mib_data
- ifnet_get_link_mib_data_length
- ifnet_get_multicast_list
- ifnet_get_tso_mtu
- ifnet_get_wake_flags
- ifnet_hdrlen
- ifnet_index
- ifnet_input
- ifnet_interface_family_find
- ifnet_ioctl
- ifnet_lastchange
- ifnet_list_free
- ifnet_list_get
- ifnet_lladdr_copy_bytes
- ifnet_llbroadcast_copy_bytes
- ifnet_metric
- ifnet_mtu
- ifnet_name
- ifnet_offload
- ifnet_output
- ifnet_output_raw
- ifnet_reference
- ifnet_release
- ifnet_remove_multicast
- ifnet_resolve_multicast
- ifnet_set_addrlen
- ifnet_set_baudrate
- ifnet_set_capabilities_enabled
- ifnet_set_capabilities_supported
- ifnet_set_flags
- ifnet_set_hdrlen
- ifnet_set_link_mib_data
- ifnet_set_lladdr
- ifnet_set_metric
- ifnet_set_mtu
- ifnet_set_offload
- ifnet_set_promiscuous
- ifnet_set_stat
- ifnet_set_tso_mtu
- ifnet_set_wake_flags
- ifnet_softc
- ifnet_stat
- ifnet_stat_increment
- ifnet_stat_increment_in
- ifnet_stat_increment_out
- ifnet_touch_lastchange
- ifnet_type
- ifnet_unit
-
IOUSBHostInterface
- Close
- Close_Impl
- CopyDevice
- CopyDevice_Impl
- CopyPipe
- CopyPipe_Impl
- Dispatch
- GetFrameNumber
- GetFrameNumber_Impl
- GetIdlePolicy
- GetIdlePolicy_Impl
- GetPortStatus
- GetPortStatus_Impl
- Open
- Open_Impl
- SelectAlternateSetting
- SelectAlternateSetting_Impl
- SetIdlePolicy
- SetIdlePolicy_Impl
- abortDeviceRequests
- attach
- close
- closeGated
- closePipes
- closePipesGated
- compareProperty
- compareProperty
- copyPipe
- copyPipeGated
- createIOBuffer
- destroyPipes
- destroyPipesGated
- deviceRequest
- deviceRequest
- deviceRequest
- deviceRequest
- free
- getConfigurationDescriptor
- getDevice
- getFrameNumber
- getIdlePolicy
- getInterfaceDescriptor
- getInterfaceDescriptorGated
- getMetaClass
- getPortStatus
- getStringDescriptor
- initWithDescriptors
- matchPropertyTable
- matchPropertyTable
- message
- newUserClient
- open
- openGated
- pipeLockLock
- pipeLockUnlock
- selectAlternateSetting
- selectAlternateSettingGated
- setIdlePolicy
- start
- stop
- stringFromReturn
- terminate
- updateMatchingProperties
- Close_Invoke
- CopyDevice_Invoke
- CopyPipe_Invoke
- GetFrameNumber_Invoke
- GetIdlePolicy_Invoke
- GetPortStatus_Invoke
- Open_Invoke
- SelectAlternateSetting_Invoke
- SetIdlePolicy_Invoke
- withDescriptors
-
IOUSBHostDevice
- AbortDeviceRequests
- AbortDeviceRequests_Impl
- AsyncDeviceRequest
- AsyncDeviceRequest_Impl
- Close
- Close_Impl
- CompleteAsyncDeviceRequest
- CopyInterface
- CopyInterface_Impl
- CreateIOBuffer
- CreateIOBuffer_Impl
- CreateInterfaceIterator
- CreateInterfaceIterator_Impl
- DestroyInterfaceIterator
- DestroyInterfaceIterator_Impl
- DeviceRequest
- DeviceRequest_Impl
- Dispatch
- GetAddress
- GetAddress_Impl
- GetFrameNumber
- GetFrameNumber_Impl
- GetPortStatus
- GetPortStatus_Impl
- GetSpeed
- GetSpeed_Impl
- Open
- Open_Impl
- PMstop
- Reset
- Reset_Impl
- SetConfiguration
- SetConfiguration_Impl
- abortDeviceRequests
- abortDeviceRequestsGated
- addPowerChild
- addPowerChildGated
- addPowerChildThreadCall
- allocateDownstreamBusCurrent
- allocateDownstreamBusCurrentGated
- attach
- cacheDescriptor
- cacheDescriptorGated
- close
- closeGated
- compareProperty
- compareProperty
- createIOBuffer
- createPipe
- createPipeGated
- deviceRequest
- deviceRequest
- deviceRequest
- deviceRequest
- deviceRequest
- forcePower
- forcePowerGated
- free
- getAddress
- getCapabilityDescriptors
- getConfigurationDescriptor
- getConfigurationDescriptor
- getConfigurationDescriptorWithValue
- getDescriptor
- getDescriptorGated
- getDeviceDescriptor
- getFrameNumber
- getLPMExitLatency
- getLPMExitLatencyGated
- getMetaClass
- getPortStatus
- getSpeed
- getStringDescriptor
- handleClose
- handleIsOpen
- handleOpen
- idleAssertion
- initWithController
- initialPowerStateForDomainState
- internalDeviceRequest
- internalDeviceRequestGated
- matchPropertyTable
- matchPropertyTable
- message
- newUserClient
- open
- openGated
- pmStopThreadCall
- powerChangeDone
- powerStateDidChangeTo
- powerStateDidChangeToGated
- powerStateWillChangeTo
- powerStateWillChangeToGated
- registerPowerService
- removePowerChild
- reset
- setConfiguration
- setConfigurationGated
- setPowerState
- setPowerStateGated
- setProperties
- setProperty
- setProperty
- setProperty
- setProperty
- setProperty
- setProperty
- setProperty
- start
- stop
- stringFromReturn
- terminate
- terminateGated
- updateIdlePolicy
- updateIdlePolicyAsync
- updateIdlePolicyGated
- updateLPMPolicyGated
- willTerminate
- AbortDeviceRequests_Invoke
- AsyncDeviceRequest_Invoke
- Close_Invoke
- CompleteAsyncDeviceRequest_Invoke
- CompleteAsyncDeviceRequest_Invoke
- CopyInterface_Invoke
- CreateIOBuffer_Invoke
- CreateInterfaceIterator_Invoke
- DestroyInterfaceIterator_Invoke
- DeviceRequest_Invoke
- GetAddress_Invoke
- GetFrameNumber_Invoke
- GetPortStatus_Invoke
- GetSpeed_Invoke
- Open_Invoke
- Reset_Invoke
- SetConfiguration_Invoke
- asyncDeviceRequestCompletionCallback
- withController
-
IOUSBHostPipe
- Abort
- Abort_Impl
- AdjustPipe
- AdjustPipe_Impl
- AsyncIO
- AsyncIOBundled
- AsyncIOBundled_Impl
- AsyncIO_Impl
- ClearStall
- ClearStall_Impl
- CompleteAsyncIO
- CompleteAsyncIOBundled
- CompleteAsyncIsochIO
- CreateMemoryDescriptorRing
- CreateMemoryDescriptorRing_Impl
- Dispatch
- GetDescriptors
- GetDescriptors_Impl
- GetDeviceAddress
- GetDeviceAddress_Impl
- GetIdlePolicy
- GetIdlePolicy_Impl
- GetSpeed
- GetSpeed_Impl
- IO
- IO_Impl
- IsochIO
- IsochIO_Impl
- SetIdlePolicy
- SetIdlePolicy_Impl
- SetMemoryDescriptor
- SetMemoryDescriptor_Impl
- abort
- abortGated
- adjustOutstandingIO
- adjustPipe
- adjustPipe
- adjustPipeGated
- adjustPipeGatedV2
- clearStall
- clearStallGated
- closeGated
- controlRequest
- controlRequest
- controlRequest
- controlRequest
- controlRequestGated
- copyStream
- copyStreamGated
- destroyGated
- destroyMemoryDescriptorRing
- disableStreams
- disableStreamsGated
- enableStreams
- enableStreamsGated
- free
- getDescriptors
- getDeviceAddress
- getEndpointDescriptor
- getIdlePolicy
- getIdlePolicyGated
- getMetaClass
- getOutstandingIO
- getSpeed
- getSuperSpeedEndpointCompanionDescriptor
- initWithDescriptorsAndOwners
- io
- io
- io
- io
- isochronousIoGated
- openGated
- setIdlePolicy
- setIdlePolicyGated
- Abort_Invoke
- AdjustPipe_Invoke
- AsyncIOBundled_Invoke
- AsyncIO_Invoke
- ClearStall_Invoke
- CompleteAsyncIOBundled_Invoke
- CompleteAsyncIOBundled_Invoke
- CompleteAsyncIO_Invoke
- CompleteAsyncIO_Invoke
- CompleteAsyncIsochIO_Invoke
- CompleteAsyncIsochIO_Invoke
- CreateMemoryDescriptorRing_Invoke
- GetDescriptors_Invoke
- GetDeviceAddress_Invoke
- GetIdlePolicy_Invoke
- GetSpeed_Invoke
- IO_Invoke
- IsochIO_Invoke
- SetIdlePolicy_Invoke
- SetMemoryDescriptor_Invoke
- asyncIOCompletionCallback
- asyncIOCompletionCallbackBundled
- asyncIsochIOCompletionCallback
- rawBufferControlRequestCompletion
- withDescriptorsAndOwners
- IOUSBHostIOSource
- IOUSBHostStream
-
IOHIDEventDriver
- checkGameControllerElement
- checkMultiAxisElement
- conformTo
- copyEvent
- copyMatchingEvent
- createDigitizerTransducerEventForReport
- didTerminate
- dispatchEvent
- free
- getBlessedUsagePairs
- getCountryCode
- getElementValue
- getLocationID
- getManufacturer
- getMetaClass
- getProduct
- getProductID
- getReportElements
- getSerialNumber
- getTransport
- getVendorID
- getVendorIDSource
- getVersion
- handleAccelReport
- handleBiometricReport
- handleBootPointingReport
- handleCompassReport
- handleDeviceOrientationReport
- handleDigitizerCollectionReport
- handleDigitizerReport
- handleDigitizerTransducerReport
- handleGameControllerReport
- handleGyroReport
- handleInterruptReport
- handleKeboardReport
- handleMultiAxisPointerReport
- handlePhaseReport
- handleRelativeReport
- handleScrollReport
- handleStart
- handleStop
- handleTemperatureReport
- handleUnicodeGestureCandidateReport
- handleUnicodeGestureReport
- handleUnicodeLegacyReport
- handleUnicodeReport
- handleVendorMessageReport
- init
- parseAccelElement
- parseBiometricElement
- parseCompassElement
- parseDeviceOrientationElement
- parseDigitizerElement
- parseDigitizerTransducerElement
- parseElements
- parseGameControllerElement
- parseGestureUnicodeElement
- parseGyroElement
- parseKeyboardElement
- parseLEDElement
- parseLegacyUnicodeElement
- parseMultiAxisElement
- parsePhaseElement
- parseRelativeElement
- parseScrollElement
- parseSensorPropertyElement
- parseTemperatureElement
- parseUnicodeElement
- parseVendorMessageElement
- processDigitizerElements
- processGameControllerElements
- processLEDElements
- processMultiAxisElements
- processUnicodeElements
- serializeCharacterGestureState
- serializeDebugState
- setAccelProperties
- setAccelerationProperties
- setBiometricProperties
- setCompassProperties
- setDeviceOrientationProperties
- setDigitizerProperties
- setElementValue
- setGameControllerProperties
- setGyroProperties
- setKeyboardProperties
- setLEDProperties
- setMultiAxisProperties
- setProperties
- setRelativeProperties
- setScrollProperties
- setSensorProperties
- setSurfaceDimensions
- setTemperatureProperties
- setUnicodeProperties
- setVendorMessageProperties
- calibrateCenteredPreferredStateElement
- calibrateJustifiedPreferredStateElement
-
IOHIDEventService
- Dispatch
- EventAvailable
- EventAvailable_Impl
- SetEventMemory
- SetEventMemory_Impl
- SetLED
- SetLED_Impl
- calculateStandardType
- close
- closeForClient
- copyEvent
- copyEventForClient
- copyMatchingEvent
- copyPropertyForClient
- determineResolution
- dispatchAbsolutePointerEvent
- dispatchBiometricEvent
- dispatchDigitizerEvent
- dispatchDigitizerEventWithOrientation
- dispatchDigitizerEventWithPolarOrientation
- dispatchDigitizerEventWithTiltOrientation
- dispatchEvent
- dispatchExtendedGameControllerEvent
- dispatchExtendedGameControllerEventWithThumbstickButtons
- dispatchKeyboardEvent
- dispatchKeyboardEvent
- dispatchMultiAxisPointerEvent
- dispatchRelativePointerEvent
- dispatchRelativePointerEventWithFixed
- dispatchScrollWheelEvent
- dispatchScrollWheelEventWithFixed
- dispatchStandardGameControllerEvent
- dispatchTabletPointerEvent
- dispatchTabletProximityEvent
- dispatchUnicodeEvent
- free
- getCountryCode
- getDeviceUsagePairs
- getElementValue
- getLocationID
- getManufacturer
- getMetaClass
- getPrimaryUsage
- getPrimaryUsagePage
- getProduct
- getProductID
- getReportElements
- getReportInterval
- getSerialNumber
- getTransport
- getVendorID
- getVendorIDSource
- getVersion
- handleClose
- handleIsOpen
- handleOpen
- handleStart
- handleStop
- init
- isPowerButtonNmiEnabled
- matchPropertyTable
- message
- multiAxisTimerCallback
- newConsumerShim
- newKeyboardShim
- newUserClient
- open
- openForClient
- parseSupportedElements
- processTabletElement
- readyForReports
- setElementValue
- setProperties
- setPropertiesForClient
- setSystemProperties
- start
- stop
- supportsHeadset
- EventAvailable_Invoke
- SetEventMemory_Invoke
- SetLED_Invoke
- debugActionNMI
- debugActionSysdiagnose
- powerButtonNMI
-
IOHIDInterface
- AddReportToPool
- AddReportToPool_Impl
- Close
- Close_Impl
- Dispatch
- GetElementValues
- GetElementValues_Impl
- GetReport
- GetReport_Impl
- GetSupportedCookies
- GetSupportedCookies_Impl
- HandleReportPrivate
- Open
- Open_Impl
- ReportAvailable
- SetElementValues
- SetElementValues_Impl
- SetReport
- SetReport_Impl
- addReportToPoolGated
- close
- createElements
- createMatchingElements
- free
- getCountryCode
- getLocationID
- getManufacturer
- getMaxReportSize
- getMetaClass
- getProduct
- getProductID
- getReport
- getReport
- getReportInterval
- getSerialNumber
- getTransport
- getVendorID
- getVendorIDSource
- getVersion
- handleReport
- handleReportGated
- init
- matchPropertyTable
- message
- open
- openGated
- setProperty
- setReport
- setReport
- start
- stop
- AddReportToPool_Invoke
- Close_Invoke
- GetElementValues_Invoke
- GetReport_Invoke
- GetSupportedCookies_Invoke
- Open_Invoke
- ReportAvailable_Invoke
- ReportAvailable_Invoke
- SetElementValues_Invoke
- SetReport_Invoke
- withElements
-
IOHIDSystem
- animateWaitCursor
- attach
- changeCursor
- configureReport
- createFilteredParamPropertiesForService
- createParameters
- createShmem
- createShmemGated
- detach
- disableContinuousCursor
- dispatchEvent
- doProcessNotifications
- enableContinuousCursor
- evClose
- evCloseGated
- evDispatch
- evOpen
- eventFlags
- extGetButtonEventNum
- extGetButtonEventNumGated
- extGetStateForSelector
- extGetUserHidActivityState
- extPostEvent
- extPostEventGated
- extRegisterVirtualDisplay
- extSetBounds
- extSetMouseLocation
- extSetMouseLocationGated
- extSetOnScreenBounds
- extSetStateForSelector
- extSetVirtualDisplayBounds
- extUnregisterVirtualDisplay
- free
- genericNotificationHandler
- getMetaClass
- getUserHidActivityStateGated
- getWorkLoop
- hidActivityChecker
- hideCursor
- hideWaitCursor
- init
- initShmem
- keyboardEvent
- keyboardEvent
- keyboardEventGated
- keyboardSpecialEvent
- keyboardSpecialEvent
- keyboardSpecialEventGated
- message
- moveCursor
- newUserClient
- newUserClientGated
- periodicEvents
- pointToScreen
- postEvent
- probe
- registerEventQueue
- registerEventQueueGated
- registerEventSource
- registerScreen
- registerScreenGated
- reportUserHidActivityGated
- resetCursor
- scheduleNextPeriodicEvent
- setBounds
- setContinuousCursorEnable
- setContinuousCursorEnableGated
- setCursorEnable
- setCursorEnableGated
- setCursorPosition
- setDisplayBoundsGated
- setEventsEnable
- setParamProperties
- setParamPropertiesPostGated
- setParamPropertiesPreGated
- setProperties
- showCursor
- showWaitCursor
- sleepDisplayTickle
- start
- startCursor
- unregisterEventQueue
- unregisterEventQueueGated
- unregisterScreen
- unregisterScreenGated
- updateEventFlags
- updateEventFlags
- updateEventFlagsGated
- updateHidActivity
- updateParamPropertiesGated
- updatePowerState
- updateReport
- workspaceBounds
- doCreateShmem
- doEvClose
- doExtGetButtonEventNum
- doExtGetStateForSelector
- doExtPostEvent
- doExtSetMouseLocation
- doExtSetStateForSelector
- doKeyboardEvent
- doKeyboardSpecialEvent
- doNewUserClient
- doProcessKeyboardEQ
- doRegisterEventQueue
- doRegisterScreen
- doSetContinuousCursorEnable
- doSetCursorEnable
- doSetDisplayBounds
- doSetParamPropertiesPost
- doSetParamPropertiesPre
- doUnregisterEventQueue
- doUnregisterScreen
- doUpdateEventFlags
- getUserHidActivityState
- handlePublishNotification
- handleTerminationNotification
- instance
- makeInt32ArrayParamProperty
- makeNumberParamProperty
- powerStateHandler
- processKeyboardEQ
- reportUserHidActivity
-
IOHIKeyboardMapper
- calcModBit
- doCharGen
- doModCalc
- free
- getMetaClass
- getParsedSpecialKey
- init
- keyEventPostProcess
- mapping
- mappingLength
- message
- parseKeyMapping
- postKeyboardSpecialEvent
- rawTranslateKeyCode
- serialize
- setKeyboardTarget
- setParamProperties
- translateKeyCode
- updateProperties
- keyboardMapper
- makeNumberParamProperty
-
IOHIKeyboard
- alphaLock
- autoRepeat
- charKeyActive
- clearLastPageAndUsage
- close
- defaultKeymapOfLength
- deviceFlags
- dispatchKeyboardEvent
- doesKeyLock
- eventFlags
- free
- getLEDStatus
- getLastPageAndUsage
- getMetaClass
- hidKind
- init
- isRepeat
- keyboardEvent
- keyboardSpecialEvent
- maxKeyCodes
- message
- numLock
- open
- open
- resetKeyboard
- scheduleAutoRepeat
- setAlphaLock
- setAlphaLockFeedback
- setCharKeyActive
- setDeviceFlags
- setLastPageAndUsage
- setNumLock
- setNumLockFeedback
- setParamProperties
- setProperties
- setRepeat
- setRepeatMode
- start
- stop
- updateEventFlags
- updateProperties
-
IOHIPointing
- buttonCount
- close
- copyAccelerationTable
- copyScrollAccelerationTable
- copyScrollAccelerationTableForType
- dispatchAbsolutePointerEvent
- dispatchRelativePointerEvent
- dispatchScrollWheelEvent
- dispatchScrollWheelEventWithAccelInfo
- free
- getMetaClass
- getPointingMode
- getScrollType
- hidKind
- init
- message
- open
- open
- powerStateDidChangeTo
- powerStateWillChangeTo
- resetPointer
- resetScroll
- resolution
- scalePointer
- scrollReportRate
- scrollResolutionForType
- setParamProperties
- setPointingMode
- setScrollType
- setupForAcceleration
- setupScrollForAcceleration
- start
- updateProperties
- IOHIDevice
-
IOHIDElement
- conformsTo
- getChildElements
- getCollectionType
- getCookie
- getDataValue
- getDataValue
- getFlags
- getLogicalMax
- getLogicalMin
- getMetaClass
- getParentElement
- getPhysicalMax
- getPhysicalMin
- getReportCount
- getReportID
- getReportSize
- getScaledFixedValue
- getScaledFixedValue
- getScaledValue
- getTimeStamp
- getType
- getUnit
- getUnitExponent
- getUsage
- getUsagePage
- getValue
- getValue
- isVariableSize
- setCalibration
- setDataValue
- setValue
- setValue
- IOHIDWorkLoop
-
IOEthernetInterface
- attachToDataLinkLayer
- controllerDidChangePowerState
- controllerDidOpen
- controllerWillChangePowerState
- controllerWillClose
- disableFilter
- enableController
- enableFilter
- feedPacketInputTap
- feedPacketOutputTap
- free
- getFilters
- getMetaClass
- getNamePrefix
- init
- initIfnetParams
- inputEvent
- performCommand
- reportInterfaceWakeFlags
- setFilters
- setupMulticastFilter
- syncSIOCADDMULTI
- syncSIOCDELMULTI
- syncSIOCGIFDEVMTU
- syncSIOCSIFADDR
- syncSIOCSIFCAP
- syncSIOCSIFFLAGS
- syncSIOCSIFLLADDR
- syncSIOCSIFMTU
- willTerminate
- enableFilter_Wrapper
- handleEthernetInputEvent
- performGatedCommand
-
IOEthernetController
- addTimeSyncReceivePacketHandler
- addTimeSyncTransmitPacketHandler
- allocateAVBPacket
- changeAVBControllerState
- cleanupTransmitQueue
- completeAVBPacket
- createInterface
- deregisterForAVBStateChangeNotifications
- disablePacketFilter
- enablePacketFilter
- free
- getAVBSupport
- getControllerAVBState
- getHardwareAddress
- getHardwareAddress
- getMaxPacketSize
- getMetaClass
- getMinPacketSize
- getPacketFilters
- getPacketFilters
- getRealtimeReceiveQueueFilter
- getTransmitQueuePacketLatency
- getTransmitQueuePrefetchDelay
- getVlanTagDemand
- init
- publishProperties
- realtimePoolAVBPacketCompletion
- receivedTimeSyncPacket
- registerForAVBStateChangeNotifications
- removeTimeSyncReceivePacketHandler
- removeTimeSyncTransmitPacketHandler
- setAVBControllerState
- setAVBPacketMapper
- setGPTPPresent
- setHardwareAddress
- setHardwareAddress
- setMulticastList
- setMulticastMode
- setNumberOfRealtimeReceiveQueues
- setNumberOfRealtimeTransmitQueues
- setPromiscuousMode
- setRealtimeMulticastIsAllowed
- setRealtimeReceiveDestinationMACList
- setRealtimeReceiveQueueFilter
- setRealtimeReceiveQueuePacketHandler
- setTimeSyncPacketSupport
- setTransmitQueuePacketLatency
- setTransmitQueuePrefetchDelay
- setVlanTag
- setWakeOnMagicPacket
- timeSyncCallbackThread
- transmitRealtimePackets
- transmitTimeSyncPacket
- transmittedTimeSyncPacket
- allocatedAVBPacketCompletion
- initialize
- timeSyncCallbackThreadEntry
-
Kernel Functions
- IORWLockTryRead
- IORWLockTryWrite
- IOTimeStampConstantFiltered
- IOUSBHostCILinkStateEnabled
- IOUSBHostCIMessageStatusFromIOReturn
- IOUSBHostCIMessageStatusToIOReturn
- PEGetProductName
- PEGetTargetName
- PE_cpu_down
- PE_cpu_perfmon_interrupt_enable
- PE_cpu_perfmon_interrupt_install_handler
- PE_get_kc_base_pointers
- PE_get_kc_baseaddress
- PE_get_kc_header
- PE_get_kc_slide
- PE_get_kc_vp
- PE_get_primary_kc_format
- PE_handle_ext_interrupt
- PE_handle_platform_error
- PE_lockdown_iokit
- PE_mark_hwaccess
- PE_panic_debugging_enabled
- PE_reset_all_kc_vp
- PE_set_kc_vp
- WKdm_compress_16k
- WKdm_compress_4k
- WKdm_decompress_16k
- WKdm_decompress_4k
- arm64_wfe_allowed
- arm_debug_read_dscr
- audit_analytics
- be_tracing
- bzero_phys_nc
- clr_be_bit
- cnputc_unbuffered
- console_cpu_alloc
- console_cpu_free
- console_init
- cpu_broadcast_immediate_xcall
- cpu_broadcast_immediate_xcall_simple
- cpu_broadcast_xcall
- cpu_broadcast_xcall_simple
- cpu_event_register_callback
- cpu_event_unregister_callback
- cpu_immediate_xcall
- cpu_xcall
- cpuid_vmm_present
- ex_cb_invoke
- ex_cb_register
- get_arm_cpu_version
- groupmember
- hv_port_notify
- hv_port_notify
- kauth_acl_alloc
- kauth_acl_free
- kauth_authorize_action
- kauth_authorize_allow
- kauth_authorize_fileop
- kauth_authorize_process
- kauth_cred_create
- kauth_cred_dsnode2nfs4domain
- kauth_cred_find
- kauth_cred_get
- kauth_cred_get_with_ref
- kauth_cred_getgid
- kauth_cred_getguid
- kauth_cred_getntsid
- kauth_cred_getrgid
- kauth_cred_getruid
- kauth_cred_getsvgid
- kauth_cred_getsvuid
- kauth_cred_getuid
- kauth_cred_gid2guid
- kauth_cred_gid2ntsid
- kauth_cred_grnam2guid
- kauth_cred_guid2gid
- kauth_cred_guid2grnam
- kauth_cred_guid2ntsid
- kauth_cred_guid2pwnam
- kauth_cred_guid2uid
- kauth_cred_ismember_gid
- kauth_cred_ismember_guid
- kauth_cred_issuser
- kauth_cred_label_update
- kauth_cred_nfs4domain2dsnode
- kauth_cred_ntsid2gid
- kauth_cred_ntsid2guid
- kauth_cred_ntsid2uid
- kauth_cred_proc_ref
- kauth_cred_pwnam2guid
- kauth_cred_ref
- kauth_cred_uid2guid
- kauth_cred_uid2ntsid
- kauth_cred_unref
- kauth_deregister_scope
- kauth_filesec_alloc
- kauth_filesec_free
- kauth_getgid
- kauth_getruid
- kauth_getuid
- kauth_guid_equal
- kauth_listen_scope
- kauth_proc_label_update
- kauth_register_scope
- kauth_unlisten_scope
- kcdata_memory_get_uncompressed_bytes
- lck_rw_lock_exclusive_check_contended
- machine_read_isa_feat1
- machine_timeout_suspended
- ml_arm_sleep
- ml_cause_interrupt
- ml_cpu_down
- ml_cpu_get_info
- ml_cpu_signal
- ml_cpu_signal_deferred
- ml_cpu_signal_deferred_adjust_timer
- ml_cpu_signal_deferred_get_timer
- ml_cpu_signal_is_enabled
- ml_cpu_signal_retract
- ml_cpu_up
- ml_energy_stat
- ml_feature_supported
- ml_get_abstime_offset
- ml_get_boot_cluster
- ml_get_boot_cpu_number
- ml_get_cluster_count
- ml_get_cluster_number
- ml_get_cluster_number_local
- ml_get_conttime_offset
- ml_get_conttime_wake_time
- ml_get_cpu_count
- ml_get_cpu_number
- ml_get_cpu_number_local
- ml_get_first_cpu_id
- ml_get_machine_mem
- ml_get_max_cluster_number
- ml_get_max_cpu_number
- ml_get_power_state
- ml_get_time_since_reset
- ml_get_topology_info
- ml_get_wake_timebase
- ml_gpu_stat
- ml_gpu_stat_update
- ml_hibernate_active_post
- ml_hibernate_active_pre
- ml_init_interrupt
- ml_install_interrupt_handler
- ml_io_read
- ml_io_read16
- ml_io_read32
- ml_io_read64
- ml_io_read8
- ml_io_write
- ml_io_write16
- ml_io_write32
- ml_io_write64
- ml_io_write8
- ml_lockdown_handler_register
- ml_map_cpu_pio
- ml_parse_cpu_topology
- ml_phys_read
- ml_phys_read_64
- ml_phys_read_byte
- ml_phys_read_byte_64
- ml_phys_read_double
- ml_phys_read_double_64
- ml_phys_read_half
- ml_phys_read_half_64
- ml_phys_read_word
- ml_phys_read_word_64
- ml_phys_write
- ml_phys_write_64
- ml_phys_write_byte
- ml_phys_write_byte_64
- ml_phys_write_double
- ml_phys_write_double_64
- ml_phys_write_half
- ml_phys_write_half_64
- ml_phys_write_word
- ml_phys_write_word_64
- ml_probe_read
- ml_probe_read_64
- ml_processor_register
- ml_set_align_checking
- ml_set_max_cpus
- ml_set_reset_time
- ml_static_mfree
- ml_static_protect
- ml_static_ptovirt
- ml_static_slide
- ml_static_unslide
- ml_static_verify_page_protections
- ml_static_vtop
- ml_thread_is64bit
- ml_thread_policy
- ml_timer_evaluate
- ml_timer_forced_evaluation
- ml_vtophys
- ml_wait_max_cpus
- mt_core_set_snap
- mt_core_snap
- mt_count_pmis
- mt_cur_cpu
- mt_microstackshot_start_arch
- mt_mtc_set_snap
- mt_mtc_update_count
- mt_mtc_update_fixed_counts
- nanoseconds_to_deadline
- os_log_coprocessor
- os_log_coprocessor_register
- pal_get_resource_property
- posix_cred_access
- posix_cred_create
- posix_cred_get
- posix_cred_label
- priority_queue_entry_decreased
- priority_queue_entry_increased
- priority_queue_init
- priority_queue_insert
- priority_queue_remove
- proc_find_ident
- proc_is_alien
- proc_is_exotic
- proc_isinitproc
- proc_min_sdk
- proc_starttime
- processor_set_tasks_with_flavor
- proto_inject
- proto_input
- proto_register_plumber
- proto_unregister_plumber
- rdtsc64_nofence
- sbuf_bcat
- sbuf_bcopyin
- sbuf_bcpy
- sbuf_cat
- sbuf_clear
- sbuf_copyin
- sbuf_cpy
- sbuf_data
- sbuf_delete
- sbuf_done
- sbuf_finish
- sbuf_len
- sbuf_new
- sbuf_overflowed
- sbuf_printf
- sbuf_putc
- sbuf_setpos
- sbuf_trim
- sbuf_uionew
- sbuf_vprintf
- scanc
- scnprintf
- sdioCardLocation
- sdioRange
- select
- set_be_bit
- sleh_init
- sysctl_set_osenvironment
- sysctl_unblock_osenvironment
- task_policy_get_deallocate
- task_policy_set_deallocate
- task_read_deallocate
- thread_convert_thread_state
- thread_get_current_cpuid
- user_cont_hwclock_allowed
- user_timebase_type
- vm_stats
- vscnprintf
-
Kernel Structures
- CS_CodeDirectory
- arm_amx_state_t
- arm_amx_state_v1_t
- arm_debug_info_t
- arm_debug_state32_t
- arm_debug_state64_t
- arm_debug_state_t
- arm_exception_state64_t
- arm_exception_state_t
- arm_feature_bits_t
- arm_neon_state64_t
- arm_neon_state_t
- arm_pagein_state_t
- arm_state_hdr_t
- arm_thread_state64_t
- arm_thread_state_t
- arm_unified_thread_state_t
- arm_vfp_state_t
- ataRegisterImage
- ataTaskFile
- boot_args
- ex_cb_state_t
- fgetsigsinfo_t
- fsignatures_t
- fsupplement_t
- kauth_acl_eval_t
- kd_threadmap
- mcontext_t
- ml_cpu_info_t
-
ml_processor_info_t
- cluster_id
- cluster_type
- cpu_id
- idle_tickle
- idle_timer
- idle_timer_refcon
- l2_access_penalty
- l2_cache_id
- l2_cache_size
- l3_cache_id
- l3_cache_size
- log_id
- phys_id
- platform_cache_dispatch
- platform_error_handler
- powergate_latency
- powergate_stub_addr
- powergate_stub_length
- processor_idle
- regmap_paddr
- start_paddr
- supports_nap
- time_base_enable
- ml_topology_cluster_t
-
ml_topology_cpu_t
- cluster_core_id
- cluster_id
- cluster_type
- coresight_len
- coresight_pa
- coresight_regs
- cpu_IMPL_len
- cpu_IMPL_pa
- cpu_IMPL_regs
- cpu_UTTDBG_len
- cpu_UTTDBG_pa
- cpu_UTTDBG_regs
- cpu_id
- die_cluster_id
- die_id
- l2_access_penalty
- l2_cache_id
- l2_cache_size
- l3_cache_id
- l3_cache_size
- other_ipi_irq
- phys_id
- pmi_irq
- self_ipi_irq
- ml_topology_info_t
- ntsid_t
- priority_queue_entry_deadline_t
- priority_queue_entry_sched_t
- priority_queue_entry_stable_t
- priority_queue_entry_t
- processor_cpu_stat64_data_t
- processor_cpu_stat_data_t
- syscp_ID_instructions_feat_1_reg
- task_basic_info_64_2_data_t
- ucontext64_t
- user_fsignatures_t
- user_fsupplement_t
-
Kernel Data Types
- IODMACommandSpecification
- IOSDIOBlockCount
- IOSDIOBusClockRate
- IOSDIOBusClockState
- IOSDIOBusClockStateChange
- IOSDIOBusSpeedMode
- IOSDIOBusSpeedModeChange
- IOSDIOBusSpeedModeFlag
- IOSDIOBusWidth
- IOSDIOBusWidthChange
- IOSDIOByteCount
- IOSDIOCardAddress
- IOSDIOCmd52Completion
- IOSDIOCmd52CompletionAction
- IOSDIOCmd52Result
- IOSDIOCmd53MDCompletion
- IOSDIOCmd53MDCompletionAction
- IOSDIOCmd53MDResult
- IOSDIOCmd53MbufCompletion
- IOSDIOCmd53MbufCompletionAction
- IOSDIOCmd53MbufResult
- IOSDIOCommandResponse
- IOSDIOFunction
- IOSDIOFunctionFlag
- IOSDIOFunctionFlags
- IOSDIOIndex
- IOSDIOIoCardLocation
- IOSDIOItemCount
- IOSDIOLatencyTolerance_ns
- IOSDIORange
-
IOSDIOReturn
- kIOSDIOReturnADMAError
- kIOSDIOReturnAutoCMD12Error
- kIOSDIOReturnCardEjected
- kIOSDIOReturnCardError
- kIOSDIOReturnCmdCRCError
- kIOSDIOReturnCmdEndBitError
- kIOSDIOReturnCmdError
- kIOSDIOReturnCmdIndexError
- kIOSDIOReturnCmdLineBusy
- kIOSDIOReturnCmdLineConflict
- kIOSDIOReturnCmdSignalInvalid
- kIOSDIOReturnCmdTimeout
- kIOSDIOReturnCurrentLimitError
- kIOSDIOReturnDMATimeout
- kIOSDIOReturnDataCRCError
- kIOSDIOReturnDataEndBitError
- kIOSDIOReturnDataError
- kIOSDIOReturnDataLineBusy
- kIOSDIOReturnDataSignalInvalid
- kIOSDIOReturnDataTimeout
- kIOSDIOReturnInReset
- kIOSDIOReturnInternalClockUnstable
- kIOSDIOReturnNoCard
- kIOSDIOReturnNoCmdComplete
- kIOSDIOReturnNoHostController
- kIOSDIOReturnNoTransferComplete
- kIOSDIOReturnSDClockDisabled
- kIOSDIOReturnSDHCError
- kIOSDIOReturnSDIOError
- kIOSDIOReturnSDMAError
- kIOSDIOReturnVendorError
- kIOSDIOReturnWriteProtected
- IOSDIOReturn_t
- IOSDIOTransactionFlag
- IOSDIOTransactionFlags
- IOSDIOTransactionID
- IOSDIOTransactionOption
- IOSDIOTransactionOptions
- IOServiceApplierBlock
- IOUSBHostCIControllerState
- IOUSBHostCIDeviceSpeed
- IOUSBHostCIDeviceState
- IOUSBHostCIDoorbell
- IOUSBHostCIEndpointState
-
IOUSBHostCIExceptionType
- IOUSBHostCIExceptionTypeCapabilitiesInvalid
- IOUSBHostCIExceptionTypeCommandFailure
- IOUSBHostCIExceptionTypeCommandReadCollision
- IOUSBHostCIExceptionTypeCommandTimeout
- IOUSBHostCIExceptionTypeCommandWriteFailed
- IOUSBHostCIExceptionTypeDoorbellOverflow
- IOUSBHostCIExceptionTypeDoorbellReadCollision
- IOUSBHostCIExceptionTypeFrameUpdateError
- IOUSBHostCIExceptionTypeInterruptInvalid
- IOUSBHostCIExceptionTypeInterruptOverflow
- IOUSBHostCIExceptionTypeProtocolError
- IOUSBHostCIExceptionTypeTerminated
- IOUSBHostCIExceptionTypeUnknown
-
IOUSBHostCILinkState
- IOUSBHostCILinkStateCompliance
- IOUSBHostCILinkStateDisabled
- IOUSBHostCILinkStateInactive
- IOUSBHostCILinkStatePolling
- IOUSBHostCILinkStateRecovery
- IOUSBHostCILinkStateReset
- IOUSBHostCILinkStateResume
- IOUSBHostCILinkStateRxDetect
- IOUSBHostCILinkStateTest
- IOUSBHostCILinkStateU0
- IOUSBHostCILinkStateU1
- IOUSBHostCILinkStateU2
- IOUSBHostCILinkStateU3
- IOUSBHostCIMessage
-
IOUSBHostCIMessageStatus
- IOUSBHostCIMessageStatusBadArgument
- IOUSBHostCIMessageStatusEndpointStopped
- IOUSBHostCIMessageStatusError
- IOUSBHostCIMessageStatusMissedServiceError
- IOUSBHostCIMessageStatusNoResources
- IOUSBHostCIMessageStatusNotPermitted
- IOUSBHostCIMessageStatusOffline
- IOUSBHostCIMessageStatusOverrunError
- IOUSBHostCIMessageStatusProtocolError
- IOUSBHostCIMessageStatusReserved
- IOUSBHostCIMessageStatusStallError
- IOUSBHostCIMessageStatusSuccess
- IOUSBHostCIMessageStatusTimeout
- IOUSBHostCIMessageStatusTransactionError
-
IOUSBHostCIMessageType
- IOUSBHostCIMessageTypeCommandMax
- IOUSBHostCIMessageTypeCommandMin
- IOUSBHostCIMessageTypeControllerCapabilities
- IOUSBHostCIMessageTypeControllerFrameNumber
- IOUSBHostCIMessageTypeControllerPause
- IOUSBHostCIMessageTypeControllerPowerOff
- IOUSBHostCIMessageTypeControllerPowerOn
- IOUSBHostCIMessageTypeControllerStart
- IOUSBHostCIMessageTypeDeviceCreate
- IOUSBHostCIMessageTypeDeviceDestroy
- IOUSBHostCIMessageTypeDevicePause
- IOUSBHostCIMessageTypeDeviceStart
- IOUSBHostCIMessageTypeDeviceUpdate
- IOUSBHostCIMessageTypeEndpointCreate
- IOUSBHostCIMessageTypeEndpointDestroy
- IOUSBHostCIMessageTypeEndpointPause
- IOUSBHostCIMessageTypeEndpointReset
- IOUSBHostCIMessageTypeEndpointSetNextTransfer
- IOUSBHostCIMessageTypeEndpointUpdate
- IOUSBHostCIMessageTypeEndpoint_reserved_
- IOUSBHostCIMessageTypeFrameNumberUpdate
- IOUSBHostCIMessageTypeFrameTimestampUpdate
- IOUSBHostCIMessageTypeIsochronousTransfer
- IOUSBHostCIMessageTypeLink
- IOUSBHostCIMessageTypeNormalTransfer
- IOUSBHostCIMessageTypePortCapabilities
- IOUSBHostCIMessageTypePortDisable
- IOUSBHostCIMessageTypePortEvent
- IOUSBHostCIMessageTypePortPowerOff
- IOUSBHostCIMessageTypePortPowerOn
- IOUSBHostCIMessageTypePortReset
- IOUSBHostCIMessageTypePortResume
- IOUSBHostCIMessageTypePortStatus
- IOUSBHostCIMessageTypePortSuspend
- IOUSBHostCIMessageTypeSetupTransfer
- IOUSBHostCIMessageTypeStatusTransfer
- IOUSBHostCIMessageTypeTransferComplete
- IOUSBHostCIPortState
- IOUSBHostCIPortStatus
- IOUSBHostCIUserClientVersion
- OSObjectApplierBlock
- SDIOCommand
-
SDIOCommandIndex
- kSDIOAcmd13_SDStatus
- kSDIOAcmd22_SendNumWrBlocks
- kSDIOAcmd23_SetWrBlkEraseCount
- kSDIOAcmd41_SDAppOpCond
- kSDIOAcmd42_SetClrCardDetect
- kSDIOAcmd51_SendSCR
- kSDIOAcmd6_SetBusWidth
- kSDIOCmd0_GoIdleState
- kSDIOCmd10_SendCID
- kSDIOCmd12_StopTransmission
- kSDIOCmd13_SendStatus
- kSDIOCmd15_GoInactiveState
- kSDIOCmd16_SetBlockLength
- kSDIOCmd17_ReadSingleBlock
- kSDIOCmd18_ReadMultipleBlock
- kSDIOCmd1_SendOpCond
- kSDIOCmd24_WriteBlock
- kSDIOCmd25_WriteMultipleBlock
- kSDIOCmd27_ProgramCSD
- kSDIOCmd28_SetWriteProt
- kSDIOCmd29_ClearWriteProt
- kSDIOCmd2_AllSendCID
- kSDIOCmd30_SendWriteProt
- kSDIOCmd32_EraseWrBlkStart
- kSDIOCmd33_EraseWrBlkEnd
- kSDIOCmd38_Erase
- kSDIOCmd3_SendRelativeAddr
- kSDIOCmd42_LockUnlock
- kSDIOCmd4_SetDSR
- kSDIOCmd52_IORWDirect
- kSDIOCmd53_IORWExtended
- kSDIOCmd55_AppCmd
- kSDIOCmd56_GenCmd
- kSDIOCmd58_ReadOCR
- kSDIOCmd59_CRCOnOff
- kSDIOCmd5_IOSendOpCond
- kSDIOCmd6_SwitchFunc
- kSDIOCmd7_SelectDeselectCard
- kSDIOCmd9_SendCSD
- SDIOCommandResponse
- SDIODirection
- SDIOMemorySegments
- SDIOTransfer
- arm_cpmu_state64
- arm_exception_state32_t
- arm_neon_state32_t
- arm_thread_state32_t
- audit_triggers_subsystem
- broadcastFunc
- cpu_callback_t
- cpu_event
- dyld_aot_cache_uuid_info
- dyld_chained_fixups_header
- dyld_chained_import
- dyld_chained_import_addend
- dyld_chained_import_addend64
- dyld_chained_ptr_32_bind
- dyld_chained_ptr_32_cache_rebase
- dyld_chained_ptr_32_firmware_rebase
- dyld_chained_ptr_32_rebase
- dyld_chained_ptr_64_bind
- dyld_chained_ptr_64_kernel_cache_rebase
- dyld_chained_ptr_64_rebase
- dyld_chained_ptr_arm64e_auth_bind
- dyld_chained_ptr_arm64e_auth_rebase
- dyld_chained_ptr_arm64e_bind
- dyld_chained_ptr_arm64e_rebase
- dyld_chained_starts_in_image
- dyld_chained_starts_in_segment
- dyld_chained_starts_offsets
- eventlink_port_pair_t
- ex_cb_t
- fileset_entry_command
-
i386_avx512_state
- avx_reserved1
- fpu_cs
- fpu_dp
- fpu_ds
- fpu_fcw
- fpu_fop
- fpu_fsw
- fpu_ftw
- fpu_ip
- fpu_k0
- fpu_k1
- fpu_k2
- fpu_k3
- fpu_k4
- fpu_k5
- fpu_k6
- fpu_k7
- fpu_mxcsr
- fpu_mxcsrmask
- fpu_reserved
- fpu_reserved1
- fpu_rsrv1
- fpu_rsrv2
- fpu_rsrv3
- fpu_rsrv4
- fpu_stmm0
- fpu_stmm1
- fpu_stmm2
- fpu_stmm3
- fpu_stmm4
- fpu_stmm5
- fpu_stmm6
- fpu_stmm7
- fpu_xmm0
- fpu_xmm1
- fpu_xmm2
- fpu_xmm3
- fpu_xmm4
- fpu_xmm5
- fpu_xmm6
- fpu_xmm7
- fpu_ymmh0
- fpu_ymmh1
- fpu_ymmh2
- fpu_ymmh3
- fpu_ymmh4
- fpu_ymmh5
- fpu_ymmh6
- fpu_ymmh7
- fpu_zmmh0
- fpu_zmmh1
- fpu_zmmh2
- fpu_zmmh3
- fpu_zmmh4
- fpu_zmmh5
- fpu_zmmh6
- fpu_zmmh7
-
i386_avx_state
- avx_reserved1
- fpu_cs
- fpu_dp
- fpu_ds
- fpu_fcw
- fpu_fop
- fpu_fsw
- fpu_ftw
- fpu_ip
- fpu_mxcsr
- fpu_mxcsrmask
- fpu_reserved
- fpu_reserved1
- fpu_rsrv1
- fpu_rsrv2
- fpu_rsrv3
- fpu_rsrv4
- fpu_stmm0
- fpu_stmm1
- fpu_stmm2
- fpu_stmm3
- fpu_stmm4
- fpu_stmm5
- fpu_stmm6
- fpu_stmm7
- fpu_xmm0
- fpu_xmm1
- fpu_xmm2
- fpu_xmm3
- fpu_xmm4
- fpu_xmm5
- fpu_xmm6
- fpu_xmm7
- fpu_ymmh0
- fpu_ymmh1
- fpu_ymmh2
- fpu_ymmh3
- fpu_ymmh4
- fpu_ymmh5
- fpu_ymmh6
- fpu_ymmh7
- i386_exception_state
-
i386_float_state
- fpu_cs
- fpu_dp
- fpu_ds
- fpu_fcw
- fpu_fop
- fpu_fsw
- fpu_ftw
- fpu_ip
- fpu_mxcsr
- fpu_mxcsrmask
- fpu_reserved
- fpu_reserved1
- fpu_rsrv1
- fpu_rsrv2
- fpu_rsrv3
- fpu_rsrv4
- fpu_stmm0
- fpu_stmm1
- fpu_stmm2
- fpu_stmm3
- fpu_stmm4
- fpu_stmm5
- fpu_stmm6
- fpu_stmm7
- fpu_xmm0
- fpu_xmm1
- fpu_xmm2
- fpu_xmm3
- fpu_xmm4
- fpu_xmm5
- fpu_xmm6
- fpu_xmm7
- i386_thread_state
- idle_tickle_t
- idle_timer_t
- image_params
- ipc_eventlink_t
- ipc_space_read_t
- ipi_handler_t
- ipsec_wake_pkt_event_data
- kauth_ace_rights_t
- kauth_cache_sizes
- kauth_identity_extlookup
- kauth_listener_t
- kauth_scope_callback_t
- kauth_scope_t
- kd_buf_argtype
- kobject_description_t
- kpc_config_remote
- kpc_driver
- kpc_get_counters_remote
- kpc_pm_handler_t
- kpc_running_remote
- lockdown_handler_t
- mach_eventlink_t
- mach_msg_filter_id
- mach_task_flavor_t
- mach_thread_flavor_t
- mcontext64_full
- mcontext_avx32
- mcontext_avx512_32
- mcontext_avx512_64
- mcontext_avx512_64_full
- mcontext_avx64
- mcontext_avx64_full
- mt_cpu
- mt_pmi_fn
- mt_task
- mt_thread
- perfmon_interrupt_handler_func
- platform_error_handler_t
- priority_queue_compare_fn_t
- priority_queue_deadline_max
- priority_queue_deadline_min
- priority_queue_key_t
- priority_queue_max
- priority_queue_min
- priority_queue_sched_max
- priority_queue_sched_min
- priority_queue_sched_stable_max
- priority_queue_sched_stable_min
- proc_ident_t
- processor_cpu_stat64_t
- processor_cpu_stat_t
- processor_idle_t
- receive_sysdiagnose_notification_subsystem
- sbuf
- shared_file_mapping_slide_np
- shared_file_np
- sockaddr_vm
- stackshot_cpu_architecture
- stackshot_latency_collection
- stackshot_latency_task
- stackshot_latency_thread
- string_t
- suid_cred_path_t
- suid_cred_t
- suid_cred_uid_t
- task_basic_info_64_2_t
- task_policy_get_t
- task_policy_set_t
- task_read_t
- thread_read_t
- time_base_enable_t
- user64_dyld_aot_info
- vm32_address_t
- vm32_offset_t
- vm32_size_t
- vm_map_inspect_t
- vm_map_read_t
- vnop_verify_args
- vsock_gen_t
- vtagtype
-
x86_avx512_state64
- avx_reserved1
- fpu_cs
- fpu_dp
- fpu_ds
- fpu_fcw
- fpu_fop
- fpu_fsw
- fpu_ftw
- fpu_ip
- fpu_k0
- fpu_k1
- fpu_k2
- fpu_k3
- fpu_k4
- fpu_k5
- fpu_k6
- fpu_k7
- fpu_mxcsr
- fpu_mxcsrmask
- fpu_reserved
- fpu_reserved1
- fpu_rsrv1
- fpu_rsrv2
- fpu_rsrv3
- fpu_rsrv4
- fpu_stmm0
- fpu_stmm1
- fpu_stmm2
- fpu_stmm3
- fpu_stmm4
- fpu_stmm5
- fpu_stmm6
- fpu_stmm7
- fpu_xmm0
- fpu_xmm1
- fpu_xmm10
- fpu_xmm11
- fpu_xmm12
- fpu_xmm13
- fpu_xmm14
- fpu_xmm15
- fpu_xmm2
- fpu_xmm3
- fpu_xmm4
- fpu_xmm5
- fpu_xmm6
- fpu_xmm7
- fpu_xmm8
- fpu_xmm9
- fpu_ymmh0
- fpu_ymmh1
- fpu_ymmh10
- fpu_ymmh11
- fpu_ymmh12
- fpu_ymmh13
- fpu_ymmh14
- fpu_ymmh15
- fpu_ymmh2
- fpu_ymmh3
- fpu_ymmh4
- fpu_ymmh5
- fpu_ymmh6
- fpu_ymmh7
- fpu_ymmh8
- fpu_ymmh9
- fpu_zmm16
- fpu_zmm17
- fpu_zmm18
- fpu_zmm19
- fpu_zmm20
- fpu_zmm21
- fpu_zmm22
- fpu_zmm23
- fpu_zmm24
- fpu_zmm25
- fpu_zmm26
- fpu_zmm27
- fpu_zmm28
- fpu_zmm29
- fpu_zmm30
- fpu_zmm31
- fpu_zmmh0
- fpu_zmmh1
- fpu_zmmh10
- fpu_zmmh11
- fpu_zmmh12
- fpu_zmmh13
- fpu_zmmh14
- fpu_zmmh15
- fpu_zmmh2
- fpu_zmmh3
- fpu_zmmh4
- fpu_zmmh5
- fpu_zmmh6
- fpu_zmmh7
- fpu_zmmh8
- fpu_zmmh9
-
x86_avx_state64
- avx_reserved1
- fpu_cs
- fpu_dp
- fpu_ds
- fpu_fcw
- fpu_fop
- fpu_fsw
- fpu_ftw
- fpu_ip
- fpu_mxcsr
- fpu_mxcsrmask
- fpu_reserved
- fpu_reserved1
- fpu_rsrv1
- fpu_rsrv2
- fpu_rsrv3
- fpu_rsrv4
- fpu_stmm0
- fpu_stmm1
- fpu_stmm2
- fpu_stmm3
- fpu_stmm4
- fpu_stmm5
- fpu_stmm6
- fpu_stmm7
- fpu_xmm0
- fpu_xmm1
- fpu_xmm10
- fpu_xmm11
- fpu_xmm12
- fpu_xmm13
- fpu_xmm14
- fpu_xmm15
- fpu_xmm2
- fpu_xmm3
- fpu_xmm4
- fpu_xmm5
- fpu_xmm6
- fpu_xmm7
- fpu_xmm8
- fpu_xmm9
- fpu_ymmh0
- fpu_ymmh1
- fpu_ymmh10
- fpu_ymmh11
- fpu_ymmh12
- fpu_ymmh13
- fpu_ymmh14
- fpu_ymmh15
- fpu_ymmh2
- fpu_ymmh3
- fpu_ymmh4
- fpu_ymmh5
- fpu_ymmh6
- fpu_ymmh7
- fpu_ymmh8
- fpu_ymmh9
- x86_debug_state32
- x86_debug_state64
- x86_exception_state32_t
- x86_exception_state64
- x86_float_state32_t
-
x86_float_state64
- fpu_cs
- fpu_dp
- fpu_ds
- fpu_fcw
- fpu_fop
- fpu_fsw
- fpu_ftw
- fpu_ip
- fpu_mxcsr
- fpu_mxcsrmask
- fpu_reserved
- fpu_reserved1
- fpu_rsrv1
- fpu_rsrv2
- fpu_rsrv3
- fpu_rsrv4
- fpu_stmm0
- fpu_stmm1
- fpu_stmm2
- fpu_stmm3
- fpu_stmm4
- fpu_stmm5
- fpu_stmm6
- fpu_stmm7
- fpu_xmm0
- fpu_xmm1
- fpu_xmm10
- fpu_xmm11
- fpu_xmm12
- fpu_xmm13
- fpu_xmm14
- fpu_xmm15
- fpu_xmm2
- fpu_xmm3
- fpu_xmm4
- fpu_xmm5
- fpu_xmm6
- fpu_xmm7
- fpu_xmm8
- fpu_xmm9
- x86_thread_full_state64
- x86_thread_state32_t
- x86_thread_state64
- xvsockpcb
- xvsockpgen
-
Kernel Enumerations
- Anonymous
- Anonymous
-
Anonymous
- kIOPCIConfigBIST
- kIOPCIConfigBaseAddress0
- kIOPCIConfigBaseAddress1
- kIOPCIConfigBaseAddress2
- kIOPCIConfigBaseAddress3
- kIOPCIConfigBaseAddress4
- kIOPCIConfigBaseAddress5
- kIOPCIConfigCacheLineSize
- kIOPCIConfigCapabilitiesPtr
- kIOPCIConfigCardBusCISPtr
- kIOPCIConfigClassCode
- kIOPCIConfigCommand
- kIOPCIConfigDeviceID
- kIOPCIConfigExpansionROMBase
- kIOPCIConfigHeaderType
- kIOPCIConfigInterruptLine
- kIOPCIConfigInterruptPin
- kIOPCIConfigLatencyTimer
- kIOPCIConfigMaximumLatency
- kIOPCIConfigMinimumGrant
- kIOPCIConfigRevisionID
- kIOPCIConfigStatus
- kIOPCIConfigSubSystemID
- kIOPCIConfigSubSystemVendorID
- kIOPCIConfigVendorID
-
Anonymous
- kIOPCIAGP8Capability
- kIOPCIAGPCapability
- kIOPCICPCIHotswapCapability
- kIOPCICPCIResourceControlCapability
- kIOPCIDebugPortCapability
- kIOPCIExpressDeviceSerialNumberCapability
- kIOPCIExpressErrorReportingCapability
- kIOPCIExpressL1PMSubstatesCapability
- kIOPCIExpressLatencyTolerenceReportingCapability
- kIOPCIExpressPowerBudgetCapability
- kIOPCIExpressVirtualChannelCapability
- kIOPCIHotplugCapability
- kIOPCILDTCapability
- kIOPCIMSICapability
- kIOPCIMSIXCapability
- kIOPCIPCIExpressCapability
- kIOPCIPCIXCapability
- kIOPCIPowerManagementCapability
- kIOPCISecureCapability
- kIOPCISlotIDCapability
- kIOPCIVendorSpecificCapability
- kIOPCIVitalProductDataCapability
- kIOPCICapabilityIDAGP
- kIOPCICapabilityIDAGP8
- kIOPCICapabilityIDCPCIHotswap
- kIOPCICapabilityIDCPCIResourceControl
- kIOPCICapabilityIDDebugPort
- kIOPCICapabilityIDFPB
- kIOPCICapabilityIDHotplug
- kIOPCICapabilityIDLDT
- kIOPCICapabilityIDMSI
- kIOPCICapabilityIDMSIX
- kIOPCICapabilityIDPCIExpress
- kIOPCICapabilityIDPCIX
- kIOPCICapabilityIDPowerManagement
- kIOPCICapabilityIDSecure
- kIOPCICapabilityIDSlotID
- kIOPCICapabilityIDVendorSpecific
- kIOPCICapabilityIDVitalProductData
- kIOPCIExpressCapabilityIDAccessControlServices
- kIOPCIExpressCapabilityIDDeviceSerialNumber
- kIOPCIExpressCapabilityIDErrorReporting
- kIOPCIExpressCapabilityIDL1PMSubstates
- kIOPCIExpressCapabilityIDLatencyTolerenceReporting
- kIOPCIExpressCapabilityIDPowerBudget
- kIOPCIExpressCapabilityIDVirtualChannel
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
-
Anonymous
- kATAcmdCheckPowerMode
- kATAcmdDiagnostic
- kATAcmdDoorLock
- kATAcmdDoorUnlock
- kATAcmdDriveIdentify
- kATAcmdFlushCache
- kATAcmdFlushCacheExtended
- kATAcmdFormatTrack
- kATAcmdIdle
- kATAcmdIdleImmed
- kATAcmdInitDrive
- kATAcmdMCAcknowledge
- kATAcmdMediaEject
- kATAcmdNOP
- kATAcmdRead
- kATAcmdReadBuffer
- kATAcmdReadDMA
- kATAcmdReadDMAExtended
- kATAcmdReadExtended
- kATAcmdReadLong
- kATAcmdReadMultiple
- kATAcmdReadVerify
- kATAcmdRecal
- kATAcmdSeek
- kATAcmdSetFeatures
- kATAcmdSetRWMultiple
- kATAcmdSleep
- kATAcmdStandby
- kATAcmdStandbyImmed
- kATAcmdWORetry
- kATAcmdWrite
- kATAcmdWriteBuffer
- kATAcmdWriteDMA
- kATAcmdWriteDMAExtended
- kATAcmdWriteExtended
- kATAcmdWriteLong
- kATAcmdWriteMultiple
- kATAcmdWriteSame
- kATAcmdWriteVerify
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
-
Anonymous
- kIOPCIAGP8Capability
- kIOPCIAGPCapability
- kIOPCICPCIHotswapCapability
- kIOPCICPCIResourceControlCapability
- kIOPCIDebugPortCapability
- kIOPCIExpressAccessControlServicesCapability
- kIOPCIExpressDeviceSerialNumberCapability
- kIOPCIExpressErrorReportingCapability
- kIOPCIExpressL1PMSubstatesCapability
- kIOPCIExpressLatencyTolerenceReportingCapability
- kIOPCIExpressPowerBudgetCapability
- kIOPCIExpressVirtualChannelCapability
- kIOPCIFPBCapability
- kIOPCIHotplugCapability
- kIOPCILDTCapability
- kIOPCIMSICapability
- kIOPCIMSIXCapability
- kIOPCIPCIExpressCapability
- kIOPCIPCIXCapability
- kIOPCIPowerManagementCapability
- kIOPCISecureCapability
- kIOPCISlotIDCapability
- kIOPCIVendorSpecificCapability
- kIOPCIVitalProductDataCapability
- Anonymous
- Anonymous
- Anonymous
-
Anonymous
- DYLD_CHAINED_PTR_32
- DYLD_CHAINED_PTR_32_CACHE
- DYLD_CHAINED_PTR_32_FIRMWARE
- DYLD_CHAINED_PTR_64
- DYLD_CHAINED_PTR_64_KERNEL_CACHE
- DYLD_CHAINED_PTR_64_OFFSET
- DYLD_CHAINED_PTR_ARM64E
- DYLD_CHAINED_PTR_ARM64E_FIRMWARE
- DYLD_CHAINED_PTR_ARM64E_KERNEL
- DYLD_CHAINED_PTR_ARM64E_OFFSET
- DYLD_CHAINED_PTR_ARM64E_USERLAND
- DYLD_CHAINED_PTR_X86_64_KERNEL_CACHE
- Anonymous
-
Anonymous
- kIOPCISlotCapabilitiesBitAttentionButtonPresent
- kIOPCISlotCapabilitiesBitAttentionIndicatorPresent
- kIOPCISlotCapabilitiesBitElectromechanicalInterlockPresent
- kIOPCISlotCapabilitiesBitHotPlugCapable
- kIOPCISlotCapabilitiesBitHotPlugSurprise
- kIOPCISlotCapabilitiesBitMRLSensorPresent
- kIOPCISlotCapabilitiesBitNoCommandCompletedSupport
- kIOPCISlotCapabilitiesBitPowerControllerPresent
- kIOPCISlotCapabilitiesBitPowerIndicatorPresent
- Anonymous
- Anonymous
- Anonymous
-
Anonymous
- IOUSBHostCICapabilitiesMessageControlPortCount
- IOUSBHostCICapabilitiesMessageControlPortCountPhase
- IOUSBHostCICapabilitiesMessageData0CommandTimeoutThreshold
- IOUSBHostCICapabilitiesMessageData0CommandTimeoutThresholdPhase
- IOUSBHostCICapabilitiesMessageData0ConnectionLatency
- IOUSBHostCICapabilitiesMessageData0ConnectionLatencyPhase
-
Anonymous
- IOUSBHostCICommandMessageControlStatus
- IOUSBHostCICommandMessageControlStatusPhase
- IOUSBHostCICommandMessageData0DeviceAddress
- IOUSBHostCICommandMessageData0DeviceAddressPhase
- IOUSBHostCICommandMessageData0EndpointAddress
- IOUSBHostCICommandMessageData0EndpointAddressPhase
- IOUSBHostCICommandMessageData0RootPort
- IOUSBHostCICommandMessageData0RootPortPhase
- IOUSBHostCICommandMessageData0StreamID
- IOUSBHostCICommandMessageData0StreamIDPhase
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
-
Anonymous
- IOUSBHostCIPortCapabilitiesMessageControlConnectorType
- IOUSBHostCIPortCapabilitiesMessageControlConnectorTypePhase
- IOUSBHostCIPortCapabilitiesMessageControlInternalConnector
- IOUSBHostCIPortCapabilitiesMessageControlPortNumber
- IOUSBHostCIPortCapabilitiesMessageControlPortNumberPhase
- IOUSBHostCIPortCapabilitiesMessageData0MaxPower
- IOUSBHostCIPortCapabilitiesMessageData0MaxPowerPhase
- Anonymous
-
Anonymous
- IOUSBHostCIPortStatusCommandData1ChangeMask
- IOUSBHostCIPortStatusCommandData1ConnectChange
- IOUSBHostCIPortStatusCommandData1Connected
- IOUSBHostCIPortStatusCommandData1LinkState
- IOUSBHostCIPortStatusCommandData1LinkStateChange
- IOUSBHostCIPortStatusCommandData1LinkStatePhase
- IOUSBHostCIPortStatusCommandData1Overcurrent
- IOUSBHostCIPortStatusCommandData1OvercurrentChange
- IOUSBHostCIPortStatusCommandData1Powered
- IOUSBHostCIPortStatusCommandData1Speed
- IOUSBHostCIPortStatusCommandData1SpeedPhase
-
Anonymous
- IOUSBHostCIPortStatusChangeMask
- IOUSBHostCIPortStatusConnectChange
- IOUSBHostCIPortStatusConnected
- IOUSBHostCIPortStatusLinkState
- IOUSBHostCIPortStatusLinkStateChange
- IOUSBHostCIPortStatusLinkStatePhase
- IOUSBHostCIPortStatusOvercurrent
- IOUSBHostCIPortStatusOvercurrentChange
- IOUSBHostCIPortStatusPowered
- IOUSBHostCIPortStatusSpeed
- IOUSBHostCIPortStatusSpeedPhase
-
Anonymous
- IOUSBHostCISetupTransferData1bRequest
- IOUSBHostCISetupTransferData1bRequestPhase
- IOUSBHostCISetupTransferData1bmRequestType
- IOUSBHostCISetupTransferData1bmRequestTypePhase
- IOUSBHostCISetupTransferData1wIndex
- IOUSBHostCISetupTransferData1wIndexPhase
- IOUSBHostCISetupTransferData1wLength
- IOUSBHostCISetupTransferData1wLengthPhase
- IOUSBHostCISetupTransferData1wValue
- IOUSBHostCISetupTransferData1wValuePhase
-
Anonymous
- IOUSBHostCITransferCompletionMessageControlDeviceAddress
- IOUSBHostCITransferCompletionMessageControlDeviceAddressPhase
- IOUSBHostCITransferCompletionMessageControlEndpointAddress
- IOUSBHostCITransferCompletionMessageControlEndpointAddressPhase
- IOUSBHostCITransferCompletionMessageControlStatus
- IOUSBHostCITransferCompletionMessageControlStatusPhase
- IOUSBHostCITransferCompletionMessageData0TransferLength
- IOUSBHostCITransferCompletionMessageData0TransferLengthPhase
- IOUSBHostCITransferCompletionMessageData1TransferStructure
- IOUSBHostCITransferCompletionMessageData1TransferStructurePhase
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
-
SDIOReturn_t
- kSDIOReturnADMAError
- kSDIOReturnAutoCMD12Error
- kSDIOReturnBadArgument
- kSDIOReturnCardEjected
- kSDIOReturnCardError
- kSDIOReturnCmdCRCError
- kSDIOReturnCmdEndBitError
- kSDIOReturnCmdError
- kSDIOReturnCmdIndexError
- kSDIOReturnCmdLineBusy
- kSDIOReturnCmdLineConflict
- kSDIOReturnCmdSignalInvalid
- kSDIOReturnCmdTimeout
- kSDIOReturnCurrentLimitError
- kSDIOReturnDMATimeout
- kSDIOReturnDataCRCError
- kSDIOReturnDataEndBitError
- kSDIOReturnDataError
- kSDIOReturnDataLineBusy
- kSDIOReturnDataSignalInvalid
- kSDIOReturnDataTimeout
- kSDIOReturnInReset
- kSDIOReturnInternalClockUnstable
- kSDIOReturnNoCard
- kSDIOReturnNoCmdComplete
- kSDIOReturnNoHostController
- kSDIOReturnNoMemory
- kSDIOReturnNoTransferComplete
- kSDIOReturnSDClockDisabled
- kSDIOReturnSDHCError
- kSDIOReturnSDIOError
- kSDIOReturnSDMAError
- kSDIOReturnSuccess
- kSDIOReturnVendorError
- kSDIOReturnWriteProtected
- block_hint_t
- cluster_type_t
- ex_cb_action_t
- ex_cb_class_t
- kc_format_t
- kc_kind_t
- kcd_compression_type_t
- kperf_kpc_flags_t
- lck_type_t
- microstackshot_flags_t
- priority_queue_entry_sched_modifier_t
-
stackshot_flags_t
- STACKSHOT_ACTIVE_KERNEL_THREADS_ONLY
- STACKSHOT_ASID
- STACKSHOT_COLLECT_DELTA_SNAPSHOT
- STACKSHOT_COLLECT_SHAREDCACHE_LAYOUT
- STACKSHOT_DISABLE_LATENCY_INFO
- STACKSHOT_DO_COMPRESS
- STACKSHOT_ENABLE_BT_FAULTING
- STACKSHOT_ENABLE_UUID_FAULTING
- STACKSHOT_FROM_PANIC
- STACKSHOT_GET_BOOT_PROFILE
- STACKSHOT_GET_DQ
- STACKSHOT_GET_GLOBAL_MEM_STATS
- STACKSHOT_INSTRS_CYCLES
- STACKSHOT_KCDATA_FORMAT
- STACKSHOT_NO_IO_STATS
- STACKSHOT_PAGE_TABLES
- STACKSHOT_RETRIEVE_EXISTING_BUFFER
- STACKSHOT_SAVE_IMP_DONATION_PIDS
- STACKSHOT_SAVE_IN_KERNEL_BUFFER
- STACKSHOT_SAVE_JETSAM_COALITIONS
- STACKSHOT_SAVE_KEXT_LOADINFO
- STACKSHOT_SAVE_LOADINFO
- STACKSHOT_THREAD_GROUP
- STACKSHOT_THREAD_WAITINFO
- STACKSHOT_TRYLOCK
- tUSBCTypeCableType
- task_role_t
- vfs_roles_t
- vnode_verify_flags_t
-
Kernel Constants
- OSAdoptMemory
- OSAllocateMemory
- PAGE_SHIFT_CONST
- PE_arm_debug_panic_hook
- gIOAllCPUInitializedKey
- gIOCompatibilityMatchKey
- gIOCompatibilityPropertiesKey
- gIODTBridgeModelKey
- gIODriverKitUserClientEntitlementAllowAnyKey
- gIOPathKey
- iokit_iomd_setownership_enabled
- kIOSDIOFunctionCount
- kIOSDIOManufacturerIdKey
- kIOSDIOManufacturerKey
- kIOSDIOManufacturerTupleKey
- kIOSDIOProductIdKey
- kIOSDIOProductInfo0Key
- kIOSDIOProductInfo1Key
- kIOSDIOProductKey
- kIOSDIORangeAll
- kIOSDIOSlotKey
- kauth_lck_grp
- kauth_null_guid
- kpc_actionid
- kpc_supported
- kpc_threads_counting
- mt_core_reset_values
- mt_core_supported
- mt_microstackshot_ctr
- mt_microstackshot_ctx
- mt_microstackshot_pmi_handler
- mt_microstackshots
- vnop_verify_desc
- IOPlatformIO
-
IOSDIODevice
- allocBufferMD
- allocMbuf
- attach
- capture
- capture
- comparisonMethodToString
- completeTransaction
- configureReport
- createCardInterruptSource
- createReporters
- dataContainsAnyOf
- dequeueFreeTransaction
- destroyCardInterruptSource
- enqueueCompletedTransaction
- enqueueFreeTransaction
- errnoFromReturn
- fillTransactionPool
- free
- freeResources
- getClassName
- getMetaClass
- getSlot
- getWorkLoop
- hexdump
- init
- logDict
- matchPersonalityEntries
- matchPersonalityValues
- matchPropertyTable
- newIOSDIOTransaction
- objectEqualsAnyOf
- performSDIOMatching
- processCompletedTransactions
- requestIOCompletion
- reset
- runTransaction
- runTransactionGated
- setBusSpeedMode
- setBusWidth
- setClockRate
- setClockState
- start
- stop
- stringContainsAnyOf
- stringFromReturn
- submitTransaction
- updateReport
-
IOSDIOIoCardDevice
- completeCmd52
- completeCmd53MD
- completeCmd53Mbuf
- configureCard
- disableFunction
- disableFunctionInterrupt
- disableMasterInterrupt
- doEnableHighSpeedMode
- enableFunction
- enableFunctionInterrupt
- enableMasterInterrupt
- free
- generateCmd53
- getBlockSize
- getBusWidth
- getClassName
- getMetaClass
- init
- modifyFunctionEnables
- modifyInterruptMask
- newIOSDIOTransaction
- parseCIS
- parseCISData
- parseFn0CISTuple
- parseFnXCISTuple
- parseVersion1Tuple
- readCIS
- readCISBaseAddress
- readCISData
- readInterruptStatus
- reset
- runCmd52RAW
- runCmd52Read
- runCmd52Write
- runCmd53FIFOBlockRead
- runCmd53FIFOBlockRead
- runCmd53FIFOBlockWrite
- runCmd53FIFOBlockWrite
- runCmd53FIFOByteRead
- runCmd53FIFOByteRead
- runCmd53FIFOByteWrite
- runCmd53FIFOByteWrite
- runCmd53MemBlockRead
- runCmd53MemBlockRead
- runCmd53MemBlockWrite
- runCmd53MemBlockWrite
- runCmd53MemByteRead
- runCmd53MemByteRead
- runCmd53MemByteWrite
- runCmd53MemByteWrite
- sendCmd52RAW
- sendCmd52Read
- sendCmd52Write
- sendCmd53FIFOBlockRead
- sendCmd53FIFOBlockRead
- sendCmd53FIFOBlockWrite
- sendCmd53FIFOBlockWrite
- sendCmd53FIFOByteRead
- sendCmd53FIFOByteRead
- sendCmd53FIFOByteWrite
- sendCmd53FIFOByteWrite
- sendCmd53MemBlockRead
- sendCmd53MemBlockRead
- sendCmd53MemBlockWrite
- sendCmd53MemBlockWrite
- sendCmd53MemByteRead
- sendCmd53MemByteRead
- sendCmd53MemByteWrite
- sendCmd53MemByteWrite
- setBlockSize
- setBusWidth
- setClockRate
- setClockState
- setPowerState
- setPowerStateGated
- setSpeedMode
- start
- submitCmd52
- submitCmd53MD
- submitCmd53Mbuf
- withOptions
- IOTimeStampIntervalConstantFiltered
- IOUSBDevice
- IOUSBInterface
- OSAction_IOUserClient_KernelCompletion
- OSAction_IOUserClient_KernelCompletionInterface
- OSAction_IOUserHIDEventService_ReportAvailable
- OSAction_IOUserHIDEventService_ReportAvailableInterface
- PassthruInterruptController
Apple CryptoKit
- HashFunction
-
SHA512
-
SHA512Digest
- elementsEqual(_:by:)
- starts(with:by:)
- lexicographicallyPrecedes(_:by:)
- SHA512Digest.Element
- forEach(_:)
- contains(_:)
- contains(where:)
- allSatisfy(_:)
- first(where:)
- min()
- min(by:)
- max()
- max(by:)
- filter(_:)
- prefix(while:)
- suffix(_:)
- map(_:)
- flatMap(_:)
- flatMap(_:)
- compactMap(_:)
- reduce(_:_:)
- reduce(into:_:)
- sorted()
- sorted(by:)
- reversed()
- shuffled()
- shuffled(using:)
- dropLast(_:)
- drop(while:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- withContiguousStorageIfAvailable(_:)
- byteCount
- blockByteCount
-
SHA512Digest
-
SHA384
-
SHA384Digest
- elementsEqual(_:by:)
- starts(with:by:)
- lexicographicallyPrecedes(_:by:)
- SHA384Digest.Element
- forEach(_:)
- contains(_:)
- contains(where:)
- allSatisfy(_:)
- first(where:)
- min()
- min(by:)
- max()
- max(by:)
- filter(_:)
- prefix(while:)
- suffix(_:)
- map(_:)
- flatMap(_:)
- flatMap(_:)
- compactMap(_:)
- reduce(_:_:)
- reduce(into:_:)
- sorted()
- sorted(by:)
- reversed()
- shuffled()
- shuffled(using:)
- dropLast(_:)
- drop(while:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- withContiguousStorageIfAvailable(_:)
- byteCount
- blockByteCount
-
SHA384Digest
-
SHA256
-
SHA256Digest
- elementsEqual(_:by:)
- starts(with:by:)
- lexicographicallyPrecedes(_:by:)
- SHA256Digest.Element
- forEach(_:)
- contains(_:)
- contains(where:)
- allSatisfy(_:)
- first(where:)
- min()
- min(by:)
- max()
- max(by:)
- filter(_:)
- prefix(while:)
- suffix(_:)
- map(_:)
- flatMap(_:)
- flatMap(_:)
- compactMap(_:)
- reduce(_:_:)
- reduce(into:_:)
- sorted()
- sorted(by:)
- reversed()
- shuffled()
- shuffled(using:)
- dropLast(_:)
- drop(while:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- withContiguousStorageIfAvailable(_:)
- byteCount
- blockByteCount
-
SHA256Digest
-
HMAC
-
HashedAuthenticationCode
- elementsEqual(_:by:)
- starts(with:by:)
- lexicographicallyPrecedes(_:by:)
- HashedAuthenticationCode.Element
- forEach(_:)
- contains(_:)
- contains(where:)
- allSatisfy(_:)
- first(where:)
- min()
- min(by:)
- max()
- max(by:)
- filter(_:)
- prefix(while:)
- suffix(_:)
- map(_:)
- flatMap(_:)
- flatMap(_:)
- compactMap(_:)
- reduce(_:_:)
- reduce(into:_:)
- sorted()
- sorted(by:)
- reversed()
- shuffled()
- shuffled(using:)
- dropLast(_:)
- drop(while:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- withContiguousStorageIfAvailable(_:)
- isValidAuthenticationCode(_:authenticating:using:)
-
HashedAuthenticationCode
-
AES
-
AES.GCM
-
AES.GCM.Nonce
- elementsEqual(_:by:)
- starts(with:by:)
- lexicographicallyPrecedes(_:by:)
- AES.GCM.Nonce.Element
- forEach(_:)
- contains(_:)
- contains(where:)
- allSatisfy(_:)
- first(where:)
- min()
- min(by:)
- max()
- max(by:)
- filter(_:)
- prefix(while:)
- suffix(_:)
- map(_:)
- flatMap(_:)
- flatMap(_:)
- compactMap(_:)
- reduce(_:_:)
- reduce(into:_:)
- sorted()
- sorted(by:)
- reversed()
- shuffled()
- shuffled(using:)
- dropLast(_:)
- drop(while:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- withContiguousStorageIfAvailable(_:)
-
AES.GCM.Nonce
-
AES.GCM
-
ChaChaPoly
-
ChaChaPoly.Nonce
- elementsEqual(_:by:)
- starts(with:by:)
- lexicographicallyPrecedes(_:by:)
- ChaChaPoly.Nonce.Element
- forEach(_:)
- contains(_:)
- contains(where:)
- allSatisfy(_:)
- first(where:)
- min()
- min(by:)
- max()
- max(by:)
- filter(_:)
- prefix(while:)
- suffix(_:)
- map(_:)
- flatMap(_:)
- flatMap(_:)
- compactMap(_:)
- reduce(_:_:)
- reduce(into:_:)
- sorted()
- sorted(by:)
- reversed()
- shuffled()
- shuffled(using:)
- drop(while:)
- dropLast(_:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- withContiguousStorageIfAvailable(_:)
-
ChaChaPoly.Nonce
- P521
- P384
- P256
- CryptoKitError
-
Insecure
-
Insecure.MD5
-
Insecure.MD5Digest
- elementsEqual(_:by:)
- starts(with:by:)
- lexicographicallyPrecedes(_:by:)
- Insecure.MD5Digest.Element
- forEach(_:)
- contains(_:)
- contains(where:)
- allSatisfy(_:)
- first(where:)
- min()
- min(by:)
- max()
- max(by:)
- filter(_:)
- prefix(while:)
- suffix(_:)
- map(_:)
- flatMap(_:)
- flatMap(_:)
- compactMap(_:)
- reduce(_:_:)
- reduce(into:_:)
- sorted()
- sorted(by:)
- reversed()
- shuffled()
- shuffled(using:)
- dropLast(_:)
- drop(while:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- withContiguousStorageIfAvailable(_:)
- byteCount
- blockByteCount
-
Insecure.MD5Digest
-
Insecure.SHA1
-
Insecure.SHA1Digest
- elementsEqual(_:by:)
- starts(with:by:)
- lexicographicallyPrecedes(_:by:)
- Insecure.SHA1Digest.Element
- forEach(_:)
- contains(_:)
- contains(where:)
- allSatisfy(_:)
- first(where:)
- min()
- min(by:)
- max()
- max(by:)
- filter(_:)
- prefix(while:)
- suffix(_:)
- map(_:)
- flatMap(_:)
- flatMap(_:)
- compactMap(_:)
- reduce(_:_:)
- reduce(into:_:)
- sorted()
- sorted(by:)
- reversed()
- shuffled()
- shuffled(using:)
- dropLast(_:)
- drop(while:)
- split(separator:maxSplits:omittingEmptySubsequences:)
- split(maxSplits:omittingEmptySubsequences:whereSeparator:)
- withContiguousStorageIfAvailable(_:)
- byteCount
- blockByteCount
-
Insecure.SHA1Digest
-
Insecure.MD5
- HKDF
-
CryptoKitASN1Error
- CryptoKitASN1Error.invalidASN1IntegerEncoding
- CryptoKitASN1Error.invalidASN1Object
- CryptoKitASN1Error.invalidFieldIdentifier
- CryptoKitASN1Error.invalidObjectIdentifier
- CryptoKitASN1Error.invalidPEMDocument
- CryptoKitASN1Error.truncatedASN1Field
- CryptoKitASN1Error.unexpectedFieldType
- CryptoKitASN1Error.unsupportedFieldLength
- hashValue
- localizedDescription
- hash(into:)
- !=(_:_:)
- ==(_:_:)
OSLog
- OSLogStore
- OSLogEnumerator
-
OSLogEntry
- composedMessage
- date
- storeCategory
-
OSLogEntry.StoreCategory
- OSLogEntry.StoreCategory.undefined
- OSLogEntry.StoreCategory.metadata
- OSLogEntry.StoreCategory.shortTerm
- OSLogEntry.StoreCategory.longTermAuto
- OSLogEntry.StoreCategory.longTerm1
- OSLogEntry.StoreCategory.longTerm3
- OSLogEntry.StoreCategory.longTerm7
- OSLogEntry.StoreCategory.longTerm14
- OSLogEntry.StoreCategory.longTerm30
- OSLogEntryActivity
- OSLogEntryBoundary
- OSLogEntryLog
- OSLogEntrySignpost
- OSLogEntryFromProcess
- OSLogEntryWithPayload
- OSLogMessageComponent
- OSLogPosition
AppTrackingTransparency
- NSUserTrackingUsageDescription
- ATTrackingManager
- AppTrackingTransparency Constants
ExposureNotification
-
ENManager
- activate(completionHandler:)
- setExposureNotificationEnabled(_:completionHandler:)
- detectExposures(configuration:diagnosisKeyURLs:completionHandler:)
- getExposureInfo(summary:userExplanation:completionHandler:)
- getDiagnosisKeys(completionHandler:)
- getTestDiagnosisKeys(completionHandler:)
- ENTemporaryExposureKey
- exposureNotificationStatus
- exposureNotificationEnabled
- authorizationStatus
- dispatchQueue
- invalidate()
- ENExposureConfiguration
- ENExposureDetectionSummary
- ENExposureInfo
- ENRiskLevel
- ENRiskScore
- Exposure Parameter Limits
- ENAuthorizationStatus
- ENStatus
-
ENError
- errorUserInfo
- localizedDescription
- errorCode
- apiMisuse
- badFormat
- badParameter
- bluetoothOff
- errorDomain
- insufficientMemory
- insufficientStorage
- internal
- invalidated
- notAuthorized
- notEnabled
- notEntitled
- rateLimited
- restricted
- unknown
- unsupported
-
ENError.Code
- ENError.Code.apiMisuse
- ENError.Code.badFormat
- ENError.Code.badParameter
- ENError.Code.bluetoothOff
- ENError.Code.insufficientMemory
- ENError.Code.insufficientStorage
- ENError.Code.internal
- ENError.Code.invalidated
- ENError.Code.notAuthorized
- ENError.Code.notEnabled
- ENError.Code.notEntitled
- ENError.Code.rateLimited
- ENError.Code.restricted
- ENError.Code.unknown
- ENError.Code.unsupported
- !=(_:_:)
-
ENError.Code
- ENError.Code.apiMisuse
- ENError.Code.badFormat
- ENError.Code.badParameter
- ENError.Code.bluetoothOff
- ENError.Code.insufficientMemory
- ENError.Code.insufficientStorage
- ENError.Code.internal
- ENError.Code.invalidated
- ENError.Code.notAuthorized
- ENError.Code.notEnabled
- ENError.Code.notEntitled
- ENError.Code.rateLimited
- ENError.Code.restricted
- ENError.Code.unknown
- ENError.Code.unsupported
- ENErrorDomain
- ENErrorHandler
ML Compute
-
MLCTensor
- init(descriptor:)
- init(descriptor:data:)
- init(descriptor:randomInitializerType:)
-
MLCTensorDescriptor
- init(shape:dataType:)
- init(shape:sequenceLengths:sortedSequences:dataType:)
- init(width:height:featureChannelCount:batchSize:)
- init(width:height:featureChannelCount:batchSize:dataType:)
- init(convolutionWeightsWithInputFeatureChannelCount:outputFeatureChannelCount:dataType:)
- init(convolutionWeightsWithWidth:height:inputFeatureChannelCount:outputFeatureChannelCount:dataType:)
- init(convolutionBiasesWithFeatureChannelCount:dataType:)
- maxTensorDimensions
- dataType
- dimensionCount
- shape
- stride
- tensorAllocationSizeInBytes
- sequenceLengths
- sortedSequences
- batchSizePerSequenceStep
- MLCDataType
- MLCTensorData
- MLCRandomInitializerType
- init(shape:)
- init(shape:dataType:)
- init(shape:data:dataType:)
- init(shape:randomInitializerType:)
- init(width:height:featureChannelCount:batchSize:)
- init(width:height:featureChannelCount:batchSize:data:)
- init(width:height:featureChannelCount:batchSize:data:dataType:)
- init(width:height:featureChannelCount:batchSize:fillWithData:dataType:)
- init(width:height:featureChannelCount:batchSize:randomInitializerType:)
- init(sequenceLength:featureChannelCount:batchSize:)
- init(sequenceLength:featureChannelCount:batchSize:data:)
- init(sequenceLengths:sortedSequences:featureChannelCount:batchSize:data:)
- init(sequenceLength:featureChannelCount:batchSize:randomInitializerType:)
- init(sequenceLengths:sortedSequences:featureChannelCount:batchSize:randomInitializerType:)
- tensorID
- descriptor
- data
- label
- device
- optimizerData
- hasValidNumerics
- optimizerData(_:)
- synchronizeData()
- copyDataFromDeviceMemory(toBytes:length:synchronizeWithDevice:)
- bindAndWriteData(_:to:)
- optimizerDeviceData
- bindOptimizerData(_:deviceData:)
- synchronizeOptimizerData()
-
Layers
-
MLCActivationLayer
- init(descriptor:)
-
Preconfigured Activation Layers
- absolute
- celu
- celu(alpha:)
- elu
- elu(alpha:)
- gelu
- hardShrink
- hardShrink(lambda:)
- hardSigmoid
- leakyReLU
- leakyReLU(negativeSlope:)
- linear(scale:bias:)
- logSigmoid
- relu
- relu6
- relun(alpha:beta:)
- selu
- sigmoid
- softPlus
- softPlus(beta:)
- softShrink
- softShrink(lambda:)
- softSign
- tanh
- tanhShrink
- threshold(_:replacement:)
-
MLCActivationDescriptor
- init(type:)
- init(type:a:)
- init(type:a:b:)
- init(type:a:b:c:)
-
MLCActivationType
- MLCActivationType.absolute
- MLCActivationType.celu
- MLCActivationType.elu
- MLCActivationType.gelu
- MLCActivationType.hardShrink
- MLCActivationType.hardSigmoid
- MLCActivationType.linear
- MLCActivationType.logSigmoid
- MLCActivationType.none
- MLCActivationType.relu
- MLCActivationType.relun
- MLCActivationType.selu
- MLCActivationType.sigmoid
- MLCActivationType.softPlus
- MLCActivationType.softShrink
- MLCActivationType.softSign
- MLCActivationType.tanh
- MLCActivationType.tanhShrink
- MLCActivationType.threshold
- debugDescription
- activationType
- a
- b
- c
- descriptor
- MLCMultiheadAttentionLayer
- MLCSoftmaxLayer
-
MLCArithmeticLayer
- init(operation:)
-
MLCArithmeticOperation
- MLCArithmeticOperation.add
- MLCArithmeticOperation.subtract
- MLCArithmeticOperation.multiply
- MLCArithmeticOperation.divide
- MLCArithmeticOperation.floor
- MLCArithmeticOperation.round
- MLCArithmeticOperation.ceil
- MLCArithmeticOperation.sqrt
- MLCArithmeticOperation.rsqrt
- MLCArithmeticOperation.sin
- MLCArithmeticOperation.cos
- MLCArithmeticOperation.tan
- MLCArithmeticOperation.asin
- MLCArithmeticOperation.acos
- MLCArithmeticOperation.atan
- MLCArithmeticOperation.sinh
- MLCArithmeticOperation.cosh
- MLCArithmeticOperation.tanh
- MLCArithmeticOperation.asinh
- MLCArithmeticOperation.acosh
- MLCArithmeticOperation.atanh
- MLCArithmeticOperation.pow
- MLCArithmeticOperation.exp
- MLCArithmeticOperation.exp2
- MLCArithmeticOperation.log
- MLCArithmeticOperation.log2
- debugDescription
- operation
- MLCReductionLayer
- MLCMatMulLayer
-
MLCFullyConnectedLayer
- init(weights:biases:descriptor:)
-
MLCConvolutionDescriptor
- init(type:kernelSizes:inputFeatureChannelCount:outputFeatureChannelCount:groupCount:strides:dilationRates:paddingPolicy:)
- init(transposeWithKernelWidth:kernelHeight:inputFeatureChannelCount:outputFeatureChannelCount:)
- init(depthwiseWithKernelWidth:kernelHeight:inputFeatureChannelCount:channelMultiplier:)
- MLCConvolutionType
- convolutionType
- kernelSizes
- inputFeatureChannelCount
- outputFeatureChannelCount
- strides
- dilationRates
- groupCount
- paddingPolicy
- isConvolutionTranspose
- usesDepthwiseConvolution
- descriptor
- weights
- biases
- biasesParameter
- weightsParameter
- MLCGramMatrixLayer
- MLCTransposeLayer
- MLCConcatenationLayer
- MLCReshapeLayer
- MLCSliceLayer
- MLCSplitLayer
- MLCPaddingLayer
- MLCLayerNormalizationLayer
- MLCBatchNormalizationLayer
- MLCGroupNormalizationLayer
- MLCInstanceNormalizationLayer
- MLCDropoutLayer
-
MLCConvolutionLayer
- init(weights:biases:descriptor:)
-
MLCConvolutionDescriptor
- init(type:kernelSizes:inputFeatureChannelCount:outputFeatureChannelCount:groupCount:strides:dilationRates:paddingPolicy:)
- init(transposeWithKernelWidth:kernelHeight:inputFeatureChannelCount:outputFeatureChannelCount:)
- init(depthwiseWithKernelWidth:kernelHeight:inputFeatureChannelCount:channelMultiplier:)
- MLCConvolutionType
- convolutionType
- kernelSizes
- inputFeatureChannelCount
- outputFeatureChannelCount
- strides
- dilationRates
- groupCount
- paddingPolicy
- isConvolutionTranspose
- usesDepthwiseConvolution
- descriptor
- weights
- biases
- weightsParameter
- biasesParameter
-
MLCLSTMLayer
- init(descriptor:inputWeights:hiddenWeights:biases:)
- init(descriptor:inputWeights:hiddenWeights:peepholeWeights:biases:)
- init(descriptor:inputWeights:hiddenWeights:peepholeWeights:biases:gateActivations:outputResultActivation:)
-
MLCLSTMDescriptor
- init(inputSize:hiddenSize:layerCount:)
- init(inputSize:hiddenSize:layerCount:usesBiases:isBidirectional:dropout:)
- init(inputSize:hiddenSize:layerCount:usesBiases:batchFirst:isBidirectional:dropout:)
- init(inputSize:hiddenSize:layerCount:usesBiases:batchFirst:isBidirectional:returnsSequences:dropout:)
- inputSize
- hiddenSize
- layerCount
- usesBiases
- batchFirst
- dropout
- isBidirectional
- returnsSequences
- init(inputSize:hiddenSize:layerCount:usesBiases:batchFirst:isBidirectional:returnsSequences:dropout:resultMode:)
- resultMode
- descriptor
- gateActivations
- outputResultActivation
- inputWeights
- hiddenWeights
- peepholeWeights
- biases
- inputWeightsParameters
- hiddenWeightsParameters
- peepholeWeightsParameters
- biasesParameters
- MLCPoolingLayer
- MLCUpsampleLayer
- MLCEmbeddingLayer
-
MLCLossLayer
- init(descriptor:)
- init(descriptor:weights:)
- MLCLossDescriptor
- MLCLossType
- softmaxCrossEntropy(reductionType:labelSmoothing:classCount:weight:)
- categoricalCrossEntropy(reductionType:labelSmoothing:classCount:weight:)
- sigmoidCrossEntropy(reductionType:labelSmoothing:weight:)
- log(reductionType:epsilon:weight:)
- huberLoss(reductionType:delta:weight:)
- meanAbsoluteError(reductionType:weight:)
- meanSquaredError(reductionType:weight:)
- hingeLoss(reductionType:weight:)
- cosineDistance(reductionType:weight:)
- softmaxCrossEntropy(reductionType:labelSmoothing:classCount:weights:)
- categoricalCrossEntropy(reductionType:labelSmoothing:classCount:weights:)
- sigmoidCrossEntropy(reductionType:labelSmoothing:weights:)
- log(reductionType:epsilon:weights:)
- huberLoss(reductionType:delta:weights:)
- meanAbsoluteError(reductionType:weights:)
- meanSquaredError(reductionType:weights:)
- hingeLoss(reductionType:weights:)
- cosineDistance(reductionType:weights:)
- descriptor
- weights
- MLCYOLOLossLayer
- MLCLayer
- MLCPaddingPolicy
- MLCPaddingType
-
MLCActivationLayer
-
Training and Validation
- MLCDevice
-
MLCGraph
- node(with:source:)
- node(with:sources:)
- node(with:sources:disableUpdate:)
- node(with:sources:lossLabels:)
- split(source:splitCount:dimension:)
- split(source:splitSectionLengths:dimension:)
- concatenate(sources:dimension:)
- reshape(shape:source:)
- transpose(dimensions:source:)
- bindAndWriteData(_:forInputs:to:batchSize:synchronous:)
- device
- layers
- summarizedDOTDescription
- bindAndWriteData(_:forInputs:to:synchronous:)
- resultTensors(for:)
- sourceTensors(for:)
-
MLCTrainingGraph
- init(graphObjects:lossLayer:optimizer:)
-
Optimizers
- MLCSGDOptimizer
- MLCRMSPropOptimizer
- MLCAdamOptimizer
- MLCOptimizer
-
MLCOptimizerDescriptor
- init(learningRate:gradientRescale:regularizationType:regularizationScale:)
- init(learningRate:gradientRescale:appliesGradientClipping:gradientClipMax:gradientClipMin:regularizationType:regularizationScale:)
- learningRate
- gradientRescale
- appliesGradientClipping
- gradientClipMax
- gradientClipMin
- regularizationScale
- regularizationType
- MLCRegularizationType
- MLCTensorParameter
- addInputs(_:lossLabels:)
- addInputs(_:lossLabels:lossLabelWeights:)
- addOutputs(_:)
- stopGradient(for:)
- compileOptimizer(_:)
- compile(options:device:)
- link(with:)
- allocateUserGradient(for:)
- MLCGraphCompilationOptions
- execute(inputsData:lossLabelsData:lossLabelWeightsData:batchSize:options:completionHandler:)
- execute(inputsData:lossLabelsData:lossLabelWeightsData:outputsData:batchSize:options:completionHandler:)
- synchronizeUpdates()
- setTrainingTensorParameters(_:)
- MLCExecutionOptions
- MLCGraphCompletionHandler
- executeForward(batchSize:options:completionHandler:)
- executeForward(batchSize:options:outputsData:completionHandler:)
- executeGradient(batchSize:options:completionHandler:)
- executeGradient(batchSize:options:outputsData:completionHandler:)
- executeOptimizerUpdate(options:completionHandler:)
- synchronizeUpdates()
- setTrainingTensorParameters(_:)
- MLCExecutionOptions
- MLCGraphCompletionHandler
- optimizer
- deviceMemorySize
- sourceGradientTensors(for:)
- resultGradientTensors(for:)
- gradientData(forParameter:layer:)
-
MLCInferenceGraph
- init(graphObjects:)
- addInputs(_:)
- addInputs(_:lossLabels:lossLabelWeights:)
- addOutputs(_:)
- compile(options:device:)
- link(with:)
- MLCGraphCompilationOptions
- execute(inputsData:batchSize:options:completionHandler:)
- execute(inputsData:outputsData:batchSize:options:completionHandler:)
- execute(inputsData:lossLabelsData:lossLabelWeightsData:batchSize:options:completionHandler:)
- execute(inputsData:lossLabelsData:lossLabelWeightsData:outputsData:batchSize:options:completionHandler:)
- MLCExecutionOptions
- MLCGraphCompletionHandler
- deviceMemorySize
- MLCompute Enumerations
- MLCompute Functions
NearbyInteraction
- NISession
- NINearbyPeerConfiguration
- NINearbyObject
-
NISessionDelegate
- session(_:didUpdate:)
- session(_:didRemove:reason:)
- NINearbyObject.RemovalReason
- sessionWasSuspended(_:)
- sessionSuspensionEnded(_:)
- session(_:didInvalidateWith:)
- NIError
ParavirtualizedGraphics
- PGDeviceDescriptor
- PGDisplayDescriptor
- PGDisplayMode
- PGDevice
- PGDisplay
- ParavirtualizedGraphics Structures
- ParavirtualizedGraphics Enumerations
- ParavirtualizedGraphics Constants
- ParavirtualizedGraphics Functions
- ParavirtualizedGraphics Data Types
SensorKit
-
SRAmbientLightSample
- chromaticity
- lux
- placement
- SRAmbientLightSample.Chromaticity
-
SRAmbientLightSample.SensorPlacement
- SRAmbientLightSample.SensorPlacement.frontBottom
- SRAmbientLightSample.SensorPlacement.frontBottomLeft
- SRAmbientLightSample.SensorPlacement.frontBottomRight
- SRAmbientLightSample.SensorPlacement.frontLeft
- SRAmbientLightSample.SensorPlacement.frontRight
- SRAmbientLightSample.SensorPlacement.frontTop
- SRAmbientLightSample.SensorPlacement.frontTopLeft
- SRAmbientLightSample.SensorPlacement.frontTopRight
- SRAmbientLightSample.SensorPlacement.unknown
- SRDeletionRecord
- SRDevice
-
SRDeviceUsageReport
-
SRDeviceUsageReport.CategoryKey
- init(rawValue:)
- books
- business
- catalogs
- developerTools
- education
- entertainment
- finance
- foodAndDrink
- games
- graphicsAndDesign
- healthAndFitness
- kids
- lifestyle
- medical
- miscellaneous
- music
- navigation
- news
- newsstand
- photoAndVideo
- productivity
- reference
- shopping
- socialNetworking
- sports
- stickers
- travel
- utilities
- weather
- applicationUsageByCategory
- duration
- notificationUsageByCategory
- totalScreenWakes
- totalUnlockDuration
- totalUnlocks
- webUsageByCategory
- SRDeviceUsageReport.ApplicationUsage
-
SRDeviceUsageReport.NotificationUsage
- bundleIdentifier
- event
-
SRDeviceUsageReport.NotificationUsage.Event
- SRDeviceUsageReport.NotificationUsage.Event.appLaunch
- SRDeviceUsageReport.NotificationUsage.Event.bannerPulldown
- SRDeviceUsageReport.NotificationUsage.Event.clear
- SRDeviceUsageReport.NotificationUsage.Event.deduped
- SRDeviceUsageReport.NotificationUsage.Event.defaultAction
- SRDeviceUsageReport.NotificationUsage.Event.deviceActivated
- SRDeviceUsageReport.NotificationUsage.Event.deviceUnlocked
- SRDeviceUsageReport.NotificationUsage.Event.expired
- SRDeviceUsageReport.NotificationUsage.Event.hide
- SRDeviceUsageReport.NotificationUsage.Event.longLook
- SRDeviceUsageReport.NotificationUsage.Event.notificationCenterClearAll
- SRDeviceUsageReport.NotificationUsage.Event.received
- SRDeviceUsageReport.NotificationUsage.Event.removed
- SRDeviceUsageReport.NotificationUsage.Event.silence
- SRDeviceUsageReport.NotificationUsage.Event.supplementaryAction
- SRDeviceUsageReport.NotificationUsage.Event.tapCoalesce
- SRDeviceUsageReport.NotificationUsage.Event.unknown
- SRDeviceUsageReport.WebUsage
-
SRDeviceUsageReport.CategoryKey
- SRFetchRequest
- SRFetchResult
-
SRKeyboardMetrics
- anyTapToCharKey
- anyTapToPlaneChangeKey
- charKeyToAnyTapKey
- charKeyToDelete
- charKeyToPlaneChangeKey
- charKeyToPrediction
- charKeyToSpaceKey
- deleteDownErrorDistance
- deleteToCharKey
- deleteToDelete
- deleteToDeletes
- deleteToPath
- deleteToPlaneChangeKey
- deleteToShiftKey
- deleteToSpaceKey
- deleteTouchDownUp
- deleteUpErrorDistance
- downErrorDistance
- duration
- height
- keyboardIdentifier
- longWordDownErrorDistance
- longWordTouchDownDown
- longWordTouchDownUp
- longWordUpErrorDistance
- pathErrorDistanceRatio
- pathToDelete
- pathToPath
- pathToSpace
- planeChangeKeyToCharKey
- planeChangeToAnyTap
- shortWordCharKeyDownErrorDistance
- shortWordCharKeyToCharKey
- shortWordCharKeyTouchDownUp
- shortWordCharKeyUpErrorDistance
- spaceDownErrorDistance
- spaceToCharKey
- spaceToDeleteKey
- spaceToPath
- spaceToPlaneChangeKey
- spaceToPredictionKey
- spaceToShiftKey
- spaceToSpaceKey
- spaceTouchDownUp
- spaceUpErrorDistance
- totalAlteredWords
- totalAutoCorrections
- totalDeletes
- totalDrags
- totalEmojis
- totalHitTestCorrections
- totalInsertKeyCorrections
- totalNearKeyCorrections
- totalPathLength
- totalPathTime
- totalPaths
- totalRetroCorrections
- totalSkipTouchCorrections
- totalSpaceCorrections
- totalSubstitutionCorrections
- totalTaps
- totalTranspositionCorrections
- totalTypingDuration
- totalWords
- touchDownDown
- touchDownUp
- upErrorDistance
- version
- width
- SRKeyboardMetrics.ProbabilityMetric
- SRMessagesUsageReport
- SRPhoneUsageReport
- SRSensorReader
- SRVisit
- SRWristDetection
-
SRSensorReaderDelegate
- sensorReader(_:didChangeAuthorizationStatus:)
- sensorReader(_:didCompleteFetch:)
- sensorReader(_:didFetch:)
- sensorReader(_:fetchDevicesDidFailWithError:)
- sensorReader(_:fetching:didFetchResult:)
- sensorReader(_:fetching:failedWithError:)
- sensorReader(_:startRecordingFailedWithError:)
- sensorReader(_:stopRecordingFailedWithError:)
- sensorReaderDidStopRecording(_:)
- sensorReaderWillStartRecording(_:)
- SensorKit Structures
- SensorKit Constants
- SensorKit Data Types
App Store Server Notifications
PCIDriverKit
- com.apple.developer.driverkit.transport.pci
-
IOPCIDevice
- ConfigurationRead8
- ConfigurationRead16
- ConfigurationRead32
- ConfigurationWrite8
- ConfigurationWrite16
- ConfigurationWrite32
-
Configuration Data Offsets
- kIOPCIConfigurationOffsetVendorID
- kIOPCIConfigurationOffsetDeviceID
- kIOPCIConfigurationOffsetCommand
- kIOPCIConfigurationOffsetStatus
- kIOPCIConfigurationOffsetRevisionID
- kIOPCIConfigurationOffsetClassCode
- kIOPCIConfigurationOffsetCacheLineSize
- kIOPCIConfigurationOffsetLatencyTimer
- kIOPCIConfigurationOffsetHeaderType
- kIOPCIConfigurationOffsetBIST
- kIOPCIConfigurationOffsetBaseAddress0
- kIOPCIConfigurationOffsetBaseAddress1
- kIOPCIConfigurationOffsetBaseAddress2
- kIOPCIConfigurationOffsetBaseAddress3
- kIOPCIConfigurationOffsetBaseAddress4
- kIOPCIConfigurationOffsetBaseAddress5
- kIOPCIConfigurationOffsetCardBusCISPtr
- kIOPCIConfigurationOffsetSubSystemVendorID
- kIOPCIConfigurationOffsetSubSystemID
- kIOPCIConfigurationOffsetExpansionROMBase
- kIOPCIConfigurationOffsetCapabilitiesPtr
- kIOPCIConfigurationOffsetInterruptLine
- kIOPCIConfigurationOffsetInterruptPin
- kIOPCIConfigurationOffsetMinimumGrant
- kIOPCIConfigurationOffsetMaximumLatency
-
Bridge Header Offsets
- kPCI2PCIOffsetPrimaryBus
- kPCI2PCIOffsetSecondaryBus
- kPCI2PCIOffsetSubordinateBus
- kPCI2PCIOffsetSecondaryLT
- kPCI2PCIOffsetIORange
- kPCI2PCIOffsetMemoryRange
- kPCI2PCIOffsetPrefetchMemoryRange
- kPCI2PCIOffsetPrefetchUpperBase
- kPCI2PCIOffsetPrefetchUpperLimit
- kPCI2PCIOffsetUpperIORange
- kPCI2PCIOffsetBridgeControl
- MemoryRead8
- MemoryRead16
- MemoryRead32
- MemoryRead64
- MemoryWrite8
- MemoryWrite16
- MemoryWrite32
- MemoryWrite64
-
PCI Capabilities
- kIOPCICapabilityIDPowerManagement
- kIOPCICapabilityIDAGP
- kIOPCICapabilityIDVitalProductData
- kIOPCICapabilityIDSlotID
- kIOPCICapabilityIDMSI
- kIOPCICapabilityIDCPCIHotswap
- kIOPCICapabilityIDPCIX
- kIOPCICapabilityIDLDT
- kIOPCICapabilityIDVendorSpecific
- kIOPCICapabilityIDDebugPort
- kIOPCICapabilityIDCPCIResourceControl
- kIOPCICapabilityIDHotplug
- kIOPCICapabilityIDAGP8
- kIOPCICapabilityIDSecure
- kIOPCICapabilityIDPCIExpress
- kIOPCICapabilityIDMSIX
- kIOPCICapabilityIDFPB
- kIOPCIExpressCapabilityIDErrorReporting
- kIOPCIExpressCapabilityIDVirtualChannel
- kIOPCIExpressCapabilityIDDeviceSerialNumber
- kIOPCIExpressCapabilityIDPowerBudget
- kIOPCIExpressCapabilityIDAccessControlServices
- kIOPCIExpressCapabilityIDLatencyTolerenceReporting
- kIOPCIExpressCapabilityIDL1PMSubstates
- Close
- Open
-
PCIDriverKit Enumerations
-
Anonymous
- kIOPCISlotCapabilitiesBitAttentionButtonPresent
- kIOPCISlotCapabilitiesBitAttentionIndicatorPresent
- kIOPCISlotCapabilitiesBitElectromechanicalInterlockPresent
- kIOPCISlotCapabilitiesBitHotPlugCapable
- kIOPCISlotCapabilitiesBitHotPlugSurprise
- kIOPCISlotCapabilitiesBitMRLSensorPresent
- kIOPCISlotCapabilitiesBitNoCommandCompletedSupport
- kIOPCISlotCapabilitiesBitPowerControllerPresent
- kIOPCISlotCapabilitiesBitPowerIndicatorPresent
- Anonymous
-
Anonymous
System
-
FileDescriptor
- init(rawValue:)
- rawValue
- FileDescriptor.RawValue
- FileDescriptor.AccessMode
- FileDescriptor.OpenOptions
- read(into:retryOnInterrupt:)
- read(fromAbsoluteOffset:into:retryOnInterrupt:)
- seek(offset:from:)
- FileDescriptor.SeekOrigin
- write(_:retryOnInterrupt:)
- write(toAbsoluteOffset:_:retryOnInterrupt:)
- writeAll(_:)
- writeAll(toAbsoluteOffset:_:)
- close()
- closeAfter(_:)
- !=(_:_:)
- hash(into:)
- hashValue
- FilePath
- FilePermissions
-
Errno
- attributeNotFound
- badFileDescriptor
- fileExists
- fileTooLarge
- improperLink
- isDirectory
- noLocks
- noSuchFileOrDirectory
- notDirectory
- permissionDenied
- textFileBusy
- badFileTypeOrFormat
- diskQuotaExceeded
- noSpace
- readOnlyFileSystem
- tooManyLinks
- tooManyOpenFilesInSystem
- tooManyOpenFiles
- authenticationError
- needAuthenticator
- staleNFSFileHandle
- deviceError
- devicePowerIsOff
- inappropriateIOCTLForDevice
- ioError
- noSuchAddressOrDevice
- notBlockDevice
- operationNotSupportedByDevice
- fileNameTooLong
- tooManyRemoteLevels
- tooManySymbolicLinkLevels
- brokenPipe
- illegalSeek
- deadlock
- noMemory
- wouldBlock
- outOfDomain
- outOfRange
- overflow
- badCPUType
- badExecutable
- execFormatError
- malformedMachO
- sharedLibraryVersionMismatch
- connectionAbort
- connectionRefused
- connectionReset
- hostIsDown
- messageTooLong
- networkDown
- networkReset
- networkUnreachable
- noBufferSpace
- noRouteToHost
- notSupported
- timedOut
- protocolError
- protocolFamilyNotSupported
- protocolNotAvailable
- protocolNotSupported
- protocolWrongTypeForSocket
- addressFamilyNotSupported
- addressInUse
- addressNotAvailable
- addressRequired
- notSocket
- notSupportedOnSocket
- socketIsConnected
- socketNotConnected
- socketShutdown
- socketTypeNotSupported
- rpcProcedureUnavailable
- rpcProgramUnavailable
- rpcProgramVersionMismatch
- rpcUnsuccessful
- rpcVersionMismatch
- argListTooLong
- identifierRemoved
- noChildProcess
- noSuchProcess
- previousOwnerDied
- tooManyProcesses
- alreadyInProcess
- badAddress
- interrupted
- invalidArgument
- noFunction
- nowInProgress
- resourceBusy
- resourceTemporarilyUnavailable
- badMessage
- canceled
- illegalByteSequence
- noData
- noMessage
- noSuchPolicy
- notPermitted
- notRecoverable
- outputQueueFull
- tooManyReferences
- tooManyUsers
- lastErrnoValue
- multiHop
- noLink
- noStreamResources
- notStream
- notUsed
- timeout
- init(rawValue:)
- rawValue
- Errno.RawValue
- description
- debugDescription
- !=(_:_:)
- hash(into:)
- hashValue
UniformTypeIdentifiers
-
UTType
-
System Declared Types
- audiovisualContent
- movie
- video
- audio
- quickTimeMovie
- mpeg
- mpeg2Video
- mpeg2TransportStream
- mp3
- mpeg4Movie
- mpeg4Audio
- appleProtectedMPEG4Video
- appleProtectedMPEG4Audio
- avi
- aiff
- wav
- midi
- playlist
- m3uPlaylist
- image
- jpeg
- png
- icns
- gif
- tiff
- bmp
- ico
- svg
- rawImage
- heic
- heif
- webP
- livePhoto
- rtfd
- flatRTFD
- epub
- archive
- zip
- gzip
- bz2
- text
- plainText
- utf8PlainText
- utf16PlainText
- utf16ExternalPlainText
- delimitedText
- commaSeparatedText
- tabSeparatedText
- utf8TabSeparatedText
- rtf
- xml
- yaml
- json
- propertyList
- xmlPropertyList
- binaryPropertyList
- vCard
- pkcs12
- x509Certificate
- html
- webArchive
- internetLocation
- internetShortcut
- spreadsheet
- presentation
- database
- message
- contact
- calendarEvent
- toDoItem
- emailMessage
- font
- threeDContent
- usd
- usdz
- realityFile
- sceneKitScene
- arReferenceObject
- sourceCode
- assemblyLanguageSource
- cHeader
- cSource
- cPlusPlusHeader
- cPlusPlusSource
- objectiveCPlusPlusSource
- objectiveCSource
- swiftSource
- script
- appleScript
- javaScript
- osaScript
- osaScriptBundle
- shellScript
- pythonScript
- rubyScript
- perlScript
- phpScript
- item
- content
- compositeContent
- diskImage
- data
- directory
- resolvable
- symbolicLink
- executable
- mountPoint
- aliasFile
- urlBookmarkData
- url
- fileURL
- folder
- volume
- package
- bundle
- pluginBundle
- spotlightImporter
- quickLookGenerator
- xpcService
- framework
- application
- applicationBundle
- applicationExtension
- unixExecutable
- exe
- systemPreferencesPane
- bookmark
- log
- types(tag:tagClass:conformingTo:)
- init(exportedAs:conformingTo:)
- init(importedAs:conformingTo:)
- init(_:)
- init(filenameExtension:conformingTo:)
- init(mimeType:conformingTo:)
- init(tag:tagClass:conformingTo:)
- UTType.ReferenceType
- identifier
- preferredFilenameExtension
- preferredMIMEType
- tags
- isDeclared
- isDynamic
- isPublic
- referenceURL
- version
- supertypes
- conforms(to:)
- isSubtype(of:)
- isSupertype(of:)
- description
- debugDescription
- localizedDescription
- encode(to:)
- init(from:)
- hash(into:)
- hashValue
- ==(_:_:)
- !=(_:_:)
- appleArchive
-
System Declared Types
- UTTagClass
-
UTTypeReference
- types(tag:tagClass:conformingTo:)
- init(exportedAs:)
- init(exportedAs:conformingTo:)
- init(importedAs:)
- init(importedAs:conformingTo:)
- init(_:)
- init(filenameExtension:)
- init(filenameExtension:conformingTo:)
- init(mimeType:)
- init(mimeType:conformingTo:)
- init(tag:tagClass:conformingTo:)
- identifier
- preferredFilenameExtension
- preferredMIMEType
- tags
- isDeclared
- isDynamic
- isPublic
- referenceURL
- version
- supertypes
- conforms(to:)
- isSubtype(of:)
- isSupertype(of:)
- localizedDescription
KernelManagement
Virtualization
- VZError
- ether_addr
- ether_header
- VZBootLoader
- VZBridgedNetworkDeviceAttachment
- VZBridgedNetworkInterface
- VZDiskImageStorageDeviceAttachment
- VZEntropyDeviceConfiguration
- VZFileHandleNetworkDeviceAttachment
- VZFileHandleSerialPortAttachment
- VZFileSerialPortAttachment
- VZLinuxBootLoader
- VZMACAddress
- VZMemoryBalloonDevice
- VZMemoryBalloonDeviceConfiguration
- VZNATNetworkDeviceAttachment
- VZNetworkDeviceAttachment
- VZNetworkDeviceConfiguration
- VZSerialPortAttachment
- VZSerialPortConfiguration
- VZSocketDevice
- VZSocketDeviceConfiguration
- VZStorageDeviceAttachment
- VZStorageDeviceConfiguration
- VZVirtioBlockDeviceConfiguration
- VZVirtioConsoleDeviceConfiguration
- VZVirtioEntropyDeviceConfiguration
- VZVirtioNetworkDeviceConfiguration
- VZVirtioSocketConnection
- VZVirtioSocketDevice
- VZVirtioSocketDeviceConfiguration
- VZVirtioSocketListener
- VZVirtioTraditionalMemoryBalloonDevice
- VZVirtioTraditionalMemoryBalloonDeviceConfiguration
- VZVirtualMachine
- VZVirtualMachineConfiguration
- VZVirtioSocketListenerDelegate
- VZVirtualMachineDelegate
-
Virtualization Constants
- ETHERTYPE_ARP
- ETHERTYPE_IEEE802154
- ETHERTYPE_IP
- ETHERTYPE_IPV6
- ETHERTYPE_LOOPBACK
- ETHERTYPE_NTRAILER
- ETHERTYPE_PAE
- ETHERTYPE_PTP
- ETHERTYPE_PUP
- ETHERTYPE_REVARP
- ETHERTYPE_RSN_PREAUTH
- ETHERTYPE_TRAIL
- ETHERTYPE_VLAN
- ETHER_ADDR_LEN
- ETHER_ALIGN
- ETHER_CRC_LEN
- ETHER_MAX_LEN
- ETHER_MIN_LEN
- ETHER_TYPE_LEN
- VZErrorDomain
- Virtualization Functions
- Virtualization Type Aliases
Apple Pay on the Web
App Store Connect API
-
Users
- List Users
- Read User Information
- Modify a User Account
- Remove a User Account
- List All Apps Visible to a User
- Get All Visible App Resource IDs for a User
- Add Visible Apps to a User
- Replace the List of Visible Apps for a User
- Remove Visible Apps from a User
- User
- UserUpdateRequest
- UserResponse
- UsersResponse
- UserVisibleAppsLinkagesRequest
- UserVisibleAppsLinkagesResponse
- UserRole
- User Invitations
-
Bundle IDs
- Register a New Bundle ID
- Modify a Bundle ID
- Delete a Bundle ID
- List Bundle IDs
- Read Bundle ID Information
- Read the App Information of a Bundle ID
- List All Profiles for a Bundle ID
- List All Capabilities for a Bundle ID
- BundleId
- BundleIdPlatform
- BundleIdCreateRequest
- BundleIdUpdateRequest
- BundleIdResponse
- BundleIdsResponse
- Bundle ID Capabilities
- Certificates
- Devices
-
Profiles
- Create a Profile
- Delete a Profile
- List and Download Profiles
- Read and Download Profile Information
- Read the Bundle ID in a Profile
- List All Certificates in a Profile
- List All Devices in a Profile
- Profile
- ProfileCreateRequest
- ProfileResponse
- ProfilesResponse
-
Apps
- List Apps
- Read App Information
- Modify an App
- List All Builds of an App
- List All Prerelease Versions for an App
- List All Beta Groups for an App
- Remove Beta Testers from All Groups and Builds of an App
- Read the Beta App Review Details Resource of an App
- Read the Beta License Agreement of an App
- List All Beta App Localizations of an App
- List All App Infos for an App
- List All App Store Versions for an App
- List All Prices for an App
- List All Available Territories for an App
- Read the Pre-Order Information of an App
- Read the End User License Agreement Information of an App
- List All In-App Purchases for an App
- Read In-App Purchase Information
- Get Power and Performance Metrics for an App
-
App
- App.Attributes
-
App.Relationships
- App.Relationships.AppInfos
- App.Relationships.AppStoreVersions
- App.Relationships.AvailableTerritories
- App.Relationships.BetaAppLocalizations
- App.Relationships.BetaAppReviewDetail
- App.Relationships.BetaGroups
- App.Relationships.BetaLicenseAgreement
- App.Relationships.Builds
- App.Relationships.EndUserLicenseAgreement
- App.Relationships.GameCenterEnabledVersions
- App.Relationships.PreOrder
- App.Relationships.PreReleaseVersions
- App.Relationships.Prices
- App.Relationships.InAppPurchases
- AppUpdateRequest
- AppResponse
- AppsResponse
- InAppPurchase
- InAppPurchaseResponse
- InAppPurchasesResponse
- AppBetaTestersLinkagesRequest
- Platform
-
App Metadata
-
App Infos
- Read App Info Information
- List All App Infos for an App
- List All App Info Localizations for an App Info
- Modify an App Info
-
App Categories and Subcategories
- Read the Primary Category Information of an App Info
- Read the Secondary Category Information of an App Info
- Read the Primary Subcategory One Information of an App Info
- Read the Primary Subcategory Two Information of an App Info
- Read the Secondary Subcategory One Information of an App Info
- Read the Secondary Subcategory Two Information of an App Info
- List All App Info Localizations for an App Info
-
AppInfo
- AppInfo.Attributes
-
AppInfo.Relationships
- AppInfo.Relationships.App
- AppInfo.Relationships.AppInfoLocalizations
- AppInfo.Relationships.PrimaryCategory
- AppInfo.Relationships.PrimarySubcategoryOne
- AppInfo.Relationships.PrimarySubcategoryTwo
- AppInfo.Relationships.SecondaryCategory
- AppInfo.Relationships.SecondarySubcategoryOne
- AppInfo.Relationships.SecondarySubcategoryTwo
- AppInfoResponse
- AppInfosResponse
-
AppInfoUpdateRequest
-
AppInfoUpdateRequest.Data
-
AppInfoUpdateRequest.Data.Relationships
- AppInfoUpdateRequest.Data.Relationships.PrimaryCategory
- AppInfoUpdateRequest.Data.Relationships.PrimarySubcategoryOne
- AppInfoUpdateRequest.Data.Relationships.PrimarySubcategoryTwo
- AppInfoUpdateRequest.Data.Relationships.SecondaryCategory
- AppInfoUpdateRequest.Data.Relationships.SecondarySubcategoryOne
- AppInfoUpdateRequest.Data.Relationships.SecondarySubcategoryTwo
-
AppInfoUpdateRequest.Data.Relationships
-
AppInfoUpdateRequest.Data
-
App Info Localizations
- List All App Info Localizations for an App Info
- Read App Info Localization Information
- Create an App Info Localization
- Modify an App Info Localization
- Delete an App Info Localization
- AppInfoLocalization
- AppInfoLocalizationCreateRequest
- AppInfoLocalizationResponse
- AppInfoLocalizationUpdateRequest
- AppInfoLocalizationsResponse
-
App Store Versions
- List All App Store Versions for an App
- Read App Store Version Information
- Create an App Store Version
- Modify an App Store Version
- Delete an App Store Version
- Read the Build Information of an App Store Version
- Get the Build ID for an App Store Version
- Modify the Build for an App Store Version
- List All App Store Version Localizations for an App Store Version
- Read the App Store Version Submission Information of an App Store Version
- Read the App Store Review Details Resource Information of an App Store Version
- Read the App Store Version Phased Release Information of an App Store Version
- Read the Age Rating Declaration Information of an App Store Version
- Read the Routing App Coverage Information of an App Store Version
- Read the IDFA Declaration Information of an App Store Version
- AppStoreVersionUpdateRequest
- AgeRatingDeclaration
-
AppStoreVersion
- AppStoreVersion.Attributes
-
AppStoreVersion.Relationships
- AppStoreVersion.Relationships.AgeRatingDeclaration
- AppStoreVersion.Relationships.App
- AppStoreVersion.Relationships.AppStoreReviewDetail
- AppStoreVersion.Relationships.AppStoreVersionLocalizations
- AppStoreVersion.Relationships.AppStoreVersionPhasedRelease
- AppStoreVersion.Relationships.AppStoreVersionSubmission
- AppStoreVersion.Relationships.Build
- AppStoreVersion.Relationships.IdfaDeclaration
- AppStoreVersion.Relationships.RoutingAppCoverage
- AppStoreVersionResponse
- AppStoreVersionsResponse
- AppStoreVersionCreateRequest
- AppStoreVersionBuildLinkageRequest
- AppStoreVersionBuildLinkageResponse
- AppStoreVersionState
-
App Store Version Localizations
- List All App Store Version Localizations for an App Store Version
- Read App Store Version Localization Information
- Create an App Store Version Localization
- Modify an App Store Version Localization
- Delete an App Store Version Localization
- List All App Screenshot Sets for an App Store Version Localization
- List All App Preview Sets for an App Store Version Localization
- AppStoreVersionLocalization
- AppStoreVersionLocalizationCreateRequest
- AppStoreVersionLocalizationResponse
- AppStoreVersionLocalizationsResponse
- AppStoreVersionLocalizationUpdateRequest
-
Routing App Coverages
- Read the Routing App Coverage Information of an App Store Version
- Read Routing App Coverage Information
- Create a Routing App Coverage
- Modify a Routing App Coverage
- Delete a Routing App Coverage
- RoutingAppCoverage
- RoutingAppCoverageCreateRequest
- RoutingAppCoverageResponse
- RoutingAppCoverageUpdateRequest
- AppMediaStateError
- AppMediaAssetState
-
App Screenshot Sets
- Read App Screenshot Set Information
- Create an App Screenshot Set
- Delete an App Screenshot Set
- Get All App Screenshot IDs for an App Screenshot Set
- List All App Screenshots for an App Screenshot Set
- Replace All App Screenshots for an App Screenshot Set
- AppScreenshotSet
- AppScreenshotSetCreateRequest
- AppScreenshotSetResponse
- AppScreenshotSetsResponse
- AppScreenshotSetAppScreenshotsLinkagesRequest
- AppScreenshotSetAppScreenshotsLinkagesResponse
- ScreenshotDisplayType
-
App Screenshots
- List All App Screenshots for an App Screenshot Set
- Read App Screenshot Information
- Create an App Screenshot
- Modify an App Screenshot
- Delete an App Screenshot
- AppScreenshot
- AppScreenshotCreateRequest
- AppScreenshotUpdateRequest
- AppScreenshotResponse
- AppScreenshotsResponse
- UploadOperation
- UploadOperationHeader
-
App Preview Sets
- Read App Preview Set Information
- Create an App Preview Set
- Delete an App Preview Set
- List All App Previews for an App Preview Set
- Get All App Preview IDs for an App Preview Set
- Replace All App Previews for an App Preview Set
- AppPreviewSet
- AppPreviewSetCreateRequest
- AppPreviewSetResponse
- AppPreviewSetsResponse
- AppPreviewSetAppPreviewsLinkagesRequest
- AppPreviewSetAppPreviewsLinkagesResponse
- App Previews
- App Categories
- Age Rating Declarations
-
End User License Agreements (EULA)
- Create an End User License Agreement
- Modify an End User License Agreement
- Delete an End User License Agreement
- Read End User License Agreement Information
- Read the End User License Agreement Information of an App
- List All Territories for an End User License Agreement
- EndUserLicenseAgreement
- EndUserLicenseAgreementCreateRequest
- EndUserLicenseAgreementUpdateRequest
- EndUserLicenseAgreementResponse
-
Game Center Enabled Versions
- List All Game Center Enabled Versions for an App
- List All Compatible Versions for a Game Center Enabled Version
- Get All Compatible Version IDs for a Game Center Enabled Version
- Add Compatible Versions to a Game Center Enabled Version
- Replace All Compatible Versions for a Game Center Enabled Version
- Remove Compatible Versions from a Game Center Enabled Version
- GameCenterEnabledVersion
- GameCenterEnabledVersionCompatibleVersionsLinkagesRequest
- GameCenterEnabledVersionCompatibleVersionsLinkagesResponse
- GameCenterEnabledVersionsResponse
-
App Infos
-
Builds
- List Builds
- Read Build Information
- Read the App Information of a Build
- Read the App Store Version Information of a Build
- Read the Prerelease Version of a Build
- Modify a Build
- Assign the App Encryption Declaration for a Build
- Add Access for Beta Groups to a Build
- Remove Access for Beta Groups to a Build
- Assign Individual Testers to a Build
- Remove Individual Testers from a Build
- List All Individual Testers for a Build
- Get All Resource IDs of Individual Testers for a Build
- Read the Beta App Review Submission of a Build
- Read the Build Beta Details Information of a Build
- Read the App Encryption Declaration of a Build
- Get the App Encryption Declaration ID for a Build
- List All Beta Build Localizations of a Build
-
Build
-
Build.Relationships
- Build.Relationships.App
- Build.Relationships.AppEncryptionDeclaration
- Build.Relationships.AppStoreVersion
- Build.Relationships.BetaBuildLocalizations
- Build.Relationships.BuildBetaDetail
- Build.Relationships.Icons
- Build.Relationships.IndividualTesters
- Build.Relationships.PreReleaseVersion
- Build.Relationships.BetaAppReviewSubmission
-
Build.Relationships
- BuildResponse
- BuildsResponse
- BuildUpdateRequest
- BuildAppEncryptionDeclarationLinkageRequest
- BuildAppEncryptionDeclarationLinkageResponse
- BuildIndividualTestersLinkagesRequest
- BuildIndividualTestersLinkagesResponse
- BuildBetaGroupsLinkagesRequest
- Build Icons
-
App Encryption Declarations
- List App Encryption Declarations
- Read App Encryption Declaration Information
- Read the App Information of an App Encryption Declaration
- Assign Builds to an App Encryption Declaration
- AppEncryptionDeclaration
- AppEncryptionDeclarationBuildsLinkagesRequest
- AppEncryptionDeclarationResponse
- AppEncryptionDeclarationsResponse
-
Prerelease Versions and Beta Testers
-
Beta Testers
- Create a Beta Tester
- Delete a Beta Tester
- List Beta Testers
- Read Beta Tester Information
- Add a Beta Tester to Beta Groups
- Remove a Beta Tester from Beta Groups
- Individually Assign a Beta Tester to Builds
- Individually Unassign a Beta Tester from Builds
- Remove a Beta Tester’s Access to Apps
- List All Apps for a Beta Tester
- Get All App Resource IDs for a Beta Tester
- List All Builds Individually Assigned to a Beta Tester
- Get All IDs of Builds Individually Assigned to a Beta Tester
- List All Beta Groups to Which a Beta Tester Belongs
- Get All Beta Group IDs of a Beta Tester's Groups
- BetaTester
- BetaTesterAppsLinkagesRequest
- BetaTesterAppsLinkagesResponse
- BetaTesterBetaGroupsLinkagesRequest
- BetaTesterBetaGroupsLinkagesResponse
- BetaTesterBuildsLinkagesRequest
- BetaTesterBuildsLinkagesResponse
- BetaTesterCreateRequest
- BetaTesterResponse
- BetaTestersResponse
- Beta Tester Invitations
-
Beta Groups
- Create a Beta Group
- Modify a Beta Group
- Delete a Beta Group
- List Beta Groups
- Read Beta Group Information
- Read the App Information of a Beta Group
- Add Beta Testers to a Beta Group
- Remove Beta Testers from a Beta Group
- Add Builds to a Beta Group
- Remove Builds from a Beta Group
- List All Builds for a BetaGroup
- Get All Build IDs in a Beta Group
- List All Beta Testers in a BetaGroup
- Get All Beta Tester IDs in a Beta Group
- BetaGroup
- BetaGroupResponse
- BetaGroupCreateRequest
- BetaGroupUpdateRequest
- BetaGroupBuildsLinkagesRequest
- BetaGroupBetaTestersLinkagesRequest
- BetaGroupBetaTestersLinkagesResponse
- BetaGroupBuildsLinkagesResponse
- BetaGroupsResponse
- Prerelease Versions
-
Beta App Localizations
- List Beta App Localizations
- Read Beta App Localization Information
- Read the App Information of a Beta App Localization
- Create a Beta App Localization
- Modify a Beta App Localization
- Delete a Beta App Localization
- BetaAppLocalization
- BetaAppLocalizationCreateRequest
- BetaAppLocalizationResponse
- BetaAppLocalizationUpdateRequest
- BetaAppLocalizationsResponse
- Beta License Agreements
-
Builds
- List Builds
- Read Build Information
- Read the App Information of a Build
- Read the App Store Version Information of a Build
- Read the Prerelease Version of a Build
- Modify a Build
- Assign the App Encryption Declaration for a Build
- Add Access for Beta Groups to a Build
- Remove Access for Beta Groups to a Build
- Assign Individual Testers to a Build
- Remove Individual Testers from a Build
- List All Individual Testers for a Build
- Get All Resource IDs of Individual Testers for a Build
- Read the Beta App Review Submission of a Build
- Read the Build Beta Details Information of a Build
- Read the App Encryption Declaration of a Build
- Get the App Encryption Declaration ID for a Build
- List All Beta Build Localizations of a Build
-
Build
-
Build.Relationships
- Build.Relationships.App
- Build.Relationships.AppEncryptionDeclaration
- Build.Relationships.AppStoreVersion
- Build.Relationships.BetaBuildLocalizations
- Build.Relationships.BuildBetaDetail
- Build.Relationships.Icons
- Build.Relationships.IndividualTesters
- Build.Relationships.PreReleaseVersion
- Build.Relationships.BetaAppReviewSubmission
-
Build.Relationships
- BuildResponse
- BuildsResponse
- BuildUpdateRequest
- BuildAppEncryptionDeclarationLinkageRequest
- BuildAppEncryptionDeclarationLinkageResponse
- BuildIndividualTestersLinkagesRequest
- BuildIndividualTestersLinkagesResponse
- BuildBetaGroupsLinkagesRequest
- Build Beta Details
-
Beta Build Localizations
- List Beta Build Localizations
- Read Beta Build Localization Information
- Read the Build Information of a Beta Build Localization
- Create a Beta Build Localization
- Modify a Beta Build Localization
- Delete a Beta Build Localization
- BetaBuildLocalization
- BetaBuildLocalizationResponse
- BetaBuildLocalizationCreateRequest
- BetaBuildLocalizationUpdateRequest
- BetaBuildLocalizationsResponse
- Build Beta Notifications
- Beta App Review Detail
- Beta App Review Submissions
-
Beta Testers
- App Prices
- Territories
-
App Price Reference Data
- List App Price Tiers
- Read App Price Tier Information
- List All Price Points for an App Price Tier
- List App Price Points
- Read the Territory Information of an App Price Point
- Read App Price Point Information
- AppPriceTier
- AppPriceTierResponse
- AppPriceTiersResponse
- AppPricePoint
- AppPricePointResponse
- AppPricePointsResponse
- Advertising Identifier (IDFA) Declarations
-
App Store Review Details
- Create an App Store Review Detail
- Read App Store Review Detail Information
- Modify an App Store Review Detail
- AppStoreReviewDetail
- AppStoreReviewDetailCreateRequest
- AppStoreReviewDetailUpdateRequest
- AppStoreReviewDetailResponse
-
App Store Review Attachments
- Read App Store Review Attachment Information
- List All Review Attachments for an App Store Review Detail
- Create an App Store Review Attachment
- Commit an App Store Review Attachment
- Delete an App Store Review Attachment
- AppStoreReviewAttachment
- AppStoreReviewAttachmentCreateRequest
- AppStoreReviewAttachmentResponse
- AppStoreReviewAttachmentUpdateRequest
- AppStoreReviewAttachmentsResponse
- App Store Version Submissions
-
App Store Version Phased Releases
- Create an App Store Version Phased Release
- Modify an App Store Version Phased Release
- Delete an App Store Version Phased Release
- AppStoreVersionPhasedRelease
- AppStoreVersionPhasedReleaseCreateRequest
- AppStoreVersionPhasedReleaseResponse
- AppStoreVersionPhasedReleaseUpdateRequest
- PhasedReleaseState
- App Pre-Orders
- Sales and Finance Reports
-
Power and Performance Metrics and Logs
- Get Power and Performance Metrics for an App
- Get Power and Performance Metrics for a Build
- List All Diagnostic Signatures for a Build
- Download Logs for a Diagnostic Signature
- DiagnosticLog
- DiagnosticLogsResponse
- DiagnosticSignature
- DiagnosticSignaturesResponse
- PerfPowerMetric
- PerfPowerMetricsResponse
- Large Data Sets
- ErrorResponse
LinkPresentation
MapKit JS
-
mapkit
- MapKitInitOptions
- addEventListener
- removeEventListener
-
mapkit.Map
- mapkit.Map
- MapConstructorOptions
- addEventListener
- removeEventListener
- isRotationAvailable
- isRotationEnabled
- isScrollEnabled
- isZoomEnabled
- setCenterAnimated
- setRegionAnimated
- rotation
- setRotationAnimated
- setVisibleMapRectAnimated
- cameraBoundary
- setCameraBoundaryAnimated
- cameraDistance
- setCameraDistanceAnimated
- cameraZoomRange
- setCameraZoomRangeAnimated
- showsCompass
- showsMapTypeControl
- showsScale
- showsUserLocationControl
- showsZoomControl
- colorScheme
- distances
- mapType
- pointOfInterestFilter
- showsPointsOfInterest
- showItems
- MapShowItemsOptions
- tintColor
- addItems
- removeItems
- showsUserLocation
- tracksUserLocation
- maps
-
Annotations
-
mapkit.Annotation
- AnnotationConstructorOptions
- mapkit.Annotation.CollisionMode
- mapkit.Annotation.DisplayPriority
- addEventListener
- removeEventListener
- title
- subtitle
- appearanceAnimation
- displayPriority
- mapkit.Annotation.DisplayPriority
- padding
- visible
- animates
- draggable
- selected
- enabled
- calloutEnabled
- clusteringIdentifier
- collisionMode
- mapkit.Annotation.CollisionMode
- accessibilityLabel
- AnnotationCalloutDelegate
- mapkit.Annotation.CollisionMode
- mapkit.Annotation.DisplayPriority
- mapkit.MarkerAnnotation
-
mapkit.Annotation
- Overlays
- mapkit.Geocoder
- mapkit.Search
- mapkit.PointOfInterestFilter
- mapkit.PointsOfInterestSearch
-
mapkit.PointOfInterestCategory
- mapkit.PointOfInterestCategory.Airport
- mapkit.PointOfInterestCategory.AmusementPark
- mapkit.PointOfInterestCategory.Aquarium
- mapkit.PointOfInterestCategory.ATM
- mapkit.PointOfInterestCategory.Bakery
- mapkit.PointOfInterestCategory.Bank
- mapkit.PointOfInterestCategory.Beach
- mapkit.PointOfInterestCategory.Brewery
- mapkit.PointOfInterestCategory.Cafe
- mapkit.PointOfInterestCategory.Campground
- mapkit.PointOfInterestCategory.CarRental
- mapkit.PointOfInterestCategory.EVCharger
- mapkit.PointOfInterestCategory.FireStation
- mapkit.PointOfInterestCategory.FitnessCenter
- mapkit.PointOfInterestCategory.FoodMarket
- mapkit.PointOfInterestCategory.GasStation
- mapkit.PointOfInterestCategory.Hospital
- mapkit.PointOfInterestCategory.Hotel
- mapkit.PointOfInterestCategory.Laundry
- mapkit.PointOfInterestCategory.Library
- mapkit.PointOfInterestCategory.Marina
- mapkit.PointOfInterestCategory.MovieTheater
- mapkit.PointOfInterestCategory.Museum
- mapkit.PointOfInterestCategory.NationalPark
- mapkit.PointOfInterestCategory.Nightlife
- mapkit.PointOfInterestCategory.Park
- mapkit.PointOfInterestCategory.Parking
- mapkit.PointOfInterestCategory.Pharmacy
- mapkit.PointOfInterestCategory.Police
- mapkit.PointOfInterestCategory.PostOffice
- mapkit.PointOfInterestCategory.PublicTransport
- mapkit.PointOfInterestCategory.Restaurant
- mapkit.PointOfInterestCategory.Restroom
- mapkit.PointOfInterestCategory.School
- mapkit.PointOfInterestCategory.Stadium
- mapkit.PointOfInterestCategory.Store
- mapkit.PointOfInterestCategory.Theater
- mapkit.PointOfInterestCategory.University
- mapkit.PointOfInterestCategory.Winery
- mapkit.PointOfInterestCategory.Zoo
- mapkit.Directions
- mapkit.Padding
- mapkit.FeatureVisibility
- importGeoJSON
- GeoJSONDelegate
- ItemCollection
- Place
- mapkit.Coordinate
- mapkit.CoordinateRegion
- mapkit.CoordinateSpan
- mapkit.BoundingRegion
- mapkit.MapPoint
- mapkit.MapRect
- mapkit.MapSize
- mapkit.CameraZoomRange
- language
- build
- version
- MapKit JS Structures